Home
last modified time | relevance | path

Searched refs:PGM_PAGE_TRANS (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/s390x/
H A Dmmu_helper.c284 return PGM_PAGE_TRANS; in mmu_translate_asce()
H A Dcpu.h227 #define PGM_PAGE_TRANS 0x0011 macro
/openbmc/qemu/target/s390x/tcg/
H A Dexcp_helper.c219 case PGM_PAGE_TRANS: in do_program_interrupt()
H A Dmem_helper.c957 if (exc == PGM_PAGE_TRANS) { in HELPER()