Home
last modified time | relevance | path

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

/openbmc/qemu/target/s390x/
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()