Lines Matching refs:hcall
2096 pvinfo->hcall[0] = cpu_to_be32(inst_sc1);
2097 pvinfo->hcall[1] = cpu_to_be32(inst_nop);
2098 pvinfo->hcall[2] = cpu_to_be32(inst_nop);
2099 pvinfo->hcall[3] = cpu_to_be32(inst_nop);
2115 pvinfo->hcall[0] = cpu_to_be32(inst_lis | ((KVM_SC_MAGIC_R0 >> 16) & inst_imm_mask));
2116 pvinfo->hcall[1] = cpu_to_be32(inst_ori | (KVM_SC_MAGIC_R0 & inst_imm_mask));
2117 pvinfo->hcall[2] = cpu_to_be32(inst_sc);
2118 pvinfo->hcall[3] = cpu_to_be32(inst_nop);
2150 unsigned long hcall = cap->args[0];
2153 if (hcall > MAX_HCALL_OPCODE || (hcall & 3) ||
2156 if (!kvmppc_book3s_hcall_implemented(kvm, hcall))
2159 set_bit(hcall / 4, kvm->arch.enabled_hcalls);
2161 clear_bit(hcall / 4, kvm->arch.enabled_hcalls);
2205 * via the device tree on powernv platforms or from an hcall on