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

/freebsd-13-stable/sys/powerpc/aim/
H A Dmoea64_native.c387 uint64_t ptelo, ptehi; local
395 ptehi = (be64toh(pt->pte_hi) & ~LPTE_VALID) | LPTE_LOCKED;
396 pt->pte_hi = htobe64(ptehi);
398 TLBIE(vpn, ptehi);
437 uint64_t ptelo, ptehi; local
456 ptehi = (be64toh(pt->pte_hi) & ~LPTE_VALID) | LPTE_LOCKED;
457 pt->pte_hi = htobe64(ptehi);
459 TLBIE(pvo->pvo_vpn, ptehi);
907 moea64_vpn_from_pte(uint64_t ptehi, uintptr_t slot) argument
911 vsid = (ptehi
924 uint64_t ptehi, refchg, vpn; local
[all...]

Completed in 51 milliseconds