gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for fundef:in_loc from mtkernel_3 (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() )
kernel/sysdepend/cpu/core/armv7m/cpu_status.h - 3.3KB - 118 lines
106:  */
107: #define in_loc()        ( isDI(get_basepri())          \
108:                         || in_indp() )
kernel/sysdepend/cpu/core/rxv2/cpu_status.h - 3.3KB - 119 lines
107:  */
108: #define in_loc()        (  isDI( GetCpuIntLevel()-1)   \
109:                         || in_indp() )