Home
last modified time | relevance | path

Searched defs:x86_round_page (Results 1 – 4 of 4) sorted by relevance

/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/Include/X64/machine/
H A Dparam.h94 #define x86_round_page(x) ((((EFI_ULONG_T)(x)) + PGOFSET) & ~PGOFSET) macro
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/Include/Ia32/machine/
H A Dparam.h143 #define x86_round_page(x) ((((EFI_ULONG_T)(x)) + PGOFSET) & ~PGOFSET) macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/i386/include/
H A Dparam.h149 #define x86_round_page(x) ((((paddr_t)(x)) + PGOFSET) & ~PGOFSET) macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/amd64/include/
H A Dparam.h107 #define x86_round_page(x) ((((unsigned long)(x)) + PGOFSET) & ~PGOFSET) macro