gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for fundef:in_loc (0.00 seconds)
mtkernel_3
kernel/sysdepend/cpu/core/armv7a/cpu_status.h - 3.8KB - 139 lines
115:  */
116: #define in_loc()        ( (knl_getCPSR() & PSR_I)      \
117:                         || in_indp() )
More results from mtkernel_3
tkernel_2
kernel/sysdepend/cpu/em1d/cpu_status.h - 4.3KB - 155 lines
84:  */
85: #define in_loc()        ( isDI(getCPSR())              \
86:                         || in_indp() )