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

/freebsd-11.0-release/sys/powerpc/aim/
H A Dmoea64_native.c533 uint64_t oldptehi, va; local
543 if (atomic_pte_lock(pt, mask, &oldptehi)) /* Lock obtained */
550 if (oldptehi & LPTE_VALID) {
551 KASSERT(!(oldptehi & LPTE_WIRED), ("Unmapped wired entry"));
557 if (oldptehi & LPTE_BIG)
558 va = oldptehi >> moea64_large_page_shift;
560 va = oldptehi >> ADDR_PIDX_SHFT;
561 if (oldptehi & LPTE_HID)
566 va |= (oldptehi & LPTE_AVPN_MASK) <<

Completed in 91 milliseconds