Lines Matching refs:old_mmap
4423 tests: add old_mmap variants with different xlat verbosity levels.
4424 * tests/old_mmap-Xabbrev.c: New file.
4425 * tests/old_mmap-Xraw.c: Likewise.
4426 * tests/old_mmap-Xverbose.c: Likewise.
4427 * tests/old_mmap.c (main): Add handling of XLAT_RAW and XLAT_VERBOSE
4429 * tests/pure_executables.list: Add old_mmap-Xabbrev, old_mmap-Xraw,
4430 and old_mmap-Xverbose.
4432 * tests/gen_tests.in (old_mmap-Xabbrev, old_mmap-Xraw,
4433 old_mmap-Xverbose): New tests.
8917 tests: enable old_mmap-P.test on s390x.
8918 As s390x is the only 64-bit architecture that has old_mmap,
8921 * tests/old_mmap.c: Update condition.
8930 * tests/old_mmap.c [!TEST_FD]: Define TEST_FD.
8934 * tests/old_mmap-P.c: New file.
8935 * tests/pure_executables.list: Add old_mmap-P.
8937 * tests/gen_tests.in: Add old_mmap-P test.
8941 Fix pathtrace for old_mmap/old_mmap_pgoff.
8949 case SEN_old_mmap_pgoff>: Retrieve actual old_mmap arguments with
8955 Test non-verbose old_mmap output.
8956 * tests/old_mmap-v-none.c: New file. Include old_mmap.c.
8957 * tests/pure_executables.list: Add old_mmap-v-none.
8959 * tests/gen_tests.in (old_mmap-v-none): New entry.
8974 Move common old_mmap/old_mmap_pgoff argument fetching code into a
8977 As it is, it also fixes the case of non-verbose printing of old_mmap
8983 [HAVE_ARCH_OLD_MMAP] (old_mmap, old_mmap_pgoff): Use it.
8985 Fixes: 3db07f11 "Fix old_mmap output when mmap arguments are unfetchable"
9002 * mem.c: Replace condition for SYS_FUNC(old_mmap) with #ifdef
18021 * tests/old_mmap.test: Ditto.
20576 * mem.c (SYS_FUNC(old_mmap)): Likewise.
21185 (SYS_FUNC(old_mmap)): Check for current_klongsize instead
21735 * mem.c (SYS_FUNC(old_mmap)): Remove redundant cast
22126 (SYS_FUNC(old_mmap), SYS_FUNC(old_mmap_pgoff)): Change type of u_arg
24059 tests: do not run old_mmap test on m68k.
24060 * tests/old_mmap.c: Skip test on m68k.
26540 * tests/old_mmap.c: Likewise.
30612 Fix old_mmap output when mmap arguments are unfetchable.
30613 * mem.c (SYS_FUNC(old_mmap)): Use umove_or_printaddr instead of umoven
30616 * tests/old_mmap.c (main): Check it.
30620 aarch64: fix old_mmap output for arm personality.
30621 * mem.c (SYS_FUNC(old_mmap)) [AARCH64]: Fetch mmap arguments
30624 Define old_mmap parser only on architectures that use it.
30625 * mem.c (SYS_FUNC(old_mmap)): Define only on AARCH64, ARM, I386, X86_64,
30634 * tests/old_mmap.c: New file.
30635 * tests/old_mmap.test: New test.
30636 * tests/.gitignore: Add old_mmap.
30638 (DECODER_TESTS): Add old_mmap.test.
34390 * linux/bfin/syscallent.h [90]: Rename "old_mmap" to "mmap".
34396 * tests/mmap.c (main): Remove old_mmap from expected output.
34397 * tests/mmap.test: Remove old_mmap from the list of mmap syscalls.
46558 For example, BFIN has no old_mmap. It returns ENOSYS.
46561 There was dead code for x86_64 for old_mmap:
46562 x86_64 has no old_mmap.
46570 * linux/bfin/syscallent.h: old_mmap is ENOSYS, mmap2 is sys_mmap_pgoff.
46575 * linux/microblaze/syscallent.h: old_mmap is sys_mmap, mmap2 is sys_mmap_pgoff.
51893 Add TRACE_DESC flag to mmap, mmap2, and old_mmap sysentries.