Home
last modified time | relevance | path

Searched refs:simp (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/hv/
H A Dhv.c280 union hv_synic_simp simp; in hv_hyp_synic_enable_regs() local
285 simp.as_uint64 = hv_get_msr(HV_MSR_SIMP); in hv_hyp_synic_enable_regs()
286 simp.simp_enabled = 1; in hv_hyp_synic_enable_regs()
290 u64 base = (simp.base_simp_gpa << HV_HYP_PAGE_SHIFT) & in hv_hyp_synic_enable_regs()
297 simp.base_simp_gpa = virt_to_phys(hv_cpu->hyp_synic_message_page) in hv_hyp_synic_enable_regs()
301 hv_set_msr(HV_MSR_SIMP, simp.as_uint64); in hv_hyp_synic_enable_regs()
347 union hv_synic_simp simp; in hv_para_synic_enable_regs() local
353 simp.as_uint64 = hv_para_get_synic_register(HV_MSR_SIMP); in hv_para_synic_enable_regs()
354 simp.simp_enabled = 1; in hv_para_synic_enable_regs()
355 simp.base_simp_gpa = virt_to_phys(hv_cpu->para_synic_message_page) in hv_para_synic_enable_regs()
[all …]
H A Dmshv_synic.c458 union hv_synic_simp simp; in mshv_synic_cpu_init() local
471 simp.as_uint64 = hv_get_non_nested_msr(HV_MSR_SIMP); in mshv_synic_cpu_init()
472 simp.simp_enabled = true; in mshv_synic_cpu_init()
473 *msg_page = memremap(simp.base_simp_gpa << HV_HYP_PAGE_SHIFT, in mshv_synic_cpu_init()
480 hv_set_non_nested_msr(HV_MSR_SIMP, simp.as_uint64); in mshv_synic_cpu_init()
543 simp.simp_enabled = false; in mshv_synic_cpu_init()
544 hv_set_non_nested_msr(HV_MSR_SIMP, simp.as_uint64); in mshv_synic_cpu_init()
554 union hv_synic_simp simp; in mshv_synic_cpu_exit() local
593 simp.as_uint64 = hv_get_non_nested_msr(HV_MSR_SIMP); in mshv_synic_cpu_exit()
594 simp.simp_enabled = false; in mshv_synic_cpu_exit()
[all …]
/linux/tools/arch/x86/kcpuid/
H A Dkcpuid.c29 char simp[32];
418 strcpy(bdesc->simp, strtok(tokens[4], " \t")); in parse_text()
477 bdesc->simp, in decode_bits()
489 bdesc->simp, in show_leaf()
26 char simp[32]; global() member