Home
last modified time | relevance | path

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

/openbmc/qemu/target/s390x/
H A Dmmu_helper.c146 switch (asce & ASCE_TYPE_MASK) { in mmu_translate_asce()
183 switch (asce & ASCE_TYPE_MASK) { in mmu_translate_asce()
H A Dcpu.h677 #define ASCE_TYPE_MASK 0x0c /* asce table type mask */ macro
/openbmc/qemu/target/s390x/tcg/
H A Dmem_helper.c2310 switch (r1 & ASCE_TYPE_MASK) { in HELPER()