Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/i386/include/
H A Dparam.h152 #define x86_btod(x) ((unsigned long)(x) >> L2_SHIFT) macro
/netbsd-src/sys/arch/amd64/include/
H A Dparam.h124 #define x86_btod(x) ((unsigned long)(x) >> L2_SHIFT) macro