Format: AllC/C++CSSTextshell script Advanced Search
115: */ 116: #define in_loc() ( (knl_getCPSR() & PSR_I) \ 117: || in_indp() )
84: */ 85: #define in_loc() ( isDI(getCPSR()) \ 86: || in_indp() )