Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/include/
H A Dpte.h273 #define PTE_WIRED 0x00002000 /* Wired */ macro
306 #define PTE_ISWIRED(pte) ((*pte) & PTE_WIRED)
/freebsd/sys/powerpc/booke/
H A Dpmap_32.c653 *pte |= PTE_M | PTE_SR | PTE_SW | PTE_SX | PTE_WIRED | in kernel_pte_alloc()
884 flags = PTE_SR | PTE_SW | PTE_SX | PTE_WIRED | PTE_VALID; in mmu_booke_quick_enter_page()
H A Dpmap.c1151 flags = PTE_SR | PTE_SW | PTE_SX | PTE_WIRED | PTE_VALID; in mmu_booke_kenter_attr()
1330 flags |= PTE_WIRED; in mmu_booke_enter_locked()
1335 flags &= ~PTE_WIRED; in mmu_booke_enter_locked()
1426 flags |= PTE_WIRED; in mmu_booke_enter_locked()
1986 *pte &= ~PTE_WIRED; in mmu_booke_unwire()
H A Dpmap_64.c566 *pte |= PTE_M | PTE_SR | PTE_SW | PTE_SX | PTE_WIRED | in kernel_pte_alloc()