Home
last modified time | relevance | path

Searched refs:PMAP_CCA_FOR_PA (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/arch/sbmips/include/
Dpmap.h11 #undef PMAP_CCA_FOR_PA
12 #define PMAP_CCA_FOR_PA(pa) sbmips_cca_for_pa(pa) macro
/netbsd/src/sys/arch/mips/include/
Dpmap.h212 #define PMAP_CCA_FOR_PA(pa) CCA_UNCACHED /* uncached */ macro
273 #undef PMAP_CCA_FOR_PA
274 #define PMAP_CCA_FOR_PA(pa) sbmips_cca_for_pa(pa) macro
Dpte.h434 u_int cca = PMAP_CCA_FOR_PA(pa); in pte_make_enter()
/netbsd/src/sys/arch/mips/mips/
Dwired_map.c156 PMAP_CCA_FOR_PA(mips3_wired_map[index].pa0)); in mips3_wired_enter_page()
163 PMAP_CCA_FOR_PA(mips3_wired_map[index].pa1)); in mips3_wired_enter_page()