Lines Matching refs:asce
111 static void dump_pagetable(unsigned long asce, unsigned long address)
113 unsigned long *table = __va(asce & _ASCE_ORIGIN);
115 pr_alert("AS:%016lx ", asce);
116 switch (asce & _ASCE_TYPE_MASK) {
166 unsigned long asce;
188 asce = S390_lowcore.user_asce;
192 asce = S390_lowcore.vdso_asce;
196 asce = ((struct gmap *) S390_lowcore.gmap)->asce;
200 asce = S390_lowcore.kernel_asce;
207 dump_pagetable(asce, regs->int_parm_long & __FAIL_ADDR_MASK);