Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ppc/
H A Dspapr_vhyp_mmu.c50 wimg_flags = (ptel & (HPTE64_R_W | HPTE64_R_I | HPTE64_R_M)); in h_enter()
52 if (wimg_flags != HPTE64_R_I && in h_enter()
53 wimg_flags != (HPTE64_R_I | HPTE64_R_M)) { in h_enter()
/openbmc/qemu/target/ppc/
H A Dmmu-hash64.h93 #define HPTE64_R_I 0x0000000000000020ULL macro