Home
last modified time | relevance | path

Searched refs:as_uint64 (Results 1 – 5 of 5) sorted by relevance

/arch/x86/hyperv/
Dhv_init.c63 rdmsrl(HV_X64_MSR_VP_ASSIST_PAGE, msr.as_uint64); in hv_cpu_init()
83 wrmsrl(HV_X64_MSR_VP_ASSIST_PAGE, msr.as_uint64); in hv_cpu_init()
198 rdmsrl(HV_X64_MSR_VP_ASSIST_PAGE, msr.as_uint64); in hv_cpu_die()
201 wrmsrl(HV_X64_MSR_VP_ASSIST_PAGE, msr.as_uint64); in hv_cpu_die()
262 rdmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_suspend()
264 wrmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_suspend()
279 rdmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_resume()
283 wrmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_resume()
388 rdmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hyperv_init()
405 wrmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hyperv_init()
[all …]
Dirqdomain.c33 input->device_id = device_id.as_uint64; in hv_map_interrupt()
123 dev_id.as_uint64 = 0; in hv_build_pci_dev_id()
253 return hv_unmap_interrupt(hv_build_pci_dev_id(dev).as_uint64, old_entry); in hv_unmap_msi_interrupt()
366 device_id.as_uint64 = 0; in hv_unmap_ioapic_interrupt()
370 return hv_unmap_interrupt(device_id.as_uint64, entry); in hv_unmap_ioapic_interrupt()
379 device_id.as_uint64 = 0; in hv_map_ioapic_interrupt()
Dhv_proc.c194 input->proximity_domain_info.as_uint64 = 0; in hv_call_create_vp()
/arch/x86/include/asm/
Dhyperv-tlfs.h283 u64 as_uint64; member
292 u64 as_uint64; member
/arch/x86/kvm/
Dhyperv.c661 union hv_stimer_config new_config = {.as_uint64 = config}, in stimer_set_config()
662 old_config = {.as_uint64 = stimer->config.as_uint64}; in stimer_set_config()
682 stimer->config.as_uint64 = new_config.as_uint64; in stimer_set_config()
719 *pconfig = stimer->config.as_uint64; in stimer_get_config()