Searched refs:LPTE_LOCKED (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/sys/boot/powerpc/ps3/
H A Dps3mmu.c71 pt.pte_hi |= LPTE_LOCKED | LPTE_VALID;
74 return (lv1_insert_pte(ptegidx, &pt, LPTE_LOCKED));
/freebsd-11.0-release/sys/powerpc/aim/
H A Dmoea64_native.c318 pt->pte_hi = be64toh((pt->pte_hi & ~LPTE_VALID) | LPTE_LOCKED);
519 "r" ((uint32_t)bitmask), "r" ((uint32_t)LPTE_LOCKED),
606 LPTE_VALID | LPTE_WIRED | LPTE_LOCKED);
620 LPTE_VALID | LPTE_WIRED | LPTE_LOCKED);
638 LPTE_WIRED | LPTE_LOCKED);
650 LPTE_WIRED | LPTE_LOCKED);
/freebsd-11.0-release/sys/powerpc/ps3/
H A Dmmu_ps3.c255 pte.pte_hi, pte.pte_lo, LPTE_LOCKED | LPTE_WIRED, 0,
275 KASSERT((evicted.pte_hi & (LPTE_WIRED | LPTE_LOCKED)) == 0,
/freebsd-11.0-release/sys/powerpc/include/
H A Dpte.h101 #define LPTE_LOCKED 0x0000000000000008ULL macro

Completed in 196 milliseconds