Home
last modified time | relevance | path

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

/openbmc/qemu/target/s390x/
H A Dmmu_helper.c283 if (entry & PAGE_ENTRY_I) { in mmu_translate_asce()
H A Dcpu.h729 #define PAGE_ENTRY_I 0x0000000000000400ULL macro
/openbmc/qemu/target/s390x/tcg/
H A Dmem_helper.c2343 pte |= PAGE_ENTRY_I; in HELPER()