Home
last modified time | relevance | path

Searched refs:_IA64_REG_CR_DCR (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/arch/ia64/include/uapi/asm/
Dgcc_intrin.h45 case _IA64_REG_CR_DCR ... _IA64_REG_CR_LRR1: \
47 "i" (regnum - _IA64_REG_CR_DCR), \
84 case _IA64_REG_CR_DCR ... _IA64_REG_CR_LRR1: \
86 : "i" (regnum - _IA64_REG_CR_DCR)); \
Dia64regs.h64 #define _IA64_REG_CR_DCR 4096 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()
5737 dcr = ia64_getreg(_IA64_REG_CR_DCR); in pfm_syst_wide_update_task()
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()
6674 dcr = ia64_getreg(_IA64_REG_CR_DCR); in dump_pmu_state()
Dsetup.c996 ia64_setreg(_IA64_REG_CR_DCR, ( IA64_DCR_DP | IA64_DCR_DK | IA64_DCR_DX | IA64_DCR_DR in cpu_init()