HomeSort by: relevance | last modified time | path
    Searched refs:CCA_UNCACHED (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/evbmips/loongson/
loongson2_machdep.c 282 awrreg = (volatile uint64_t *)MIPS_PHYS_TO_XKPHYS(CCA_UNCACHED,
287 awrreg = (volatile uint64_t *)MIPS_PHYS_TO_XKPHYS(CCA_UNCACHED,
292 awrreg = (volatile uint64_t *)MIPS_PHYS_TO_XKPHYS(CCA_UNCACHED,
  /src/sys/arch/mips/include/
pmap.h 212 #define PMAP_CCA_FOR_PA(pa) CCA_UNCACHED /* uncached */
cpuregs.h 137 (MIPS_XKPHYS_START | ((uint64_t)(CCA_UNCACHED) << 59) | (x))
149 #define CCA_UNCACHED 2
  /src/sys/arch/mips/mips/
pmap_machdep.c 815 return MIPS_XKPHYS_TO_CCA(va) == CCA_UNCACHED;
mips_machdep.c 1284 opts->mips3_cca_devmem = CCA_UNCACHED;

Completed in 16 milliseconds