Searched refs:PTE_RO (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/mips/include/ |
| H A D | pte.h | 155 #define PTE_RO ((pt_entry_t)0x01 << TLBLO_SWBITS_SHIFT) macro
|
| /f-stack/freebsd/mips/mips/ |
| H A D | pmap.c | 1792 KASSERT(!pte_test(&oldpte, PTE_RO), in pmap_remove_pte() 1997 KASSERT(!pte_test(&tpte, PTE_RO), in pmap_remove_all() 2068 PTE_RO)) { in pmap_protect() 2075 pte_set(&pbits, PTE_RO); in pmap_protect() 2173 KASSERT(!pte_test(&origpte, PTE_D | PTE_RO | PTE_V), in pmap_enter() 2202 if (!pte_test(&newpte, PTE_RO)) in pmap_enter() 2257 if (!pte_test(&newpte, PTE_RO)) in pmap_enter() 2407 npte = PTE_RO | TLBLO_PA_TO_PFN(pa) | PTE_V; in pmap_enter_quick_locked() 2988 pte_set(&pbits, PTE_RO); in pmap_remove_write() 3478 rw = PTE_V | PTE_RO; [all …]
|