Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/include/
H A Dcca.h111 #define MIPS_CCA_UNCACHED 0x02 macro
136 #ifndef MIPS_CCA_UNCACHED
137 #define MIPS_CCA_UNCACHED MIPS_CCA_UC macro
H A Dvm.h38 #define VM_MEMATTR_UNCACHEABLE ((vm_memattr_t)MIPS_CCA_UNCACHED)
H A Dpte.h138 #define PTE_C_UNCACHED (PTE_C(MIPS_CCA_UNCACHED))
H A Dcpuregs.h117 ((0x2ULL << 62) | ((unsigned long long)(MIPS_CCA_UNCACHED) << 59) | (x))