Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/hv/
Dhv.c216 simp.as_uint64 = hv_get_register(HV_REGISTER_SIMP); in hv_synic_enable_regs()
230 hv_set_register(HV_REGISTER_SIMP, simp.as_uint64); in hv_synic_enable_regs()
233 siefp.as_uint64 = hv_get_register(HV_REGISTER_SIEFP); in hv_synic_enable_regs()
248 hv_set_register(HV_REGISTER_SIEFP, siefp.as_uint64); in hv_synic_enable_regs()
253 shared_sint.as_uint64 = hv_get_register(HV_REGISTER_SINT0 + in hv_synic_enable_regs()
270 shared_sint.as_uint64); in hv_synic_enable_regs()
273 sctrl.as_uint64 = hv_get_register(HV_REGISTER_SCONTROL); in hv_synic_enable_regs()
276 hv_set_register(HV_REGISTER_SCONTROL, sctrl.as_uint64); in hv_synic_enable_regs()
300 shared_sint.as_uint64 = hv_get_register(HV_REGISTER_SINT0 + in hv_synic_disable_regs()
308 shared_sint.as_uint64); in hv_synic_disable_regs()
[all …]
Dhyperv_vmbus.h38 u64 as_uint64; member
/linux-6.1.9/arch/x86/hyperv/
Dhv_init.c95 rdmsrl(HV_X64_MSR_VP_ASSIST_PAGE, msr.as_uint64); in hv_cpu_init()
115 wrmsrl(HV_X64_MSR_VP_ASSIST_PAGE, msr.as_uint64); in hv_cpu_init()
238 rdmsrl(HV_X64_MSR_VP_ASSIST_PAGE, msr.as_uint64); in hv_cpu_die()
241 wrmsrl(HV_X64_MSR_VP_ASSIST_PAGE, msr.as_uint64); in hv_cpu_die()
302 rdmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_suspend()
304 wrmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_suspend()
319 rdmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_resume()
323 wrmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_resume()
440 rdmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hyperv_init()
457 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()
345 device_id.as_uint64 = 0; in hv_unmap_ioapic_interrupt()
349 return hv_unmap_interrupt(device_id.as_uint64, entry); in hv_unmap_ioapic_interrupt()
358 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-6.1.9/drivers/clocksource/
Dhyperv_timer.c102 timer_cfg.as_uint64 = 0; in hv_ce_set_oneshot()
122 hv_set_register(HV_REGISTER_STIMER0_CONFIG, timer_cfg.as_uint64); in hv_ce_set_oneshot()
402 tsc_msr.as_uint64 = hv_get_register(HV_REGISTER_REFERENCE_TSC); in suspend_hv_clock_tsc()
404 hv_set_register(HV_REGISTER_REFERENCE_TSC, tsc_msr.as_uint64); in suspend_hv_clock_tsc()
414 tsc_msr.as_uint64 = hv_get_register(HV_REGISTER_REFERENCE_TSC); in resume_hv_clock_tsc()
417 hv_set_register(HV_REGISTER_REFERENCE_TSC, tsc_msr.as_uint64); in resume_hv_clock_tsc()
534 tsc_msr.as_uint64 = hv_get_register(HV_REGISTER_REFERENCE_TSC); in hv_init_tsc_clocksource()
537 hv_set_register(HV_REGISTER_REFERENCE_TSC, tsc_msr.as_uint64); in hv_init_tsc_clocksource()
/linux-6.1.9/include/asm-generic/
Dhyperv-tlfs.h106 u64 as_uint64; member
343 u64 as_uint64; member
365 u64 as_uint64; member
374 u64 as_uint64; member
387 u64 as_uint64; member
397 u64 as_uint64; member
508 u64 as_uint64; member
560 u64 as_uint64; member
694 u64 as_uint64; member
/linux-6.1.9/drivers/iommu/
Dhyperv-iommu.c209 && data->entry.ioapic_rte.as_uint64) { in hyperv_root_ir_compose_msi_msg()
217 data->entry.ioapic_rte.as_uint64 = 0; in hyperv_root_ir_compose_msi_msg()
321 && e->ioapic_rte.as_uint64) in hyperv_root_irq_remapping_free()
/linux-6.1.9/arch/arm64/include/asm/
Dhyperv-tlfs.h68 u64 as_uint64[2]; member
/linux-6.1.9/arch/x86/include/asm/
Dhyperv-tlfs.h303 u64 as_uint64; member
312 u64 as_uint64; member
645 u64 as_uint64; member
/linux-6.1.9/arch/x86/kvm/
Dhyperv.c665 union hv_stimer_config new_config = {.as_uint64 = config}, in stimer_set_config()
666 old_config = {.as_uint64 = stimer->config.as_uint64}; in stimer_set_config()
686 stimer->config.as_uint64 = new_config.as_uint64; in stimer_set_config()
721 *pconfig = stimer->config.as_uint64; in stimer_get_config()
/linux-6.1.9/drivers/net/ethernet/microsoft/mana/
Dgdma.h70 u64 as_uint64; member
Dgdma_main.c294 writeq(e.as_uint64, addr); in mana_gd_ring_doorbell()