/tools/testing/selftests/kvm/x86_64/ |
D | kvm_pv_test.c | 69 #define TEST_MSR(msr) { .idx = msr, .name = #msr } argument 71 #define PR_MSR(msr) ucall(UCALL_PR_MSR, 1, msr) argument 90 static void test_msr(struct msr_data *msr) in test_msr() 156 struct msr_data *msr = (struct msr_data *)uc->args[0]; in pr_msr() local
|
D | userspace_msr_exit_test.c | 87 static void deny_msr(uint8_t *bitmap, u32 msr) in deny_msr() 152 static noinline uint64_t test_rdmsr(uint32_t msr) in test_rdmsr() 168 static noinline void test_wrmsr(uint32_t msr, uint64_t value) in test_wrmsr() 186 static noinline uint64_t test_em_rdmsr(uint32_t msr) in test_em_rdmsr() 202 static noinline void test_em_wrmsr(uint32_t msr, uint64_t value) in test_em_wrmsr()
|
D | hyperv_features.c | 103 static void guest_msr(struct msr_data *msr) in guest_msr() 168 static void guest_test_msrs_access(struct kvm_vm *vm, struct msr_data *msr, in guest_test_msrs_access()
|
D | xapic_ipi_test.c | 89 uint64_t msr = rdmsr(MSR_IA32_APICBASE); in verify_apic_base_addr() local
|
/tools/power/cpupower/debug/i386/ |
D | centrino-decode.c | 28 static int rdmsr(unsigned int cpu, unsigned int msr, in rdmsr() 63 static void decode (unsigned int msr) in decode()
|
D | powernow-k8-decode.c | 30 uint64_t msr = 0; in get_fidvid() local
|
/tools/testing/selftests/intel_pstate/ |
D | msr.c | 16 long long msr; in main() local
|
/tools/power/x86/x86_energy_perf_policy/ |
D | x86_energy_perf_policy.c | 680 int get_msr(int cpu, int offset, unsigned long long *msr) in get_msr() 779 unsigned long long msr; in read_hwp_cap() local 814 unsigned long long msr; in read_hwp_request() local 828 unsigned long long msr = 0; in write_hwp_request() local 917 unsigned long long msr; in print_pkg_msrs() local 1169 unsigned long long msr; in enable_hwp_on_cpu() local 1182 unsigned long long msr; in update_cpu_msrs() local 1332 unsigned long long msr; in verify_hwp_is_enabled() local 1418 unsigned long long msr; in early_cpuid() local
|
/tools/power/x86/turbostat/ |
D | turbostat.c | 541 int get_msr(int cpu, off_t offset, unsigned long long *msr) in get_msr() 1918 unsigned long long msr; in get_epb() local 1998 unsigned long long msr; in get_counters() local 2339 unsigned long long msr; in dump_nhm_platform_info() local 2365 unsigned long long msr; in dump_hsw_turbo_ratio_limits() local 2384 unsigned long long msr; in dump_ivt_turbo_ratio_limits() local 2444 unsigned long long msr, core_counts; in dump_turbo_ratio_limits() local 2509 unsigned long long msr; in dump_atom_turbo_ratio_limits() local 2551 unsigned long long msr; in dump_knl_turbo_ratio_limits() local 2606 unsigned long long msr; in dump_nhm_cst_cfg() local [all …]
|
/tools/perf/trace/beauty/tracepoints/ |
D | x86_msr.c | 24 static size_t x86_MSR__scnprintf(unsigned long msr, char *bf, size_t size, bool show_prefix) in x86_MSR__scnprintf()
|
/tools/power/cpupower/utils/idle_monitor/ |
D | hsw_ext_idle.c | 65 int msr; in hsw_ext_get_count() local
|
D | snb_idle.c | 63 int msr; in snb_get_count() local
|
D | nhm_idle.c | 74 int msr; in nhm_get_count() local
|
/tools/testing/selftests/kvm/include/x86_64/ |
D | processor.h | 139 static inline uint64_t rdmsr(uint32_t msr) in rdmsr() 148 static inline void wrmsr(uint32_t msr, uint64_t value) in wrmsr()
|
D | vmx.h | 548 void *msr; member
|
/tools/perf/pmu-events/ |
D | jevents.c | 578 struct msrmap *msr = NULL; in json_events() local
|
/tools/include/uapi/linux/ |
D | kvm.h | 197 __u32 msr; member 209 __u32 msr; member 469 } msr; member 1195 __u32 msr; member
|
/tools/arch/powerpc/include/uapi/asm/ |
D | kvm.h | 42 __u64 msr; member
|
/tools/power/x86/intel-speed-select/ |
D | isst-config.c | 868 int isst_send_msr_command(unsigned int cpu, unsigned int msr, int write, in isst_send_msr_command()
|