Home
last modified time | relevance | path

Searched refs:checking_wrmsrl (Results 1 – 8 of 8) sorted by relevance

/linux-3.4.99/arch/x86/kernel/cpu/
Dperf_event_p6.c74 (void)checking_wrmsrl(hwc->config_base, val); in p6_pmu_disable_event()
87 (void)checking_wrmsrl(hwc->config_base, val); in p6_pmu_enable_event()
Damd.c611 checking_wrmsrl(0xc0011021, val); in init_amd()
625 checking_wrmsrl(0xc0011021, val); in init_amd()
710 checking_wrmsrl(MSR_AMD64_MCx_MASK(4), mask); in init_amd()
Dperf_event_p4.c912 (void)checking_wrmsrl(hwc->config_base, in p4_pmu_disable_event()
946 (void)checking_wrmsrl(MSR_IA32_PEBS_ENABLE, (u64)bind->metric_pebs); in p4_pmu_enable_pebs()
947 (void)checking_wrmsrl(MSR_P4_PEBS_MATRIX_VERT, (u64)bind->metric_vert); in p4_pmu_enable_pebs()
981 (void)checking_wrmsrl(escr_addr, escr_conf); in p4_pmu_enable_event()
982 (void)checking_wrmsrl(hwc->config_base, in p4_pmu_enable_event()
Dperf_event_intel.c1012 checking_wrmsrl(x86_pmu_config_addr(idx), 0ull); in intel_pmu_reset()
1013 checking_wrmsrl(x86_pmu_event_addr(idx), 0ull); in intel_pmu_reset()
1016 checking_wrmsrl(MSR_ARCH_PERFMON_FIXED_CTR0 + idx, 0ull); in intel_pmu_reset()
Dperf_event.c225 ret = checking_wrmsrl(x86_pmu_event_addr(0), val); in check_hw_exists()
/linux-3.4.99/arch/x86/vdso/
Dvdso32-setup.c209 checking_wrmsrl(MSR_IA32_SYSENTER_CS, (u64)__KERNEL_CS); in syscall32_cpu_init()
210 checking_wrmsrl(MSR_IA32_SYSENTER_ESP, 0ULL); in syscall32_cpu_init()
211 checking_wrmsrl(MSR_IA32_SYSENTER_EIP, (u64)ia32_sysenter_target); in syscall32_cpu_init()
/linux-3.4.99/arch/x86/kernel/
Dprocess_64.c478 ret = checking_wrmsrl(MSR_KERNEL_GS_BASE, addr); in do_arch_prctl()
506 ret = checking_wrmsrl(MSR_FS_BASE, addr); in do_arch_prctl()
/linux-3.4.99/arch/x86/include/asm/
Dmsr.h259 #define checking_wrmsrl(msr, val) wrmsr_safe((msr), (u32)(val), \ macro