Home
last modified time | relevance | path

Searched defs:bswaptls (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/user/
H A Dtswap-target.h16 #define bswaptls(s) bswap32s(s) macro
19 #define bswaptls(s) bswap64s(s) macro
/openbmc/qemu/bsd-user/openbsd/
H A Dtarget_os_elf.h49 #define bswaptls(ptr) bswap32s(ptr) macro
/openbmc/qemu/bsd-user/netbsd/
H A Dtarget_os_elf.h49 #define bswaptls(ptr) bswap32s(ptr) macro
/openbmc/qemu/bsd-user/freebsd/
H A Dtarget_os_elf.h52 #define bswaptls(ptr) bswap32s(ptr) macro
/openbmc/qemu/linux-user/
H A Delfload.c2069 #define bswaptls(ptr) bswap32s(ptr) macro