gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for funcall:disint from tkernel_2 (0.00 seconds)
tkernel_2
include/tk/sysdepend/tef_em1d/syslib_depend.h - 5.4KB - 191 lines
38: IMPORT UINT enaint( UINT intsts );
39: #define DI(intsts)      ( (intsts) = disint() )
40: #define EI(intsts)      ( enaint(intsts) )
kernel/sysdepend/cpu/em1d/cpu_status.h - 4.3KB - 155 lines
29:  */
30: #define BEGIN_CRITICAL_SECTION  { UINT _cpsr_ = disint();
31: #define END_CRITICAL_SECTION    if ( !isDI(_cpsr_)                 \
More results from cpu_status.h
kernel/sysdepend/device/tef_em1d/tkdev_init.c - 2.9KB - 86 lines
78: {
79:         disint();
80:         tm_exit(0);    /* Turn off power and exit */