Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dmmu-hash32.h50 #define HPTE32_V_COMPARE(x, y) (!(((x) ^ (y)) & 0x7fffffbf)) macro
H A Dmmu-hash32.c224 && HPTE32_V_COMPARE(pte0, ptem)) { in ppc_hash32_pteg_search()