gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:isDI from tkernel_2 (0.00 seconds)
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 cpu_status.h
kernel/sysmgr/src/imalloc.c - 12.0KB - 441 lines
332:          */
333:         if ( !isDI(imask) && chkAreaFlag(aq, AREA_TOP) && chkAreaFlag(aq->next, AREA_END) ) {
334:                 /* Free pages */