Lines Matching refs:PTE_VALID
766 if (pvo_pt->pte_hi & PTE_VALID)
769 pvo_pt->pte_hi |= PTE_VALID;
791 if ((pvo_pt->pte_hi & PTE_VALID) == 0)
793 if ((pt->pte_hi & PTE_VALID) == 0)
797 pvo_pt->pte_hi &= ~PTE_VALID;
805 pt->pte_hi &= ~PTE_VALID;
833 * Note: both the destination and source PTEs must not have PTE_VALID set.
850 if ((pt->pte_hi & PTE_VALID) == 0) {
862 if ((pt->pte_hi & PTE_VALID) == 0) {
916 if ((pvo->pvo_pte.pte_hi & PTE_VALID) != 0)
976 if ((pt->pte_hi & PTE_VALID) == 0)
1004 if ((pvo->pvo_pte.pte_hi & PTE_VALID) == 0)
1303 if ((pvo->pvo_pte.pte_hi & PTE_VALID) == 0)
1321 if ((pvo->pvo_pte.pte_hi & PTE_VALID) && !PVO_PTEGIDX_ISSET(pvo)) {
1325 if ((pvo->pvo_pte.pte_hi & PTE_VALID) == 0 && PVO_PTEGIDX_ISSET(pvo)) {
1330 if ((pt->pte_hi ^ (pvo->pvo_pte.pte_hi & ~PTE_VALID)) == PTE_VALID) {
1331 if ((pvo->pvo_pte.pte_hi & PTE_VALID) == 0) {
1350 if (pvo->pvo_pte.pte_hi & PTE_VALID) {
1446 if (pvo->pvo_pte.pte_hi & PTE_VALID) {
2612 printf("%c ", (pt->pte_hi & PTE_VALID) ? 'v' : 'i');
2616 (pt->pte_hi &~ PTE_VALID)>>PTE_VSID_SHFT,
2660 if (pt->pte_hi & PTE_VALID) {