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

/netbsd-current/lib/libkvm/
H A Dkvm_powerpc.c180 u_long ptehi; local
185 ptehi = (u_long) pte->pte_hi;
186 if ((ptehi & PTE_VALID) == 0)
188 if ((ptehi & PTE_HID) != secondary)
190 if (((ptehi & PTE_VSID) >> PTE_VSID_SHFT) != vsid)
192 if (((ptehi & PTE_API) >> PTE_API_SHFT) != api)

Completed in 85 milliseconds