Searched refs:ehf_register_priority_handler (Results 1 – 6 of 6) sorted by relevance
/tf-a-ffa_el3_spmc/include/bl31/ |
A D | ehf.h | 86 void ehf_register_priority_handler(unsigned int pri, ehf_handler_t handler);
|
/tf-a-ffa_el3_spmc/plat/nvidia/tegra/common/ |
A D | tegra_fiq_glue.c | 109 ehf_register_priority_handler(PLAT_TEGRA_WDT_PRIO, tegra_fiq_interrupt_handler); in tegra_fiq_handler_setup()
|
/tf-a-ffa_el3_spmc/lib/extensions/ras/ |
A D | ras_common.c | 183 ehf_register_priority_handler(PLAT_RAS_PRI, ras_interrupt_handler); in ras_init()
|
/tf-a-ffa_el3_spmc/bl31/ |
A D | ehf.c | 494 void ehf_register_priority_handler(unsigned int pri, ehf_handler_t handler) in ehf_register_priority_handler() function
|
/tf-a-ffa_el3_spmc/services/std_svc/sdei/ |
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()
|
/tf-a-ffa_el3_spmc/docs/components/ |
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
|
Completed in 10 milliseconds