Lines Matching refs:pte0
420 uint64_t pte0, uint64_t pte1) in new_hpte_store() argument
427 stq_p(addr, pte0); in new_hpte_store()
439 target_ulong pte0 = ppc_hash64_hpte0(cpu, hptes, slot); in rehash_hpte() local
445 if (!(pte0 & HPTE64_V_VALID) || !(pte0 & HPTE64_V_BOLTED)) { in rehash_hpte()
451 base_pg_shift = ppc_hash64_hpte_page_shift_noslb(cpu, pte0, pte1); in rehash_hpte()
453 avpn = HPTE64_V_AVPN_VAL(pte0) & ~(((1ULL << base_pg_shift) - 1) >> 23); in rehash_hpte()
455 if (pte0 & HPTE64_V_SECONDARY) { in rehash_hpte()
459 if ((pte0 & HPTE64_V_SSIZE) == HPTE64_V_SSIZE_256M) { in rehash_hpte()
471 } else if ((pte0 & HPTE64_V_SSIZE) == HPTE64_V_SSIZE_1T) { in rehash_hpte()
489 if (pte0 & HPTE64_V_SECONDARY) { in rehash_hpte()
506 if (pte0 & HPTE64_V_BOLTED) { in rehash_hpte()
516 new_hpte_store(new_hpt, new_pteg, slot, pte0, pte1); in rehash_hpte()