Home
last modified time | relevance | path

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

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