Searched refs:smc_handler (Results 1 – 9 of 9) sorted by relevance
/trusted-firmware-a-latest/bl1/aarch32/ |
D | bl1_exceptions.S | 35 bne smc_handler 91 func smc_handler 165 endfunc smc_handler
|
/trusted-firmware-a-latest/plat/mediatek/include/ |
D | mtk_sip_svc.h | 49 .smc_handler = _smc_handler, \ 92 smc_handler_t smc_handler; member
|
/trusted-firmware-a-latest/plat/xilinx/versal_net/include/ |
D | plat_private.h | 38 uint64_t smc_handler(uint32_t smc_fid, uint64_t x1, uint64_t x2, uint64_t x3,
|
/trusted-firmware-a-latest/plat/xilinx/versal_net/ |
D | sip_svc_setup.c | 80 return smc_handler(smc_fid, x1, x2, x3, x4, cookie, handle, in sip_svc_smc_handler()
|
D | plat_psci_pm.c | 267 uint64_t smc_handler(uint32_t smc_fid, uint64_t x1, uint64_t x2, uint64_t x3, uint64_t x4, in smc_handler() function
|
D | plat_psci.c | 215 uint64_t smc_handler(uint32_t smc_fid, uint64_t x1, uint64_t x2, uint64_t x3, uint64_t x4, in smc_handler() function
|
/trusted-firmware-a-latest/bl1/aarch64/ |
D | bl1_exceptions.S | 151 b.ne smc_handler 218 smc_handler: label
|
/trusted-firmware-a-latest/plat/mediatek/common/ |
D | mtk_smc_handlers.c | 68 ret = smc_handler_pool[_smc_id##_descriptor_index].smc_handler(x1,\
|
/trusted-firmware-a-latest/docs/ |
D | change-log.md | 6755 - Rework smc_unknown return code path in smc_handler
|