Home
last modified time | relevance | path

Searched refs:x86_ptob (Results 1 – 6 of 6) sorted by relevance

/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/Include/X64/machine/
H A Dparam.h97 #define x86_ptob(x) ((EFI_ULONG_T)(x) << PGSHIFT) macro
100 #define ptob(x) x86_ptob(x)
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/amd64/include/
H A Dparam.h110 #define x86_ptob(x) ((unsigned long)(x) << PGSHIFT) macro
113 #define ptob(x) x86_ptob(x)
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/i386/include/
H A Dparam.h152 #define x86_ptob(x) ((paddr_t)(x) << PGSHIFT) macro
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/Include/Ia32/machine/
H A Dparam.h146 #define x86_ptob(x) ((EFI_ULONG_T)(x) << PGSHIFT) macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/x86/include/
H A Dpmap.h228 #define pmap_phys_address(ppn) (x86_ptob(ppn) & ~X86_MMAP_FLAG_MASK)
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/x86/x86/
H A Dpmap.c3902 vaddr_t tva = x86_ptob(spte - ptes); in pmap_write_protect()