Home
last modified time | relevance | path

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

/linux-4.1.27/arch/ia64/include/uapi/asm/
Dgcc_intrin.h44 case _IA64_REG_CR_DCR ... _IA64_REG_CR_LRR1: \
46 "i" (regnum - _IA64_REG_CR_DCR), \
83 case _IA64_REG_CR_DCR ... _IA64_REG_CR_LRR1: \
85 : "i" (regnum - _IA64_REG_CR_DCR)); \
Dia64regs.h63 #define _IA64_REG_CR_DCR 4096 macro
/linux-4.1.27/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()
3979 ia64_setreg(_IA64_REG_CR_DCR, ia64_getreg(_IA64_REG_CR_DCR) & ~IA64_DCR_PP); in pfm_stop()
4073 ia64_setreg(_IA64_REG_CR_DCR, ia64_getreg(_IA64_REG_CR_DCR) | IA64_DCR_PP); in pfm_start()
5752 dcr = ia64_getreg(_IA64_REG_CR_DCR); in pfm_syst_wide_update_task()
5758 ia64_setreg(_IA64_REG_CR_DCR, dcr & ~IA64_DCR_PP); in pfm_syst_wide_update_task()
5770 ia64_setreg(_IA64_REG_CR_DCR, dcr |IA64_DCR_PP); in pfm_syst_wide_update_task()
6696 dcr = ia64_getreg(_IA64_REG_CR_DCR); in dump_pmu_state()
Dsetup.c1000 ia64_setreg(_IA64_REG_CR_DCR, ( IA64_DCR_DP | IA64_DCR_DK | IA64_DCR_DX | IA64_DCR_DR in cpu_init()