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

  /src/sys/uvm/pmap/
vmpagemd.h 86 #define VM_PAGEMD_UNCACHED_P(mdpg) (((mdpg)->mdpg_attrs & VM_PAGEMD_UNCACHED) != 0)
pmap.c 2004 || VM_PAGEMD_UNCACHED_P(mdpg), "colors=%#x uncached=%u",
2005 colors, VM_PAGEMD_UNCACHED_P(mdpg));
2459 if (VM_PAGEMD_UNCACHED_P(mdpg)) {
  /src/sys/arch/mips/mips/
pmap_machdep.c 285 if (VM_PAGEMD_UNCACHED_P(mdpg)
1046 || !VM_PAGEMD_UNCACHED_P(mdpg))

Completed in 16 milliseconds