Home
last modified time | relevance | path

Searched refs:ullPortInterruptNesting (Results 1 – 5 of 5) sorted by relevance

/Kernel-v11.1.0/portable/GCC/ARM_AARCH64_SRE/
Dport.c150 uint64_t ullPortInterruptNesting = 0; variable
314 configASSERT( ullPortInterruptNesting == 0 ); in vPortEnterCritical()
DportASM.S36 .extern ullPortInterruptNesting
418 ullPortInterruptNestingConst: .dword ullPortInterruptNesting
/Kernel-v11.1.0/portable/GCC/ARM_AARCH64/
Dport.c162 uint64_t ullPortInterruptNesting = 0; variable
375 configASSERT( ullPortInterruptNesting == 0 ); in vPortEnterCritical()
DportASM.S36 .extern ullPortInterruptNesting
419 ullPortInterruptNestingConst: .dword ullPortInterruptNesting
/Kernel-v11.1.0/
DHistory.txt445 + Fix ullPortInterruptNesting alignment in Cortex-A53 port so that it is