Searched refs:as_uint64 (Results 1 – 13 of 13) sorted by relevance
/Linux-v6.6/drivers/hv/ |
D | hv.c | 273 simp.as_uint64 = hv_get_register(HV_REGISTER_SIMP); in hv_synic_enable_regs() 289 hv_set_register(HV_REGISTER_SIMP, simp.as_uint64); in hv_synic_enable_regs() 292 siefp.as_uint64 = hv_get_register(HV_REGISTER_SIEFP); in hv_synic_enable_regs() 308 hv_set_register(HV_REGISTER_SIEFP, siefp.as_uint64); in hv_synic_enable_regs() 313 shared_sint.as_uint64 = hv_get_register(HV_REGISTER_SINT0 + in hv_synic_enable_regs() 330 shared_sint.as_uint64); in hv_synic_enable_regs() 333 sctrl.as_uint64 = hv_get_register(HV_REGISTER_SCONTROL); in hv_synic_enable_regs() 336 hv_set_register(HV_REGISTER_SCONTROL, sctrl.as_uint64); in hv_synic_enable_regs() 360 shared_sint.as_uint64 = hv_get_register(HV_REGISTER_SINT0 + in hv_synic_disable_regs() 368 shared_sint.as_uint64); in hv_synic_disable_regs() [all …]
|
D | hyperv_vmbus.h | 38 u64 as_uint64; member
|
/Linux-v6.6/arch/x86/hyperv/ |
D | hv_init.c | 102 rdmsrl(HV_X64_MSR_VP_ASSIST_PAGE, msr.as_uint64); in hv_cpu_init() 135 wrmsrl(HV_X64_MSR_VP_ASSIST_PAGE, msr.as_uint64); in hv_cpu_init() 258 rdmsrl(HV_X64_MSR_VP_ASSIST_PAGE, msr.as_uint64); in hv_cpu_die() 261 wrmsrl(HV_X64_MSR_VP_ASSIST_PAGE, msr.as_uint64); in hv_cpu_die() 322 rdmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_suspend() 324 wrmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_suspend() 339 rdmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_resume() 343 wrmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_resume() 524 rdmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hyperv_init() 541 wrmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hyperv_init() [all …]
|
D | irqdomain.c | 33 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()
|
D | hv_proc.c | 194 input->proximity_domain_info.as_uint64 = 0; in hv_call_create_vp()
|
/Linux-v6.6/drivers/clocksource/ |
D | hyperv_timer.c | 102 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() 442 tsc_msr.as_uint64 = hv_get_register(HV_REGISTER_REFERENCE_TSC); in suspend_hv_clock_tsc() 444 hv_set_register(HV_REGISTER_REFERENCE_TSC, tsc_msr.as_uint64); in suspend_hv_clock_tsc() 453 tsc_msr.as_uint64 = hv_get_register(HV_REGISTER_REFERENCE_TSC); in resume_hv_clock_tsc() 456 hv_set_register(HV_REGISTER_REFERENCE_TSC, tsc_msr.as_uint64); in resume_hv_clock_tsc() 558 tsc_msr.as_uint64 = hv_get_register(HV_REGISTER_REFERENCE_TSC); in hv_init_tsc_clocksource() 565 hv_set_register(HV_REGISTER_REFERENCE_TSC, tsc_msr.as_uint64); in hv_init_tsc_clocksource()
|
/Linux-v6.6/include/asm-generic/ |
D | hyperv-tlfs.h | 106 u64 as_uint64; member 351 u64 as_uint64; member 373 u64 as_uint64; member 382 u64 as_uint64; member 395 u64 as_uint64; member 405 u64 as_uint64; member 521 u64 as_uint64; member 573 u64 as_uint64; member 707 u64 as_uint64; member
|
/Linux-v6.6/drivers/iommu/ |
D | hyperv-iommu.c | 214 && data->entry.ioapic_rte.as_uint64) { in hyperv_root_ir_compose_msi_msg() 222 data->entry.ioapic_rte.as_uint64 = 0; in hyperv_root_ir_compose_msi_msg() 326 && e->ioapic_rte.as_uint64) in hyperv_root_irq_remapping_free()
|
/Linux-v6.6/arch/arm64/include/asm/ |
D | hyperv-tlfs.h | 68 u64 as_uint64[2]; member
|
/Linux-v6.6/arch/x86/include/asm/ |
D | hyperv-tlfs.h | 333 u64 as_uint64; member 342 u64 as_uint64; member 720 u64 as_uint64; member
|
/Linux-v6.6/arch/x86/kvm/ |
D | hyperv.c | 687 union hv_stimer_config new_config = {.as_uint64 = config}, in stimer_set_config() 688 old_config = {.as_uint64 = stimer->config.as_uint64}; in stimer_set_config() 708 stimer->config.as_uint64 = new_config.as_uint64; in stimer_set_config() 743 *pconfig = stimer->config.as_uint64; in stimer_get_config()
|
/Linux-v6.6/include/net/mana/ |
D | gdma.h | 83 u64 as_uint64; member
|
/Linux-v6.6/drivers/net/ethernet/microsoft/mana/ |
D | gdma_main.c | 317 writeq(e.as_uint64, addr); in mana_gd_ring_doorbell()
|