Searched refs:local_hpte (Results 1 – 1 of 1) sorted by relevance
219 HPTE *hptep, local_hpte, rhpte; in make_pte() local231 local_hpte.dw1.dword1 = pa | mode; in make_pte()232 local_hpte.dw0.dword0 = 0; in make_pte()233 local_hpte.dw0.dw0.avpn = va >> 23; in make_pte()234 local_hpte.dw0.dw0.bolted = 1; /* bolted */ in make_pte()236 local_hpte.dw0.dw0.l = 1; /* large page */ in make_pte()237 local_hpte.dw0.dw0.avpn &= ~0x1UL; in make_pte()239 local_hpte.dw0.dw0.v = 1; in make_pte()246 *hptep = local_hpte; in make_pte()260 lpar_rc = plpar_pte_enter(flags, slot, local_hpte.dw0.dword0, in make_pte()[all …]