Home
last modified time | relevance | path

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

/arch/ia64/include/asm/
Dkregs.h128 #define IA64_DCR_PP (__IA64_UL(1) << IA64_DCR_PP_BIT) macro
/arch/ia64/kernel/
Dperfmon.c1027 ia64_setreg(_IA64_REG_CR_DCR, ia64_getreg(_IA64_REG_CR_DCR) & ~IA64_DCR_PP); in pfm_restore_monitoring()
1084 ia64_setreg(_IA64_REG_CR_DCR, ia64_getreg(_IA64_REG_CR_DCR) | IA64_DCR_PP); in pfm_restore_monitoring()
3995 ia64_setreg(_IA64_REG_CR_DCR, ia64_getreg(_IA64_REG_CR_DCR) & ~IA64_DCR_PP); in pfm_stop()
4089 ia64_setreg(_IA64_REG_CR_DCR, ia64_getreg(_IA64_REG_CR_DCR) | IA64_DCR_PP); in pfm_start()
5790 ia64_setreg(_IA64_REG_CR_DCR, dcr & ~IA64_DCR_PP); in pfm_syst_wide_update_task()
5802 ia64_setreg(_IA64_REG_CR_DCR, dcr |IA64_DCR_PP); in pfm_syst_wide_update_task()
6731 if (info == 0 && ia64_psr(regs)->pp == 0 && (dcr & IA64_DCR_PP) == 0) { in dump_pmu_state()
6755 dcr & IA64_DCR_PP ? 1 : 0, in dump_pmu_state()
/arch/ia64/kvm/
Dprocess.c130 if (vdcr & IA64_DCR_PP) { in collect_interruption()