Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/hv/
H A 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 …]
H A Dhyperv_vmbus.h38 u64 as_uint64; member
/OK3568_Linux_fs/kernel/arch/x86/hyperv/
H A Dhv_init.c284 rdmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_suspend()
286 wrmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_suspend()
301 rdmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_resume()
305 wrmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hv_resume()
415 rdmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hyperv_init()
418 wrmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hyperv_init()
469 hypercall_msr.as_uint64 = 0; in hyperv_cleanup()
470 wrmsrl(HV_X64_MSR_HYPERCALL, hypercall_msr.as_uint64); in hyperv_cleanup()
473 hypercall_msr.as_uint64 = 0; in hyperv_cleanup()
474 wrmsrl(HV_X64_MSR_REFERENCE_TSC, hypercall_msr.as_uint64); in hyperv_cleanup()
[all …]
/OK3568_Linux_fs/kernel/include/asm-generic/
H A 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
/OK3568_Linux_fs/kernel/drivers/clocksource/
H A 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()
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dhyperv.c640 union hv_stimer_config new_config = {.as_uint64 = config}, in stimer_set_config()
641 old_config = {.as_uint64 = stimer->config.as_uint64}; in stimer_set_config()
655 stimer->config.as_uint64 = new_config.as_uint64; in stimer_set_config()
690 *pconfig = stimer->config.as_uint64; in stimer_get_config()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dhyperv-tlfs.h211 u64 as_uint64; member