Lines Matching refs:ric
1051 struct kvm_nested_guest *gp, int ric)
1056 switch (ric) {
1081 static void kvmhv_emulate_tlbie_all_lpid(struct kvm_vcpu *vcpu, int ric)
1092 kvmhv_emulate_tlbie_lpid(vcpu, gp, ric);
1104 int r, ric, prs, is, ap;
1109 ric = get_ric(instr);
1119 * ric == 3 -> No cluster bombs for radix
1121 * (!is) && (ric == 1 || ric == 2) -> Not supported by ISA
1123 if ((!r) || (prs) || (ric == 3) || (is == 1) ||
1124 ((!is) && (ric == 1 || ric == 2)))
1130 * We know ric == 0
1141 kvmhv_emulate_tlbie_lpid(vcpu, gp, ric);
1147 kvmhv_emulate_tlbie_all_lpid(vcpu, ric);