Home
last modified time | relevance | path

Searched refs:smccc_rv (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/bhyve/aarch64/
H A Dvmexit.c196 uint64_t newcpu, smccc_rv; in vmexit_smccc() local
201 smccc_rv = SMCCC_RET_NOT_SUPPORTED; in vmexit_smccc()
207 smccc_rv = PSCI_VER(1, 0); in vmexit_smccc()
215 smccc_rv = PSCI_RETVAL_INVALID_PARAMS; in vmexit_smccc()
220 smccc_rv = PSCI_RETVAL_ALREADY_ON; in vmexit_smccc()
240 smccc_rv = PSCI_RETVAL_SUCCESS; in vmexit_smccc()
243 smccc_rv = smccc_affinity_info(vme->u.smccc_call.args[0], in vmexit_smccc()
259 error = vm_set_register(vcpu, VM_REG_GUEST_X0, smccc_rv); in vmexit_smccc()