Home
last modified time | relevance | path

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

/linux/arch/s390/mm/
H A Dfault.c79 unsigned long entry, *table = __va(asce & _ASCE_ORIGIN); in dump_pagetable()
/linux/arch/s390/include/asm/
H A Dpgtable.h256 #define _ASCE_ORIGIN ~0xfffUL/* region/segment table origin */ macro
1131 opt = opt | (asce & _ASCE_ORIGIN); in __ptep_ipte()
/linux/arch/s390/kvm/
H A Ddat.h841 return phys_to_virt(asce.val & _ASCE_ORIGIN); in dereference_asce()