gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for funcall:ChkCallPLevel from tkernel_2 (0.00 seconds)
tkernel_2
kernel/extension/memory/nommu/segmgr.c - 10.5KB - 418 lines
286:                 /* Caller protection level check */
287:                 ercd = ChkCallPLevel();
288:                 if ( ercd < E_OK ) {
kernel/sysmgr/src/device.c - 22.4KB - 827 lines
638:         /* Test call protection level */
639:         ercd = ChkCallPLevel();
640:         if ( ercd < E_OK ) {
kernel/sysmgr/src/system.c - 11.8KB - 495 lines
394:                 /* Test call protection level */
395:                 ercd = ChkCallPLevel();
396:                 if ( ercd < E_OK ) {