Searched refs:portALL_IPL_BITS (Results 1 – 6 of 6) sorted by relevance
87 #define portALL_IPL_BITS ( 0x3fUL << portIPL_SHIFT ) macro107 …if( ( ( ulStatus & portALL_IPL_BITS ) >> portIPL_SHIFT ) < configMAX_SYSCALL_INTERRUPT_PRIORITY ) \109 ulStatus &= ~portALL_IPL_BITS; \120 ulStatus &= ~portALL_IPL_BITS; \131 ulStatus &= ~portALL_IPL_BITS; \
320 …_CP0_SET_STATUS( ( ( uxSavedStatusRegister & ( ~portALL_IPL_BITS ) ) ) | ( configMAX_SYSCALL_INTER… in uxPortSetInterruptMaskFromISR()
82 #define portALL_IPL_BITS ( 0x7FUL << portIPL_SHIFT ) macro158 …if( ( ( ulStatus & portALL_IPL_BITS ) >> portIPL_SHIFT ) < configMAX_SYSCALL_INTERRUPT_PRIORITY ) …160 …ulStatus &= ~portALL_IPL_BITS; …170 …ulStatus &= ~portALL_IPL_BITS; …180 ulStatus &= ~portALL_IPL_BITS; \
331 …vPortSetCP0Status( ( ( uxSavedStatusRegister & ( ~portALL_IPL_BITS ) ) ) | ( configMAX_SYSCALL_INT… in uxPortSetInterruptMaskFromISR()
89 #define portALL_IPL_BITS ( 0x7FUL << portIPL_SHIFT ) macro109 …if( ( ( ulStatus & portALL_IPL_BITS ) >> portIPL_SHIFT ) < configMAX_SYSCALL_INTERRUPT_PRIORITY ) \111 ulStatus &= ~portALL_IPL_BITS; \122 ulStatus &= ~portALL_IPL_BITS; \133 ulStatus &= ~portALL_IPL_BITS; \
337 …_CP0_SET_STATUS( ( ( uxSavedStatusRegister & ( ~portALL_IPL_BITS ) ) ) | ( configMAX_SYSCALL_INTER… in uxPortSetInterruptMaskFromISR()