• Home
  • Raw
  • Download

Lines Matching defs:inst

1057 void kvm_thash(struct kvm_vcpu *vcpu, INST64 inst)  in kvm_thash()
1066 void kvm_ttag(struct kvm_vcpu *vcpu, INST64 inst) in kvm_ttag()
1146 int kvm_tpa(struct kvm_vcpu *vcpu, INST64 inst) in kvm_tpa()
1159 void kvm_tak(struct kvm_vcpu *vcpu, INST64 inst) in kvm_tak()
1277 void kvm_ptc_e(struct kvm_vcpu *vcpu, INST64 inst) in kvm_ptc_e()
1285 void kvm_ptc_g(struct kvm_vcpu *vcpu, INST64 inst) in kvm_ptc_g()
1294 void kvm_ptc_ga(struct kvm_vcpu *vcpu, INST64 inst) in kvm_ptc_ga()
1303 void kvm_ptc_l(struct kvm_vcpu *vcpu, INST64 inst) in kvm_ptc_l()
1312 void kvm_ptr_d(struct kvm_vcpu *vcpu, INST64 inst) in kvm_ptr_d()
1321 void kvm_ptr_i(struct kvm_vcpu *vcpu, INST64 inst) in kvm_ptr_i()
1330 void kvm_itr_d(struct kvm_vcpu *vcpu, INST64 inst) in kvm_itr_d()
1343 void kvm_itr_i(struct kvm_vcpu *vcpu, INST64 inst) in kvm_itr_i()
1354 void kvm_itc_d(struct kvm_vcpu *vcpu, INST64 inst) in kvm_itc_d()
1364 void kvm_itc_i(struct kvm_vcpu *vcpu, INST64 inst) in kvm_itc_i()
1378 void kvm_mov_to_ar_imm(struct kvm_vcpu *vcpu, INST64 inst) in kvm_mov_to_ar_imm()
1390 void kvm_mov_to_ar_reg(struct kvm_vcpu *vcpu, INST64 inst) in kvm_mov_to_ar_reg()
1398 void kvm_mov_from_ar_reg(struct kvm_vcpu *vcpu, INST64 inst) in kvm_mov_from_ar_reg()
1463 void kvm_mov_to_rr(struct kvm_vcpu *vcpu, INST64 inst) in kvm_mov_to_rr()
1472 void kvm_mov_to_dbr(struct kvm_vcpu *vcpu, INST64 inst) in kvm_mov_to_dbr()
1476 void kvm_mov_to_ibr(struct kvm_vcpu *vcpu, INST64 inst) in kvm_mov_to_ibr()
1480 void kvm_mov_to_pmc(struct kvm_vcpu *vcpu, INST64 inst) in kvm_mov_to_pmc()
1489 void kvm_mov_to_pmd(struct kvm_vcpu *vcpu, INST64 inst) in kvm_mov_to_pmd()
1498 void kvm_mov_to_pkr(struct kvm_vcpu *vcpu, INST64 inst) in kvm_mov_to_pkr()
1507 void kvm_mov_from_rr(struct kvm_vcpu *vcpu, INST64 inst) in kvm_mov_from_rr()
1516 void kvm_mov_from_pkr(struct kvm_vcpu *vcpu, INST64 inst) in kvm_mov_from_pkr()
1525 void kvm_mov_from_dbr(struct kvm_vcpu *vcpu, INST64 inst) in kvm_mov_from_dbr()
1534 void kvm_mov_from_ibr(struct kvm_vcpu *vcpu, INST64 inst) in kvm_mov_from_ibr()
1543 void kvm_mov_from_pmc(struct kvm_vcpu *vcpu, INST64 inst) in kvm_mov_from_pmc()
1561 void kvm_mov_from_cpuid(struct kvm_vcpu *vcpu, INST64 inst) in kvm_mov_from_cpuid()
1576 unsigned long kvm_mov_to_cr(struct kvm_vcpu *vcpu, INST64 inst) in kvm_mov_to_cr()
1603 unsigned long kvm_mov_from_cr(struct kvm_vcpu *vcpu, INST64 inst) in kvm_mov_from_cr()
1799 void kvm_rsm(struct kvm_vcpu *vcpu, INST64 inst) in kvm_rsm()
1810 void kvm_ssm(struct kvm_vcpu *vcpu, INST64 inst) in kvm_ssm()
1843 void kvm_mov_to_psr(struct kvm_vcpu *vcpu, INST64 inst) in kvm_mov_to_psr()
1851 void kvm_mov_from_psr(struct kvm_vcpu *vcpu, INST64 inst) in kvm_mov_from_psr()
1894 INST64 inst; in kvm_emulate() local