Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/i386/include/
H A Dparam.h154 #define x86_round_page(x) ((((paddr_t)(x)) + PGOFSET) & ~PGOFSET) macro
/netbsd-src/sys/arch/amd64/include/
H A Dparam.h126 #define x86_round_page(x) ((((unsigned long)(x)) + PGOFSET) & ~PGOFSET) macro