Home
last modified time | relevance | path

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

/openbmc/qemu/bsd-user/
H A Dsyscall_defs.h526 #undef host_to_target_bitmask
527 #define host_to_target_bitmask(x, tbl) (x) macro
/openbmc/qemu/include/exec/user/
H A Dthunk.h204 #define host_to_target_bitmask(M, T) \ macro
/openbmc/qemu/linux-user/
H A Dsyscall.c5803 tswap32(host_to_target_bitmask(host->c_iflag, iflag_tbl)); in host_to_target_termios()
5805 tswap32(host_to_target_bitmask(host->c_oflag, oflag_tbl)); in host_to_target_termios()
5807 tswap32(host_to_target_bitmask(host->c_cflag, cflag_tbl)); in host_to_target_termios()
5809 tswap32(host_to_target_bitmask(host->c_lflag, lflag_tbl)); in host_to_target_termios()
7048 ret = host_to_target_bitmask(ret, fcntl_flags_tbl); in do_fcntl()