Home
last modified time | relevance | path

Searched refs:TARGET_RLIM_INFINITY (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/linux-user/sparc/
H A Dtarget_resource.h7 #undef TARGET_RLIM_INFINITY
8 #define TARGET_RLIM_INFINITY 0x7fffffffUL macro
/openbmc/qemu/linux-user/alpha/
H A Dtarget_resource.h6 #undef TARGET_RLIM_INFINITY
7 #define TARGET_RLIM_INFINITY 0x7fffffffffffffffull macro
/openbmc/qemu/linux-user/mips/
H A Dtarget_resource.h6 #undef TARGET_RLIM_INFINITY
7 #define TARGET_RLIM_INFINITY 0x7fffffffUL macro
/openbmc/qemu/linux-user/generic/
H A Dtarget_resource.h19 #define TARGET_RLIM_INFINITY ((abi_ulong)-1) macro
/openbmc/qemu/bsd-user/
H A Dsyscall_defs.h172 #define TARGET_RLIM_INFINITY RLIM_INFINITY macro
/openbmc/qemu/linux-user/
H A Dsyscall.c992 if (target_rlim_swap == TARGET_RLIM_INFINITY) in target_to_host_rlim()
1010 target_rlim_swap = TARGET_RLIM_INFINITY; in host_to_target_rlim()