Home
last modified time | relevance | path

Searched refs:IA64_DCR_PP (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/arch/ia64/include/asm/
Dkregs.h129 #define IA64_DCR_PP (__IA64_UL(1) << IA64_DCR_PP_BIT) macro
/Linux-v4.19/arch/ia64/kernel/
Dperfmon.c1029 ia64_setreg(_IA64_REG_CR_DCR, ia64_getreg(_IA64_REG_CR_DCR) & ~IA64_DCR_PP); in pfm_restore_monitoring()
1086 ia64_setreg(_IA64_REG_CR_DCR, ia64_getreg(_IA64_REG_CR_DCR) | IA64_DCR_PP); in pfm_restore_monitoring()
3971 ia64_setreg(_IA64_REG_CR_DCR, ia64_getreg(_IA64_REG_CR_DCR) & ~IA64_DCR_PP); in pfm_stop()
4065 ia64_setreg(_IA64_REG_CR_DCR, ia64_getreg(_IA64_REG_CR_DCR) | IA64_DCR_PP); in pfm_start()
5743 ia64_setreg(_IA64_REG_CR_DCR, dcr & ~IA64_DCR_PP); in pfm_syst_wide_update_task()
5755 ia64_setreg(_IA64_REG_CR_DCR, dcr |IA64_DCR_PP); in pfm_syst_wide_update_task()
6676 if (info == 0 && ia64_psr(regs)->pp == 0 && (dcr & IA64_DCR_PP) == 0) { in dump_pmu_state()
6700 dcr & IA64_DCR_PP ? 1 : 0, in dump_pmu_state()