Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c1019 abi_ulong target_rlim_swap; in target_to_host_rlim() local
1022 target_rlim_swap = tswapal(target_rlim); in target_to_host_rlim()
1023 if (target_rlim_swap == TARGET_RLIM_INFINITY) in target_to_host_rlim()
1026 result = target_rlim_swap; in target_to_host_rlim()
1027 if (target_rlim_swap != (rlim_t)result) in target_to_host_rlim()
1037 abi_ulong target_rlim_swap; in host_to_target_rlim() local
1041 target_rlim_swap = TARGET_RLIM_INFINITY; in host_to_target_rlim()
1043 target_rlim_swap = rlim; in host_to_target_rlim()
1044 result = tswapal(target_rlim_swap); in host_to_target_rlim()