Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/i386/include/
H A Dparam.h151 #define x86_trunc_pdr(x) ((unsigned long)(x) & ~(NBPD_L2 - 1)) macro
/netbsd-src/sys/arch/amd64/include/
H A Dparam.h123 #define x86_trunc_pdr(x) ((unsigned long)(x) & ~(NBPD_L2 - 1)) macro