Searched refs:THUNK_TARGET (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/x86/include/asm/ |
H A D | mshyperv.h | 98 THUNK_TARGET(hv_hypercall_pg) in hv_do_hypercall() 115 THUNK_TARGET(hv_hypercall_pg) in hv_do_hypercall() 146 : THUNK_TARGET(hv_hypercall_pg) in _hv_do_fast_hypercall8() 160 THUNK_TARGET(hv_hypercall_pg) in _hv_do_fast_hypercall8() 203 THUNK_TARGET(hv_hypercall_pg) in _hv_do_fast_hypercall16() 218 THUNK_TARGET(hv_hypercall_pg) in _hv_do_fast_hypercall16()
|
H A D | nospec-branch.h | 472 # define THUNK_TARGET(addr) [thunk_target] "r" (addr) macro 502 # define THUNK_TARGET(addr) [thunk_target] "rm" (addr) macro 506 # define THUNK_TARGET(addr) [thunk_target] "rm" (addr) macro
|
/openbmc/qemu/include/user/ |
H A D | thunk.h | 52 #define THUNK_TARGET 0 macro
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 4710 thunk_convert(argptr, fm, arg_type, THUNK_TARGET); in do_ioctl_fs_ioc_fiemap() 4716 THUNK_TARGET); in do_ioctl_fs_ioc_fiemap() 4809 thunk_convert(argptr, host_ifconf, arg_type, THUNK_TARGET); in do_ioctl_ifconf() 4818 ifreq_arg_type, THUNK_TARGET); in do_ioctl_ifconf() 4883 target_size = thunk_type_size(usbfsurb_arg_type, THUNK_TARGET); in do_ioctl_usbdevfs_reapurb() 4910 thunk_convert(argptr, &lurb->host_urb, usbfsurb_arg_type, THUNK_TARGET); in do_ioctl_usbdevfs_reapurb() 4913 target_size = thunk_type_size(ptrvoid_arg_type, THUNK_TARGET); in do_ioctl_usbdevfs_reapurb() 4923 thunk_convert(argptr, &target_urb_adr, ptrvoid_arg_type, THUNK_TARGET); in do_ioctl_usbdevfs_reapurb() 4963 target_size = thunk_type_size(arg_type, THUNK_TARGET); in do_ioctl_usbdevfs_submiturb() 5138 thunk_convert(cur_data, nl, dm_arg_type, THUNK_TARGET); in do_ioctl_dm() [all …]
|