Searched refs:IA64_PSR_I (Results 1 - 10 of 10) sorted by relevance

/linux-4.4.14/arch/ia64/include/asm/
H A Dirqflags.h20 if (flags & IA64_PSR_I) arch_maybe_save_ip()
50 ia64_rsm(IA64_PSR_I); arch_local_irq_save()
61 ia64_rsm(IA64_PSR_I); arch_local_irq_disable()
68 ia64_ssm(IA64_PSR_I); arch_local_irq_enable()
77 ia64_intrin_local_irq_restore(flags & IA64_PSR_I); arch_local_irq_restore()
83 return (flags & IA64_PSR_I) == 0; arch_irqs_disabled_flags()
H A Dkregs.h86 #define IA64_PSR_I (__IA64_UL(1) << IA64_PSR_I_BIT) macro
H A Dprocessor.h460 ia64_rsm(IA64_PSR_I | IA64_PSR_IC); ia64_clear_ic()
/linux-4.4.14/arch/ia64/include/uapi/asm/
H A Dintel_intrin.h152 ia64_native_ssm(IA64_PSR_I); \
155 ia64_native_rsm(IA64_PSR_I); \
H A Dintrinsics.h23 #define ia64_native_get_psr_i() (ia64_native_getreg(_IA64_REG_PSR) & IA64_PSR_I)
/linux-4.4.14/arch/ia64/kernel/
H A Defi_stub.S26 (IA64_PSR_I | IA64_PSR_IT | IA64_PSR_DT | IA64_PSR_RT | \
H A Desi_stub.S29 (IA64_PSR_I | IA64_PSR_IT | IA64_PSR_DT | IA64_PSR_RT | \
H A Dpal.S137 (IA64_PSR_I | IA64_PSR_IT | IA64_PSR_DT | IA64_PSR_DB | IA64_PSR_RT |\
H A Dfsys.S463 | IA64_PSR_BN | IA64_PSR_I)
H A Dperfmon.c5846 BUG_ON(psr & (IA64_PSR_I)); pfm_save_regs()
5910 BUG_ON(psr & (IA64_PSR_I)); pfm_save_regs()
6019 BUG_ON(psr & IA64_PSR_I); pfm_load_regs()
6166 BUG_ON(psr & IA64_PSR_I); pfm_load_regs()

Completed in 146 milliseconds