Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/include/bl31/
Dehf.h84 void ehf_activate_priority(unsigned int priority);
/external/arm-trusted-firmware/services/std_svc/spm_mm/
Dspm_mm_main.c248 ehf_activate_priority(PLAT_SP_PRI); in mm_communicate()
/external/arm-trusted-firmware/docs/components/
Dexception-handling.rst203 associated with a priority level chosen with ``ehf_activate_priority()`` API
370 calling ``ehf_activate_priority()``. See `Run-time flow`_.
413 - ``ehf_activate_priority()`` activates the supplied priority level, but only
424 priority before the call to ``ehf_activate_priority()``. Dispatchers
436 The |EHF| APIs ``ehf_activate_priority()`` and ``ehf_deactivate_priority()`` can
458 call ``ehf_activate_priority()``. As a result, Non-secure interrupts cannot
565 #. The handler calls ``ehf_activate_priority()`` to activate the required
/external/arm-trusted-firmware/bl31/
Dehf.c99 void ehf_activate_priority(unsigned int priority) in ehf_activate_priority() function
/external/arm-trusted-firmware/services/std_svc/sdei/
Dsdei_intr_mgmt.c575 ehf_activate_priority(sdei_event_priority(map)); in sdei_dispatch_event()