Home
last modified time | relevance | path

Searched refs:REGION_ENTRY_I (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/s390x/
H A Dmmu_helper.c188 if (entry & REGION_ENTRY_I) { in mmu_translate_asce()
207 if (entry & REGION_ENTRY_I) { in mmu_translate_asce()
226 if (entry & REGION_ENTRY_I) { in mmu_translate_asce()
H A Dcpu.h698 #define REGION_ENTRY_I 0x0000000000000020ULL macro
/openbmc/qemu/target/s390x/tcg/
H A Dmem_helper.c2312 if (!(entry & REGION_ENTRY_I)) { in HELPER()
2314 entry |= REGION_ENTRY_I; in HELPER()