Home
last modified time | relevance | path

Searched defs:x86_trunc_page (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/i386/include/
H A Dparam.h155 #define x86_trunc_page(x) ((paddr_t)(x) & ~PGOFSET) macro
/netbsd-src/sys/arch/amd64/include/
H A Dparam.h127 #define x86_trunc_page(x) ((unsigned long)(x) & ~PGOFSET) macro