gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for funcall:isDI (0.00 seconds)
mtkernel_3
kernel/sysdepend/cpu/core/armv7a/cpu_status.h - 3.8KB - 139 lines
29: #define BEGIN_CRITICAL_SECTION  { UINT _intsts_ = disint();
30: #define END_CRITICAL_SECTION    if ( !isDI(_intsts_)                       \
31:                                   && knl_ctxtsk != knl_schedtsk             \
More results from mtkernel_3
tkernel_2
kernel/sysdepend/cpu/em1d/cpu_status.h - 4.3KB - 155 lines
30: #define BEGIN_CRITICAL_SECTION  { UINT _cpsr_ = disint();
31: #define END_CRITICAL_SECTION    if ( !isDI(_cpsr_)                 \
32:                                   && ctxtsk != schedtsk                     \
More results from tkernel_2
t2ex
t2ex_source/kernel/sysmgr/src_t2ex/imalloc.c - 13.7KB - 479 lines
370:          */
371:         if ( !isDI(imask) && chkAreaFlag(aq, AREA_TOP) && chkAreaFlag(aq->next, AREA_END) ) {
372:                 /* Free pages */