• Home
  • Raw
  • Download

Lines Matching defs:vcpu

59 static void get_timer_map(struct kvm_vcpu *vcpu, struct timer_map *map)  in get_timer_map()
93 struct kvm_vcpu *vcpu = *(struct kvm_vcpu **)dev_id; in kvm_arch_timer_handler() local
155 static u64 kvm_timer_earliest_exp(struct kvm_vcpu *vcpu) in kvm_timer_earliest_exp()
178 struct kvm_vcpu *vcpu; in kvm_bg_timer_expire() local
202 struct kvm_vcpu *vcpu; in kvm_hrtimer_expire() local
265 bool kvm_timer_is_pending(struct kvm_vcpu *vcpu) in kvm_timer_is_pending()
279 void kvm_timer_update_run(struct kvm_vcpu *vcpu) in kvm_timer_update_run()
294 static void kvm_timer_update_irq(struct kvm_vcpu *vcpu, bool new_level, in kvm_timer_update_irq()
386 static void kvm_timer_blocking(struct kvm_vcpu *vcpu) in kvm_timer_blocking()
409 static void kvm_timer_unblocking(struct kvm_vcpu *vcpu) in kvm_timer_unblocking()
476 struct kvm_vcpu *vcpu = ctx->vcpu; in kvm_timer_vcpu_load_gic() local
495 static void kvm_timer_vcpu_load_nogic(struct kvm_vcpu *vcpu) in kvm_timer_vcpu_load_nogic()
523 void kvm_timer_vcpu_load(struct kvm_vcpu *vcpu) in kvm_timer_vcpu_load()
553 bool kvm_timer_should_notify_user(struct kvm_vcpu *vcpu) in kvm_timer_should_notify_user()
570 void kvm_timer_vcpu_put(struct kvm_vcpu *vcpu) in kvm_timer_vcpu_put()
614 static void unmask_vtimer_irq_user(struct kvm_vcpu *vcpu) in unmask_vtimer_irq_user()
627 void kvm_timer_sync_hwstate(struct kvm_vcpu *vcpu) in kvm_timer_sync_hwstate()
638 int kvm_timer_vcpu_reset(struct kvm_vcpu *vcpu) in kvm_timer_vcpu_reset()
672 static void update_vtimer_cntvoff(struct kvm_vcpu *vcpu, u64 cntvoff) in update_vtimer_cntvoff()
690 void kvm_timer_vcpu_init(struct kvm_vcpu *vcpu) in kvm_timer_vcpu_init()
727 int kvm_arm_timer_set_reg(struct kvm_vcpu *vcpu, u64 regid, u64 value) in kvm_arm_timer_set_reg()
774 u64 kvm_arm_timer_get_reg(struct kvm_vcpu *vcpu, u64 regid) in kvm_arm_timer_get_reg()
799 static u64 kvm_arm_timer_read(struct kvm_vcpu *vcpu, in kvm_arm_timer_read()
829 u64 kvm_arm_timer_read_sysreg(struct kvm_vcpu *vcpu, in kvm_arm_timer_read_sysreg()
846 static void kvm_arm_timer_write(struct kvm_vcpu *vcpu, in kvm_arm_timer_write()
869 void kvm_arm_timer_write_sysreg(struct kvm_vcpu *vcpu, in kvm_arm_timer_write_sysreg()
992 void kvm_timer_vcpu_terminate(struct kvm_vcpu *vcpu) in kvm_timer_vcpu_terminate()
999 static bool timer_irqs_are_valid(struct kvm_vcpu *vcpu) in timer_irqs_are_valid()
1025 struct kvm_vcpu *vcpu = kvm_arm_get_running_vcpu(); in kvm_arch_timer_get_input_level() local
1038 int kvm_timer_enable(struct kvm_vcpu *vcpu) in kvm_timer_enable()
1107 struct kvm_vcpu *vcpu; in set_timer_irqs() local
1116 int kvm_arm_timer_set_attr(struct kvm_vcpu *vcpu, struct kvm_device_attr *attr) in kvm_arm_timer_set_attr()
1149 int kvm_arm_timer_get_attr(struct kvm_vcpu *vcpu, struct kvm_device_attr *attr) in kvm_arm_timer_get_attr()
1170 int kvm_arm_timer_has_attr(struct kvm_vcpu *vcpu, struct kvm_device_attr *attr) in kvm_arm_timer_has_attr()