Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/rpi/rp2350/ns/
Dextra_init_ns.c31 } __zero_table_t; in copy_zero_tables() typedef
35 extern const __zero_table_t __zero_table_start__; in copy_zero_tables()
36 extern const __zero_table_t __zero_table_end__; in copy_zero_tables()
44 …for (__zero_table_t const* pTable = &__zero_table_start__; pTable < &__zero_table_end__; ++pTable)… in copy_zero_tables()
/trusted-firmware-m-latest/platform/ext/target/rpi/rp2350/
Dextra_init.c31 } __zero_table_t; in copy_zero_tables() typedef
35 extern const __zero_table_t __zero_table_start__; in copy_zero_tables()
36 extern const __zero_table_t __zero_table_end__; in copy_zero_tables()
44 …for (__zero_table_t const* pTable = &__zero_table_start__; pTable < &__zero_table_end__; ++pTable)… in copy_zero_tables()
/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/Core/Include/m-profile/
Dcmsis_gcc_m.h141 } __zero_table_t; in __cmsis_start() typedef
145 extern const __zero_table_t __zero_table_start__; in __cmsis_start()
146 extern const __zero_table_t __zero_table_end__; in __cmsis_start()
154 …for (__zero_table_t const* pTable = &__zero_table_start__; pTable < &__zero_table_end__; ++pTable)… in __cmsis_start()