Home
last modified time | relevance | path

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

/qemu/linux-user/alpha/
H A Dtarget_resource.h12 #undef TARGET_RLIMIT_AS
13 #define TARGET_RLIMIT_AS 7 macro
/qemu/linux-user/mips/
H A Dtarget_resource.h12 #undef TARGET_RLIMIT_AS
13 #define TARGET_RLIMIT_AS 6 macro
/qemu/linux-user/generic/
H A Dtarget_resource.h30 #define TARGET_RLIMIT_AS 9 macro
/qemu/bsd-user/
H A Dsyscall_defs.h184 #define TARGET_RLIMIT_AS 10 macro
/qemu/linux-user/
H A Dsyscall.c1023 case TARGET_RLIMIT_AS: in target_to_host_resource()