Lines Matching refs:asce
50 unsigned long opt, asce; in ptep_ipte_local() local
54 asce = READ_ONCE(mm->context.gmap_asce); in ptep_ipte_local()
55 if (asce == 0UL || nodat) in ptep_ipte_local()
57 if (asce != -1UL) { in ptep_ipte_local()
58 asce = asce ? : mm->context.asce; in ptep_ipte_local()
61 __ptep_ipte(addr, ptep, opt, asce, IPTE_LOCAL); in ptep_ipte_local()
70 unsigned long opt, asce; in ptep_ipte_global() local
74 asce = READ_ONCE(mm->context.gmap_asce); in ptep_ipte_global()
75 if (asce == 0UL || nodat) in ptep_ipte_global()
77 if (asce != -1UL) { in ptep_ipte_global()
78 asce = asce ? : mm->context.asce; in ptep_ipte_global()
81 __ptep_ipte(addr, ptep, opt, asce, IPTE_GLOBAL); in ptep_ipte_global()
365 mm->context.asce, IDTE_LOCAL); in pmdp_idte_local()
377 mm->context.asce, IDTE_GLOBAL); in pmdp_idte_global()
496 mm->context.asce, IDTE_LOCAL); in pudp_idte_local()
506 mm->context.asce, IDTE_GLOBAL); in pudp_idte_global()