Lines Matching refs:ric
1131 struct kvm_nested_guest *gp, int ric)
1136 switch (ric) {
1161 static void kvmhv_emulate_tlbie_all_lpid(struct kvm_vcpu *vcpu, int ric)
1170 kvmhv_emulate_tlbie_lpid(vcpu, gp, ric);
1181 int r, ric, prs, is, ap;
1186 ric = get_ric(instr);
1196 * ric == 3 -> No cluster bombs for radix
1198 * (!is) && (ric == 1 || ric == 2) -> Not supported by ISA
1200 if ((!r) || (prs) || (ric == 3) || (is == 1) ||
1201 ((!is) && (ric == 1 || ric == 2)))
1207 * We know ric == 0
1218 kvmhv_emulate_tlbie_lpid(vcpu, gp, ric);
1224 kvmhv_emulate_tlbie_all_lpid(vcpu, ric);
1251 unsigned long lpid, unsigned long ric)
1258 kvmhv_emulate_tlbie_lpid(vcpu, gp, ric);