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

/linux-4.4.14/arch/ia64/include/asm/
H A Dkregs.h128 #define IA64_DCR_PP (__IA64_UL(1) << IA64_DCR_PP_BIT) macro
/linux-4.4.14/arch/ia64/kernel/
H A Dperfmon.c1027 ia64_setreg(_IA64_REG_CR_DCR, ia64_getreg(_IA64_REG_CR_DCR) & ~IA64_DCR_PP); pfm_restore_monitoring()
1084 ia64_setreg(_IA64_REG_CR_DCR, ia64_getreg(_IA64_REG_CR_DCR) | IA64_DCR_PP); pfm_restore_monitoring()
3979 ia64_setreg(_IA64_REG_CR_DCR, ia64_getreg(_IA64_REG_CR_DCR) & ~IA64_DCR_PP); pfm_stop()
4073 ia64_setreg(_IA64_REG_CR_DCR, ia64_getreg(_IA64_REG_CR_DCR) | IA64_DCR_PP); pfm_start()
5758 ia64_setreg(_IA64_REG_CR_DCR, dcr & ~IA64_DCR_PP); pfm_syst_wide_update_task()
5770 ia64_setreg(_IA64_REG_CR_DCR, dcr |IA64_DCR_PP); pfm_syst_wide_update_task()
6698 if (info == 0 && ia64_psr(regs)->pp == 0 && (dcr & IA64_DCR_PP) == 0) { dump_pmu_state()
6722 dcr & IA64_DCR_PP ? 1 : 0, dump_pmu_state()

Completed in 131 milliseconds