Search | Google it | Results 1 - 1 of 1 for funcall:in_indp from mtkernel_3/kernel/sysdepend/cpu/core/armv7a/cpu_status.h (0.00 seconds) |
108: #define in_ddsp() ( knl_dispatch_disabled \ 109: || in_indp() \ 110: || (knl_getCPSR() & PSR_I) ) 116: #define in_loc() ( (knl_getCPSR() & PSR_I) \ 117: || in_indp() ) 118: