gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for fundef:INIT_PSR (0.00 seconds)
tkernel_2
kernel/sysdepend/cpu/em1d/cpu_task.h - 3.7KB - 141 lines
60: #if USE_MMU
61: #define INIT_PSR(rng)   ( ( (rng) == 0 )? PSR_SVC: \
62:                           ( (rng) == 3 )? PSR_USR: PSR_SYS )
More results from cpu_task.h
t2ex
t2ex_source/kernel/sysdepend_t2ex/cpu/em1d/cpu_task.h - 5.1KB - 172 lines
91: #if USE_MMU
92: #define INIT_PSR(rng)   ( ( (rng) == 0 )? PSR_SVC: \
93:                           ( (rng) >= MMU_MIN_USER_LEVEL )? PSR_USR: PSR_SYS )
More results from cpu_task.h