Search | Google it | Results 1 - 3 of 3 for fundef:in_loc from mtkernel_3 (0.00 seconds) |
115: */ 116: #define in_loc() ( (knl_getCPSR() & PSR_I) \ 117: || in_indp() )
106: */ 107: #define in_loc() ( isDI(get_basepri()) \ 108: || in_indp() )
107: */ 108: #define in_loc() ( isDI( GetCpuIntLevel()-1) \ 109: || in_indp() )