Searched refs:ia64_get_pmc (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/arch/ia64/include/uapi/asm/ | 
| D | intel_intrin.h | 100 #define ia64_get_pmc(index)		__getIndReg(_IA64_REG_INDR_PMC, index)  macro
  | 
| D | gcc_intrin.h | 471 #define ia64_get_pmc(index)							\  macro
  | 
| /Linux-v5.4/arch/ia64/kernel/ | 
| D | perfmon.c | 5416 	pmc0 = ia64_get_pmc(0);  in pfm_do_interrupt_handler() 5641 			cpu, ia64_get_pmc(0));  in pfm_proc_show() 5648 				cpu, i, ia64_get_pmc(i),  in pfm_proc_show() 5819 	ctx->th_pmcs[0] = ia64_get_pmc(0);  in pfm_save_regs() 5907 	ctx->th_pmcs[0] = ia64_get_pmc(0);  in pfm_lazy_save_regs() 6246 		pmc0 = ia64_get_pmc(0); /* slow */  in pfm_flush_pmds() 6642 		ia64_get_pmc(0),  in dump_pmu_state() 6655 …printk("->CPU%d pmc[%d]=0x%lx thread_pmc[%d]=0x%lx\n", this_cpu, i, ia64_get_pmc(i), i, ctx->th_pm…  in dump_pmu_state()
  |