Searched refs:ehf_register_priority_handler (Results 1 – 8 of 8) sorted by relevance
| /rk3399_ARM-atf/include/bl31/ |
| H A D | ehf.h | 86 void ehf_register_priority_handler(unsigned int pri, ehf_handler_t handler);
|
| /rk3399_ARM-atf/plat/nvidia/tegra/common/ |
| H A D | tegra_fiq_glue.c | 109 ehf_register_priority_handler(PLAT_TEGRA_WDT_PRIO, tegra_fiq_interrupt_handler); in tegra_fiq_handler_setup()
|
| /rk3399_ARM-atf/lib/extensions/ras/ |
| H A D | ras_common.c | 183 ehf_register_priority_handler(PLAT_RAS_PRI, ras_interrupt_handler); in ras_init()
|
| /rk3399_ARM-atf/plat/arm/board/neoverse_rd/common/ |
| H A D | nrd_bl31_setup.c | 245 ehf_register_priority_handler(PLAT_REBOOT_PRI, in nrd_bl31_common_platform_setup()
|
| /rk3399_ARM-atf/plat/xilinx/versal_net/ |
| H A D | bl31_versal_net_setup.c | 279 ehf_register_priority_handler(PLAT_IPI_PRI, rdo_el3_interrupt_handler); in bl31_plat_runtime_setup()
|
| /rk3399_ARM-atf/bl31/ |
| H A D | ehf.c | 508 void ehf_register_priority_handler(unsigned int pri, ehf_handler_t handler) in ehf_register_priority_handler() function
|
| /rk3399_ARM-atf/services/std_svc/sdei/ |
| H A D | sdei_main.c | 234 ehf_register_priority_handler(PLAT_SDEI_CRITICAL_PRI, in sdei_init() 236 ehf_register_priority_handler(PLAT_SDEI_NORMAL_PRI, in sdei_init()
|
| /rk3399_ARM-atf/docs/components/ |
| H A D | exception-handling.rst | 253 int ehf_register_priority_handler(int pri, ehf_handler_t handler) 349 ehf_register_priority_handler(DISP1_PRIO, disp1_handler); 352 ehf_register_priority_handler(DISP2_PRIO, disp2_handler); 355 ehf_register_priority_handler(DISP3_PRIO, disp3_handler); 518 #. Dispatcher calling ``ehf_register_priority_handler()`` to register an
|