Home
last modified time | relevance | path

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

/arch/ia64/include/asm/
Dkregs.h92 #define IA64_PSR_PP (__IA64_UL(1) << IA64_PSR_PP_BIT) macro
/arch/ia64/kernel/
Dprocess.c405 & ~(IA64_PSR_BITS_TO_CLEAR | IA64_PSR_PP | IA64_PSR_UP)); in copy_thread()
433 & ~(IA64_PSR_BITS_TO_CLEAR | IA64_PSR_PP | IA64_PSR_UP)); in copy_thread()
Dperfmon.c664 ia64_rsm(IA64_PSR_PP); in pfm_clear_psr_pp()
671 ia64_ssm(IA64_PSR_PP); in pfm_set_psr_pp()
4596 BUG_ON(psr & (IA64_PSR_UP|IA64_PSR_PP)); in pfm_exit_thread()
6017 BUG_ON(psr & (IA64_PSR_UP|IA64_PSR_PP)); in pfm_load_regs()
6164 BUG_ON(psr & (IA64_PSR_UP|IA64_PSR_PP)); in pfm_load_regs()
6719 psr & IA64_PSR_PP ? 1 : 0, in dump_pmu_state()