Searched refs:lastInterrupts (Results 1 – 1 of 1) sorted by relevance
411 OSIntrMode lastInterrupts; in OSi_DoUnlockByWord() local421 lastInterrupts = (disableFIQ) ? OS_DisableInterrupts_IrqAndFiq() : OS_DisableInterrupts(); in OSi_DoUnlockByWord()433 (void)OS_RestoreInterrupts_IrqAndFiq(lastInterrupts); in OSi_DoUnlockByWord()437 (void)OS_RestoreInterrupts(lastInterrupts); in OSi_DoUnlockByWord()505 OSIntrMode lastInterrupts; in OSi_DoTryLockByWord() local510 lastInterrupts = (disableFIQ) ? OS_DisableInterrupts_IrqAndFiq() : OS_DisableInterrupts(); in OSi_DoTryLockByWord()526 (void)OS_RestoreInterrupts_IrqAndFiq(lastInterrupts); in OSi_DoTryLockByWord()530 (void)OS_RestoreInterrupts(lastInterrupts); in OSi_DoTryLockByWord()