Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dmmu-hash64.h77 #define HPTE64_V_COMPARE(x, y) (!(((x) ^ (y)) & 0xffffffffffffff83ULL)) macro
H A Dmmu-hash64.c628 if (HPTE64_V_COMPARE(pte0, ptem)) { in ppc_hash64_pteg_search()