Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/hv/
Dhv.c165 hv_get_simp(simp.as_uint64); in hv_synic_enable_regs()
170 hv_set_simp(simp.as_uint64); in hv_synic_enable_regs()
173 hv_get_siefp(siefp.as_uint64); in hv_synic_enable_regs()
178 hv_set_siefp(siefp.as_uint64); in hv_synic_enable_regs()
181 hv_get_synint_state(VMBUS_MESSAGE_SINT, shared_sint.as_uint64); in hv_synic_enable_regs()
186 hv_set_synint_state(VMBUS_MESSAGE_SINT, shared_sint.as_uint64); in hv_synic_enable_regs()
189 hv_get_synic_state(sctrl.as_uint64); in hv_synic_enable_regs()
192 hv_set_synic_state(sctrl.as_uint64); in hv_synic_enable_regs()
214 hv_get_synint_state(VMBUS_MESSAGE_SINT, shared_sint.as_uint64); in hv_synic_disable_regs()
220 hv_set_synint_state(VMBUS_MESSAGE_SINT, shared_sint.as_uint64); in hv_synic_disable_regs()
[all …]
Dhyperv_vmbus.h37 u64 as_uint64; member
/Linux-v5.10/arch/x86/hyperv/
Dhv_init.c275 rdmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_suspend()
277 wrmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_suspend()
292 rdmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_resume()
296 wrmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_resume()
387 rdmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hyperv_init()
390 wrmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hyperv_init()
436 hypercall_msr.as_uint64 = 0; in hyperv_cleanup()
437 wrmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hyperv_cleanup()
440 hypercall_msr.as_uint64 = 0; in hyperv_cleanup()
441 wrmsrl(HV_X64_MSR_REFERENCE_TSC, hypercall_msr.as_uint64); in hyperv_cleanup()
[all …]
/Linux-v5.10/include/asm-generic/
Dhyperv-tlfs.h276 u64 as_uint64; member
298 u64 as_uint64; member
307 u64 as_uint64; member
320 u64 as_uint64; member
330 u64 as_uint64; member
412 u64 as_uint64; member
/Linux-v5.10/drivers/clocksource/
Dhyperv_timer.c89 timer_cfg.as_uint64 = 0; in hv_ce_set_oneshot()
108 hv_init_timer_config(0, timer_cfg.as_uint64); in hv_ce_set_oneshot()
/Linux-v5.10/arch/x86/kvm/
Dhyperv.c634 union hv_stimer_config new_config = {.as_uint64 = config}, in stimer_set_config()
635 old_config = {.as_uint64 = stimer->config.as_uint64}; in stimer_set_config()
649 stimer->config.as_uint64 = new_config.as_uint64; in stimer_set_config()
684 *pconfig = stimer->config.as_uint64; in stimer_get_config()
/Linux-v5.10/arch/x86/include/asm/
Dhyperv-tlfs.h211 u64 as_uint64; member