Searched refs:pseudo_wrmsrl_notrace (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/arch/x86/kernel/cpu/ |
| D | intel_rdt_pseudo_lock.c | 114 static inline void pseudo_wrmsrl_notrace(unsigned int msr, u64 val) in pseudo_wrmsrl_notrace() function 1022 pseudo_wrmsrl_notrace(MSR_ARCH_PERFMON_EVENTSEL0, 0x0); in measure_cycles_perf_fn() 1023 pseudo_wrmsrl_notrace(MSR_ARCH_PERFMON_EVENTSEL0 + 1, 0x0); in measure_cycles_perf_fn() 1024 pseudo_wrmsrl_notrace(MSR_ARCH_PERFMON_PERFCTR0, 0x0); in measure_cycles_perf_fn() 1025 pseudo_wrmsrl_notrace(MSR_ARCH_PERFMON_PERFCTR0 + 1, 0x0); in measure_cycles_perf_fn() 1027 pseudo_wrmsrl_notrace(MSR_ARCH_PERFMON_EVENTSEL0 + 2, 0x0); in measure_cycles_perf_fn() 1028 pseudo_wrmsrl_notrace(MSR_ARCH_PERFMON_EVENTSEL0 + 3, 0x0); in measure_cycles_perf_fn() 1029 pseudo_wrmsrl_notrace(MSR_ARCH_PERFMON_PERFCTR0 + 2, 0x0); in measure_cycles_perf_fn() 1030 pseudo_wrmsrl_notrace(MSR_ARCH_PERFMON_PERFCTR0 + 3, 0x0); in measure_cycles_perf_fn() 1033 pseudo_wrmsrl_notrace(MSR_ARCH_PERFMON_EVENTSEL0, l2_hit_bits); in measure_cycles_perf_fn() [all …]
|