Home
last modified time | relevance | path

Searched refs:want_v (Results 1 – 2 of 2) sorted by relevance

/linux/arch/powerpc/mm/ptdump/
H A Dhashpagetable.c210 unsigned long hash, vsid, vpn, hpte_group, want_v, hpte_v; in native_find() local
218 want_v = hpte_encode_avpn(vpn, psize, ssize); in native_find()
220 want_v = hpte_old_to_new_v(want_v); in native_find()
230 if (HPTE_V_COMPARE(hpte_v, want_v) && (hpte_v & HPTE_V_VALID)) { in native_find()
251 unsigned long vsid, vpn, hash, hpte_group, want_v; in pseries_find() local
260 want_v = hpte_encode_avpn(vpn, psize, ssize); in pseries_find()
273 if (HPTE_V_COMPARE(ptes[j].v, want_v) && in pseries_find()
/linux/arch/powerpc/platforms/ps3/
H A Dhtab.c103 u64 hpte_v, want_v, hpte_rs; in ps3_hpte_updatepp() local
108 want_v = hpte_encode_avpn(vpn, psize, ssize); in ps3_hpte_updatepp()
132 if (!HPTE_V_COMPARE(hpte_v, want_v) || !(hpte_v & HPTE_V_VALID)) { in ps3_hpte_updatepp()