Lines Matching refs:hcall
2130 pvinfo->hcall[0] = cpu_to_be32(inst_sc1);
2131 pvinfo->hcall[1] = cpu_to_be32(inst_nop);
2132 pvinfo->hcall[2] = cpu_to_be32(inst_nop);
2133 pvinfo->hcall[3] = cpu_to_be32(inst_nop);
2149 pvinfo->hcall[0] = cpu_to_be32(inst_lis | ((KVM_SC_MAGIC_R0 >> 16) & inst_imm_mask));
2150 pvinfo->hcall[1] = cpu_to_be32(inst_ori | (KVM_SC_MAGIC_R0 & inst_imm_mask));
2151 pvinfo->hcall[2] = cpu_to_be32(inst_sc);
2152 pvinfo->hcall[3] = cpu_to_be32(inst_nop);
2199 unsigned long hcall = cap->args[0];
2202 if (hcall > MAX_HCALL_OPCODE || (hcall & 3) ||
2205 if (!kvmppc_book3s_hcall_implemented(kvm, hcall))
2208 set_bit(hcall / 4, kvm->arch.enabled_hcalls);
2210 clear_bit(hcall / 4, kvm->arch.enabled_hcalls);
2260 * via the device tree on powernv platforms or from an hcall on