Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/hv/
Dhv.c202 simp.as_uint64 = hv_get_register(HV_REGISTER_SIMP); in hv_synic_enable_regs()
207 hv_set_register(HV_REGISTER_SIMP, simp.as_uint64); in hv_synic_enable_regs()
210 siefp.as_uint64 = hv_get_register(HV_REGISTER_SIEFP); in hv_synic_enable_regs()
215 hv_set_register(HV_REGISTER_SIEFP, siefp.as_uint64); in hv_synic_enable_regs()
220 shared_sint.as_uint64 = hv_get_register(HV_REGISTER_SINT0 + in hv_synic_enable_regs()
237 shared_sint.as_uint64); in hv_synic_enable_regs()
240 sctrl.as_uint64 = hv_get_register(HV_REGISTER_SCONTROL); in hv_synic_enable_regs()
243 hv_set_register(HV_REGISTER_SCONTROL, sctrl.as_uint64); in hv_synic_enable_regs()
265 shared_sint.as_uint64 = hv_get_register(HV_REGISTER_SINT0 + in hv_synic_disable_regs()
273 shared_sint.as_uint64); in hv_synic_disable_regs()
[all …]
Dhyperv_vmbus.h38 u64 as_uint64; member
/Linux-v5.15/arch/x86/hyperv/
Dhv_init.c64 rdmsrl(HV_X64_MSR_VP_ASSIST_PAGE, msr.as_uint64); in hv_cpu_init()
84 wrmsrl(HV_X64_MSR_VP_ASSIST_PAGE, msr.as_uint64); in hv_cpu_init()
194 rdmsrl(HV_X64_MSR_VP_ASSIST_PAGE, msr.as_uint64); in hv_cpu_die()
197 wrmsrl(HV_X64_MSR_VP_ASSIST_PAGE, msr.as_uint64); in hv_cpu_die()
258 rdmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_suspend()
260 wrmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_suspend()
275 rdmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_resume()
279 wrmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_resume()
391 rdmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hyperv_init()
408 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()
/Linux-v5.15/include/asm-generic/
Dhyperv-tlfs.h326 u64 as_uint64; member
348 u64 as_uint64; member
357 u64 as_uint64; member
370 u64 as_uint64; member
380 u64 as_uint64; member
491 u64 as_uint64; member
568 u64 as_uint64; member
576 u64 as_uint64; member
710 u64 as_uint64; member
/Linux-v5.15/drivers/iommu/
Dhyperv-iommu.c211 && data->entry.ioapic_rte.as_uint64) { in hyperv_root_ir_compose_msi_msg()
219 data->entry.ioapic_rte.as_uint64 = 0; in hyperv_root_ir_compose_msi_msg()
323 && e->ioapic_rte.as_uint64) in hyperv_root_irq_remapping_free()
/Linux-v5.15/drivers/clocksource/
Dhyperv_timer.c101 timer_cfg.as_uint64 = 0; in hv_ce_set_oneshot()
121 hv_set_register(HV_REGISTER_STIMER0_CONFIG, timer_cfg.as_uint64); in hv_ce_set_oneshot()
/Linux-v5.15/arch/x86/include/asm/
Dhyperv-tlfs.h283 u64 as_uint64; member
292 u64 as_uint64; member
/Linux-v5.15/arch/x86/kvm/
Dhyperv.c655 union hv_stimer_config new_config = {.as_uint64 = config}, in stimer_set_config()
656 old_config = {.as_uint64 = stimer->config.as_uint64}; in stimer_set_config()
676 stimer->config.as_uint64 = new_config.as_uint64; in stimer_set_config()
711 *pconfig = stimer->config.as_uint64; in stimer_get_config()
/Linux-v5.15/drivers/net/ethernet/microsoft/mana/
Dgdma.h70 u64 as_uint64; member
Dgdma_main.c265 writeq(e.as_uint64, addr); in mana_gd_ring_doorbell()