Home
last modified time | relevance | path

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

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