Home
last modified time | relevance | path

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

/openbmc/qemu/target/s390x/
H A Dmmu_helper.c194 if (VADDR_REGION2_TL(vaddr) < (entry & REGION_ENTRY_TF) >> 6 || in mmu_translate_asce()
213 if (VADDR_REGION3_TL(vaddr) < (entry & REGION_ENTRY_TF) >> 6 || in mmu_translate_asce()
246 if (VADDR_SEGMENT_TL(vaddr) < (entry & REGION_ENTRY_TF) >> 6 || in mmu_translate_asce()
H A Dcpu.h697 #define REGION_ENTRY_TF 0x00000000000000c0ULL macro