Home
last modified time | relevance | path

Searched refs:MMAP_SHIFT (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/linux-user/openrisc/
H A Dtarget_syscall.h22 #define MMAP_SHIFT TARGET_PAGE_BITS macro
/openbmc/qemu/linux-user/xtensa/
H A Dtarget_syscall.h9 #define MMAP_SHIFT TARGET_PAGE_BITS macro
/openbmc/qemu/target/cris/
H A Dcpu.h257 #define MMAP_SHIFT TARGET_PAGE_BITS macro
/openbmc/qemu/linux-user/
H A Dsyscall.c10381 #ifndef MMAP_SHIFT in _syscall2()
10382 #define MMAP_SHIFT 12 in _syscall2() macro
10385 (off_t)(abi_ulong)arg6 << MMAP_SHIFT); in _syscall2()