Lines Matching refs:old_mmap
1386 * mem.c (SYS_FUNC(old_mmap)): Likewise.
1995 (SYS_FUNC(old_mmap)): Check for current_klongsize instead
2545 * mem.c (SYS_FUNC(old_mmap)): Remove redundant cast
2936 (SYS_FUNC(old_mmap), SYS_FUNC(old_mmap_pgoff)): Change type of u_arg
4869 tests: do not run old_mmap test on m68k.
4870 * tests/old_mmap.c: Skip test on m68k.
7350 * tests/old_mmap.c: Likewise.
11422 Fix old_mmap output when mmap arguments are unfetchable.
11423 * mem.c (SYS_FUNC(old_mmap)): Use umove_or_printaddr instead of umoven
11426 * tests/old_mmap.c (main): Check it.
11430 aarch64: fix old_mmap output for arm personality.
11431 * mem.c (SYS_FUNC(old_mmap)) [AARCH64]: Fetch mmap arguments
11434 Define old_mmap parser only on architectures that use it.
11435 * mem.c (SYS_FUNC(old_mmap)): Define only on AARCH64, ARM, I386, X86_64,
11444 * tests/old_mmap.c: New file.
11445 * tests/old_mmap.test: New test.
11446 * tests/.gitignore: Add old_mmap.
11448 (DECODER_TESTS): Add old_mmap.test.
15200 * linux/bfin/syscallent.h [90]: Rename "old_mmap" to "mmap".
15206 * tests/mmap.c (main): Remove old_mmap from expected output.
15207 * tests/mmap.test: Remove old_mmap from the list of mmap syscalls.
27368 For example, BFIN has no old_mmap. It returns ENOSYS.
27371 There was dead code for x86_64 for old_mmap:
27372 x86_64 has no old_mmap.
27380 * linux/bfin/syscallent.h: old_mmap is ENOSYS, mmap2 is sys_mmap_pgoff.
27385 * linux/microblaze/syscallent.h: old_mmap is sys_mmap, mmap2 is sys_mmap_pgoff.
32703 Add TRACE_DESC flag to mmap, mmap2, and old_mmap sysentries.