Home
last modified time | relevance | path

Searched refs:PTE_D (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/mips/mips/
H A Dpmap.c2077 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 …]
H A Dmachdep.c467 pte = PTE_D | PTE_V | PTE_G | PTE_C_CACHE; in mips_pcpu_tlb_init()
/f-stack/freebsd/mips/include/
H A Dpte.h141 #define PTE_D 0x04 macro