Home
last modified time | relevance | path

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

/qemu/bsd-user/
H A Dsyscall_defs.h526 #undef host_to_target_bitmask
527 #define host_to_target_bitmask(x, tbl) (x) macro
/qemu/include/user/
H A Dthunk.h208 #define host_to_target_bitmask(M, T) \ macro
/qemu/linux-user/
H A Dsyscall.c5797 tswap32(host_to_target_bitmask(host->c_iflag, iflag_tbl)); in host_to_target_termios()
5799 tswap32(host_to_target_bitmask(host->c_oflag, oflag_tbl)); in host_to_target_termios()
5801 tswap32(host_to_target_bitmask(host->c_cflag, cflag_tbl)); in host_to_target_termios()
5803 tswap32(host_to_target_bitmask(host->c_lflag, lflag_tbl)); in host_to_target_termios()
7054 ret = host_to_target_bitmask(ret, fcntl_flags_tbl); in do_fcntl()