Searched refs:vtimer (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/arm64/kvm/ |
H A D | arch_timer.c | 432 struct arch_timer_context *vtimer = vcpu_vtimer(vcpu); in kvm_timer_update_run() local 439 if (kvm_timer_should_fire(vtimer)) in kvm_timer_update_run() 676 struct arch_timer_context *vtimer = vcpu_vtimer(vcpu); in kvm_timer_vcpu_load_nogic() local 684 kvm_timer_update_irq(vcpu, kvm_timer_should_fire(vtimer), vtimer); in kvm_timer_vcpu_load_nogic() 696 if (vtimer->irq.level) in kvm_timer_vcpu_load_nogic() 860 struct arch_timer_context *vtimer = vcpu_vtimer(vcpu); in kvm_timer_should_notify_user() local 871 return kvm_timer_should_fire(vtimer) != vlevel || in kvm_timer_should_notify_user() 914 struct arch_timer_context *vtimer = vcpu_vtimer(vcpu); in unmask_vtimer_irq_user() local 916 if (!kvm_timer_should_fire(vtimer)) { in unmask_vtimer_irq_user() 917 kvm_timer_update_irq(vcpu, false, vtimer); in unmask_vtimer_irq_user() [all …]
|
/openbmc/qemu/tests/tcg/aarch64/ |
H A D | Makefile.softmmu-target | 71 run-vtimer: QEMU_OPTS=$(QEMU_EL2_MACHINE) $(QEMU_BASE_ARGS) -kernel
|
/openbmc/qemu/target/arm/hvf/ |
H A D | hvf.c | 308 static HVFVTimer vtimer; variable 1776 * mach_absolute_time() returns the vtimer value without the VM in hvf_vtimer_val() 1785 /* VM is paused, the vtimer value is in vtimer.vtimer_val */ in hvf_wait_for_ipi() 1786 return vtimer.vtimer_val; in hvf_wait_for_ipi() 1864 /* We will get notified on vtimer changes by hvf, nothing to do */ in hvf_sync_vtimer() 2102 .name = "hvf-vtimer", in hvf_vm_state_change() 2116 /* Update vtimer offset on all CPUs */ in hvf_arch_init() 2120 /* Remember vtimer value on every pause */ 2128 vmstate_register(NULL, 0, &vmstate_hvf_vtimer, &vtimer); in hvf_arch_insert_sw_breakpoint() [all...] |
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |