Home
last modified time | relevance | path

Searched refs:port_switch_flag (Results 1 – 3 of 3) sorted by relevance

/Kernel-v11.1.0/portable/ThirdParty/GCC/Xtensa_ESP32/include/
DFreeRTOSConfig_arch.h132 extern uint32_t port_switch_flag[];
133 #define os_task_switch_is_pended( _cpu_ ) ( port_switch_flag[ _cpu_ ] )
/Kernel-v11.1.0/portable/ThirdParty/GCC/Xtensa_ESP32/
Dportasm.S51 .global port_switch_flag
56 port_switch_flag: label
79 movi a2, port_switch_flag
222 movi a2, port_switch_flag /* address of switch flag */
/Kernel-v11.1.0/portable/ThirdParty/XCC/Xtensa/
Dportasm.S51 port_switch_flag: label
72 movi a2, port_switch_flag
166 movi a2, port_switch_flag /* address of switch flag */