Home
last modified time | relevance | path

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

/linux/drivers/hv/
H A Dhv.c283 union hv_synic_simp simp; in hv_hyp_synic_enable_regs() local
288 simp.as_uint64 = hv_get_msr(HV_MSR_SIMP); in hv_hyp_synic_enable_regs()
289 simp.simp_enabled = 1; in hv_hyp_synic_enable_regs()
293 u64 base = (simp.base_simp_gpa << HV_HYP_PAGE_SHIFT) & in hv_hyp_synic_enable_regs()
300 simp.base_simp_gpa = virt_to_phys(hv_cpu->hyp_synic_message_page) in hv_hyp_synic_enable_regs()
304 hv_set_msr(HV_MSR_SIMP, simp.as_uint64); in hv_hyp_synic_enable_regs()
350 union hv_synic_simp simp; in hv_para_synic_enable_regs() local
356 simp.as_uint64 = hv_para_get_synic_register(HV_MSR_SIMP); in hv_para_synic_enable_regs()
357 simp.simp_enabled = 1; in hv_para_synic_enable_regs()
358 simp.base_simp_gpa = virt_to_phys(hv_cpu->para_synic_message_page) in hv_para_synic_enable_regs()
[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