Home
last modified time | relevance | path

Searched defs:TC_PHYS_TO_UNCACHED (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/vax/include/
H A Dtc_machdep.h75 #define TC_PHYS_TO_UNCACHED(addr) (addr) macro
/netbsd-src/sys/arch/alpha/include/
H A Dtc_machdep.h97 #define TC_PHYS_TO_UNCACHED(addr) \ macro
/netbsd-src/sys/arch/pmax/include/
H A Dtc_machdep.h76 #define TC_PHYS_TO_UNCACHED(addr) MIPS_PHYS_TO_KSEG1(addr) macro