Home
last modified time | relevance | path

Searched refs:TARGET_RLIMIT_MEMLOCK (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/linux-user/alpha/
H A Dtarget_resource.h18 #undef TARGET_RLIMIT_MEMLOCK
19 #define TARGET_RLIMIT_MEMLOCK 9 macro
/openbmc/qemu/linux-user/mips/
H A Dtarget_resource.h21 #undef TARGET_RLIMIT_MEMLOCK
22 #define TARGET_RLIMIT_MEMLOCK 9 macro
/openbmc/qemu/linux-user/generic/
H A Dtarget_resource.h29 #define TARGET_RLIMIT_MEMLOCK 8 macro
/openbmc/qemu/bsd-user/
H A Dsyscall_defs.h180 #define TARGET_RLIMIT_MEMLOCK 6 macro
/openbmc/qemu/linux-user/
H A Dsyscall.c1034 case TARGET_RLIMIT_MEMLOCK: in target_to_host_resource()