Searched refs:PTE_D (Results 1 – 3 of 3) sorted by relevance
2077 pte_clear(&pbits, PTE_D); in pmap_protect()2985 pte_clear(&pbits, PTE_D); in pmap_remove_write()3040 rv = pmap_testbit(m, PTE_D); in pmap_is_modified()3137 pte_clear(pte, PTE_D); in pmap_advise()3181 if (pte_test(pte, PTE_D)) { in pmap_clear_modify()3182 pte_clear(pte, PTE_D); in pmap_clear_modify()3292 if (pte_test(&pte, PTE_D)) in pmap_mincore()3481 rw = PTE_V | PTE_D;3486 rw = PTE_V | PTE_D;3536 if (pte_test(pte, PTE_D)) {[all …]
467 pte = PTE_D | PTE_V | PTE_G | PTE_C_CACHE; in mips_pcpu_tlb_init()
141 #define PTE_D 0x04 macro