Home
last modified time | relevance | path

Searched defs:TARGET_ELF_PAGESTART (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/bsd-user/openbsd/
H A Dtarget_os_elf.h60 #define TARGET_ELF_PAGESTART(_v) ((_v) & \ macro
/openbmc/qemu/bsd-user/netbsd/
H A Dtarget_os_elf.h60 #define TARGET_ELF_PAGESTART(_v) ((_v) & \ macro
/openbmc/qemu/bsd-user/freebsd/
H A Dtarget_os_elf.h63 #define TARGET_ELF_PAGESTART(_v) ((_v) & \ macro