Home
last modified time | relevance | path

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

/arch/ia64/include/asm/
Dkregs.h93 #define IA64_PSR_PP (__IA64_UL(1) << IA64_PSR_PP_BIT) macro
/arch/ia64/kernel/
Dprocess.c406 & ~(IA64_PSR_BITS_TO_CLEAR | IA64_PSR_PP | IA64_PSR_UP)); in copy_thread()
434 & ~(IA64_PSR_BITS_TO_CLEAR | IA64_PSR_PP | IA64_PSR_UP)); in copy_thread()
Dperfmon.c659 ia64_rsm(IA64_PSR_PP); in pfm_clear_psr_pp()
666 ia64_ssm(IA64_PSR_PP); in pfm_set_psr_pp()
4542 BUG_ON(psr & (IA64_PSR_UP|IA64_PSR_PP)); in pfm_exit_thread()
5956 BUG_ON(psr & (IA64_PSR_UP|IA64_PSR_PP)); in pfm_load_regs()
6103 BUG_ON(psr & (IA64_PSR_UP|IA64_PSR_PP)); in pfm_load_regs()
6643 psr & IA64_PSR_PP ? 1 : 0, in dump_pmu_state()