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

/freebsd-12-stable/sys/powerpc/aim/
H A Disa3_hashtb.c287 pt->pte_hi = be64toh((pt->pte_hi & ~LPTE_VALID) | LPTE_LOCKED);
488 "r" ((uint32_t)bitmask), "r" ((uint32_t)LPTE_LOCKED),
575 LPTE_VALID | LPTE_WIRED | LPTE_LOCKED);
589 LPTE_VALID | LPTE_WIRED | LPTE_LOCKED);
607 LPTE_WIRED | LPTE_LOCKED);
619 LPTE_WIRED | LPTE_LOCKED);
H A Dmoea64_native.c329 pt->pte_hi = be64toh((pt->pte_hi & ~LPTE_VALID) | LPTE_LOCKED);
564 "r" ((uint32_t)bitmask), "r" ((uint32_t)LPTE_LOCKED),
651 LPTE_VALID | LPTE_WIRED | LPTE_LOCKED);
665 LPTE_VALID | LPTE_WIRED | LPTE_LOCKED);
683 LPTE_WIRED | LPTE_LOCKED);
695 LPTE_WIRED | LPTE_LOCKED);
/freebsd-12-stable/sys/powerpc/ps3/
H A Dmmu_ps3.c258 pte.pte_hi, pte.pte_lo, LPTE_LOCKED | LPTE_WIRED, 0,
278 KASSERT((evicted.pte_hi & (LPTE_WIRED | LPTE_LOCKED)) == 0,
/freebsd-12-stable/sys/powerpc/include/
H A Dpte.h109 #define LPTE_LOCKED 0x0000000000000008ULL macro

Completed in 79 milliseconds