Home
last modified time | relevance | path

Searched refs:ITR_CPU_MASK_TO_THIS_CPU (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/include/kernel/
H A Dinterrupt.h20 #define ITR_CPU_MASK_TO_THIS_CPU BIT(31) macro
/optee_os/core/drivers/
H A Dgic.c769 bool __maybe_unused to_current = cpu_mask & ITR_CPU_MASK_TO_THIS_CPU; in assert_cpu_mask_is_valid()
800 if (cpu_mask & ITR_CPU_MASK_TO_THIS_CPU) { in gic_it_raise_sgi()
827 } else if (cpu_mask & ITR_CPU_MASK_TO_THIS_CPU) { in gic_it_raise_sgi()
/optee_os/core/arch/arm/kernel/
H A Dthread_spmc.c1897 ITR_CPU_MASK_TO_THIS_CPU); in notif_send_async()