Searched refs:IA64_PSR_PP (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/arch/ia64/include/asm/
H A Dkregs.h92 #define IA64_PSR_PP (__IA64_UL(1) << IA64_PSR_PP_BIT) macro
/linux-4.4.14/arch/ia64/kernel/
H A Dprocess.c405 & ~(IA64_PSR_BITS_TO_CLEAR | IA64_PSR_PP | IA64_PSR_UP)); copy_thread()
433 & ~(IA64_PSR_BITS_TO_CLEAR | IA64_PSR_PP | IA64_PSR_UP)); copy_thread()
H A Dperfmon.c664 ia64_rsm(IA64_PSR_PP); pfm_clear_psr_pp()
671 ia64_ssm(IA64_PSR_PP); pfm_set_psr_pp()
4597 BUG_ON(psr & (IA64_PSR_UP|IA64_PSR_PP)); pfm_exit_thread()
6018 BUG_ON(psr & (IA64_PSR_UP|IA64_PSR_PP)); pfm_load_regs()
6165 BUG_ON(psr & (IA64_PSR_UP|IA64_PSR_PP)); pfm_load_regs()
6720 psr & IA64_PSR_PP ? 1 : 0, dump_pmu_state()

Completed in 156 milliseconds