Lines Matching refs:asce
238 #define _ASCE_TYPE_MASK 0x0c /* asce table type mask */
613 unsigned long address, unsigned long asce)
618 asm volatile(".insn rrf,0xb98f0000,%[r1],%[r2],%[asce],0"
620 : [r2] "d" (r2.pair), [asce] "a" (asce)
1059 unsigned long opt, unsigned long asce,
1065 asm volatile(".insn rrf,0xb98b0000,%[r1],%[r2],%[asce],%[m4]"
1068 [asce] "a" (asce), [m4] "i" (local));
1072 unsigned long opt, unsigned long asce,
1087 opt = opt | (asce & _ASCE_ORIGIN);
1622 unsigned long opt, unsigned long asce,
1629 /* flush without guest asce */
1637 /* flush with guest asce */
1642 [r3] "a" (asce), [m4] "i" (local)
1648 unsigned long opt, unsigned long asce,
1656 /* flush without guest asce */
1664 /* flush with guest asce */
1669 [r3] "a" (asce), [m4] "i" (local)