gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:isDI from mtkernel_3/kernel/sysdepend/cpu/core/rxv2/cpu_status.h (0.00 seconds)
mtkernel_3
kernel/sysdepend/cpu/core/rxv2/cpu_status.h - 3.3KB - 119 lines
29: #define BEGIN_CRITICAL_SECTION  { UINT _sr_ = disint();
30: #define END_CRITICAL_SECTION    if ( !isDI(_sr_)                   \
31:                                   && knl_ctxtsk != knl_schedtsk             \
101: || in_indp() \ 102: || isDI( GetCpuIntLevel()-1) ) 103:
107: */ 108: #define in_loc() ( isDI( GetCpuIntLevel()-1) \ 109: || in_indp() )