Lines Matching refs:asce
137 static void dump_pagetable(unsigned long asce, unsigned long address) in dump_pagetable() argument
139 unsigned long *table = __va(asce & PAGE_MASK); in dump_pagetable()
141 pr_alert("AS:%016lx ", asce); in dump_pagetable()
142 switch (asce & _ASCE_TYPE_MASK) { in dump_pagetable()
192 static void dump_pagetable(unsigned long asce, unsigned long address) in dump_pagetable() argument
194 unsigned long *table = __va(asce & PAGE_MASK); in dump_pagetable()
196 pr_alert("AS:%08lx ", asce); in dump_pagetable()
219 unsigned long asce; in dump_fault_info() local
238 asce = S390_lowcore.kernel_asce; in dump_fault_info()
244 asce = gmap->asce; in dump_fault_info()
249 asce = S390_lowcore.user_asce; in dump_fault_info()
253 dump_pagetable(asce, regs->int_parm_long & __FAIL_ADDR_MASK); in dump_fault_info()