Searched refs:get_user_s32 (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/bsd-user/arm/ |
H A D | target_arch_cpu.h | 79 get_user_s32(arg4, params); in target_cpu_loop() 81 get_user_s32(arg5, params); in target_cpu_loop() 83 get_user_s32(arg6, params); in target_cpu_loop() 85 get_user_s32(arg7, params); in target_cpu_loop() 91 get_user_s32(arg3, params); in target_cpu_loop() 93 get_user_s32(arg4, params); in target_cpu_loop() 95 get_user_s32(arg5, params); in target_cpu_loop() 97 get_user_s32(arg6, params); in target_cpu_loop() 105 get_user_s32(arg5, params); in target_cpu_loop() 107 get_user_s32(arg6, params); in target_cpu_loop() [all …]
|
/openbmc/qemu/bsd-user/i386/ |
H A D | target_arch_cpu.h | 127 get_user_s32(syscall_nr, params); in target_cpu_loop() 130 get_user_s32(syscall_nr, params); in target_cpu_loop() 133 get_user_s32(arg1, params); in target_cpu_loop() 135 get_user_s32(arg2, params); in target_cpu_loop() 137 get_user_s32(arg3, params); in target_cpu_loop() 139 get_user_s32(arg4, params); in target_cpu_loop() 141 get_user_s32(arg5, params); in target_cpu_loop() 143 get_user_s32(arg6, params); in target_cpu_loop() 145 get_user_s32(arg7, params); in target_cpu_loop() 147 get_user_s32(arg8, params); in target_cpu_loop()
|
/openbmc/qemu/linux-user/ |
H A D | qemu.h | 306 #define get_user_s32(x, gaddr) get_user((x), (gaddr), int32_t) macro
|
H A D | strace.c | 1773 get_user_s32(num, addr); in print_number() 4343 && get_user_s32(wstatus, wstatus_addr)) { in print_ret_wstatus()
|
H A D | syscall.c | 7870 if (get_user_s32(size, handle)) { in do_name_to_handle_at() 7921 if (get_user_s32(size, handle)) { in do_open_by_handle_at()
|
/openbmc/qemu/bsd-user/ |
H A D | qemu.h | 406 #define get_user_s32(x, gaddr) get_user((x), (gaddr), int32_t) macro
|