Lines Matching defs:smc_fid
310 uint64_t rmmd_rmi_handler(uint32_t smc_fid, uint64_t x1, uint64_t x2,
341 smc_fid |= (FUNCID_SVE_HINT_MASK <<
345 return rmmd_smc_forward(NON_SECURE, REALM, smc_fid,
353 switch (smc_fid) {
361 WARN("RMMD: Unsupported RMM call 0x%08x\n", smc_fid);
418 static int gpt_to_gts_error(int error, uint32_t smc_fid, uint64_t address)
435 error, address, smc_fid);
442 uint64_t rmmd_rmm_el3_handler(uint32_t smc_fid, uint64_t x1, uint64_t x2,
463 switch (smc_fid) {
466 SMC_RET1(handle, gpt_to_gts_error(ret, smc_fid, x1));
469 SMC_RET1(handle, gpt_to_gts_error(ret, smc_fid, x1));
482 WARN("RMMD: Unsupported RMM-EL3 call 0x%08x\n", smc_fid);