Lines Matching defs:vcpu
38 static int kvm_trap_emul_handle_cop_unusable(struct kvm_vcpu *vcpu) in kvm_trap_emul_handle_cop_unusable()
86 static int kvm_trap_emul_handle_tlb_mod(struct kvm_vcpu *vcpu) in kvm_trap_emul_handle_tlb_mod()
130 static int kvm_trap_emul_handle_tlb_miss(struct kvm_vcpu *vcpu, bool store) in kvm_trap_emul_handle_tlb_miss()
206 static int kvm_trap_emul_handle_tlb_st_miss(struct kvm_vcpu *vcpu) in kvm_trap_emul_handle_tlb_st_miss()
211 static int kvm_trap_emul_handle_tlb_ld_miss(struct kvm_vcpu *vcpu) in kvm_trap_emul_handle_tlb_ld_miss()
216 static int kvm_trap_emul_handle_addr_err_st(struct kvm_vcpu *vcpu) in kvm_trap_emul_handle_addr_err_st()
246 static int kvm_trap_emul_handle_addr_err_ld(struct kvm_vcpu *vcpu) in kvm_trap_emul_handle_addr_err_ld()
276 static int kvm_trap_emul_handle_syscall(struct kvm_vcpu *vcpu) in kvm_trap_emul_handle_syscall()
294 static int kvm_trap_emul_handle_res_inst(struct kvm_vcpu *vcpu) in kvm_trap_emul_handle_res_inst()
312 static int kvm_trap_emul_handle_break(struct kvm_vcpu *vcpu) in kvm_trap_emul_handle_break()
330 static int kvm_trap_emul_handle_trap(struct kvm_vcpu *vcpu) in kvm_trap_emul_handle_trap()
348 static int kvm_trap_emul_handle_msa_fpe(struct kvm_vcpu *vcpu) in kvm_trap_emul_handle_msa_fpe()
366 static int kvm_trap_emul_handle_fpe(struct kvm_vcpu *vcpu) in kvm_trap_emul_handle_fpe()
390 static int kvm_trap_emul_handle_msa_disabled(struct kvm_vcpu *vcpu) in kvm_trap_emul_handle_msa_disabled()
436 static int kvm_trap_emul_vcpu_init(struct kvm_vcpu *vcpu) in kvm_trap_emul_vcpu_init()
443 static int kvm_trap_emul_vcpu_setup(struct kvm_vcpu *vcpu) in kvm_trap_emul_vcpu_setup()
514 static unsigned long kvm_trap_emul_num_regs(struct kvm_vcpu *vcpu) in kvm_trap_emul_num_regs()
519 static int kvm_trap_emul_copy_reg_indices(struct kvm_vcpu *vcpu, in kvm_trap_emul_copy_reg_indices()
525 static int kvm_trap_emul_get_one_reg(struct kvm_vcpu *vcpu, in kvm_trap_emul_get_one_reg()
548 static int kvm_trap_emul_set_one_reg(struct kvm_vcpu *vcpu, in kvm_trap_emul_set_one_reg()
636 static int kvm_trap_emul_vcpu_get_regs(struct kvm_vcpu *vcpu) in kvm_trap_emul_vcpu_get_regs()
643 static int kvm_trap_emul_vcpu_set_regs(struct kvm_vcpu *vcpu) in kvm_trap_emul_vcpu_set_regs()