Lines Matching refs:asce
122 static void dump_pagetable(unsigned long asce, unsigned long address)
124 unsigned long *table = __va(asce & _ASCE_ORIGIN);
126 pr_alert("AS:%016lx ", asce);
127 switch (asce & _ASCE_TYPE_MASK) {
177 unsigned long asce;
199 asce = S390_lowcore.user_asce;
203 asce = ((struct gmap *) S390_lowcore.gmap)->asce;
207 asce = S390_lowcore.kernel_asce;
214 dump_pagetable(asce, regs->int_parm_long & __FAIL_ADDR_MASK);