Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hv/
Dhv.c167 hv_get_simp(simp.as_uint64); in hv_synic_enable_regs()
172 hv_set_simp(simp.as_uint64); in hv_synic_enable_regs()
175 hv_get_siefp(siefp.as_uint64); in hv_synic_enable_regs()
180 hv_set_siefp(siefp.as_uint64); in hv_synic_enable_regs()
183 hv_get_synint_state(VMBUS_MESSAGE_SINT, shared_sint.as_uint64); in hv_synic_enable_regs()
192 hv_set_synint_state(VMBUS_MESSAGE_SINT, shared_sint.as_uint64); in hv_synic_enable_regs()
195 hv_get_synic_state(sctrl.as_uint64); in hv_synic_enable_regs()
198 hv_set_synic_state(sctrl.as_uint64); in hv_synic_enable_regs()
220 hv_get_synint_state(VMBUS_MESSAGE_SINT, shared_sint.as_uint64); in hv_synic_disable_regs()
226 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.4/arch/x86/hyperv/
Dhv_init.c309 rdmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hyperv_init()
312 wrmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hyperv_init()
348 hypercall_msr.as_uint64 = 0; in hyperv_cleanup()
349 wrmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hyperv_cleanup()
352 hypercall_msr.as_uint64 = 0; in hyperv_cleanup()
353 wrmsrl(HV_X64_MSR_REFERENCE_TSC, hypercall_msr.as_uint64); in hyperv_cleanup()
428 hypercall_msr.as_uint64 = 0; in hv_is_hyperv_initialized()
429 rdmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_is_hyperv_initialized()
/Linux-v5.4/arch/x86/include/asm/
Dhyperv-tlfs.h285 u64 as_uint64; member
770 u64 as_uint64; member
792 u64 as_uint64; member
801 u64 as_uint64; member
813 u64 as_uint64; member
823 u64 as_uint64; member
/Linux-v5.4/drivers/clocksource/
Dhyperv_timer.c79 timer_cfg.as_uint64 = 0; in hv_ce_set_oneshot()
98 hv_init_timer_config(0, timer_cfg.as_uint64); in hv_ce_set_oneshot()
/Linux-v5.4/arch/x86/kvm/
Dhyperv.c515 union hv_stimer_config new_config = {.as_uint64 = config}, in stimer_set_config()
516 old_config = {.as_uint64 = stimer->config.as_uint64}; in stimer_set_config()
525 stimer->config.as_uint64 = new_config.as_uint64; in stimer_set_config()
554 *pconfig = stimer->config.as_uint64; in stimer_get_config()