Home
last modified time | relevance | path

Searched refs:vector (Results 1 – 25 of 35) sorted by relevance

12

/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/Core/Template/Device_M/Source/
Dstartup_Device.c80 extern const VECTOR_TABLE_Type __VECTOR_TABLE[<Device vector table entries>];
81 … const VECTOR_TABLE_Type __VECTOR_TABLE[<Device vector table entries>] __VECTOR_TABLE_ATTRIBUTE = {
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/bl2/
Dboot_hal_bl2.c361 void boot_platform_quit(struct boot_arm_vector_table *vector) in boot_platform_quit() argument
405 SCB->VTOR = (uint32_t)vector; in boot_platform_quit()
407 vt = (struct boot_arm_vector_table *)vector; in boot_platform_quit()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/bl2/
Dboot_hal_bl2.c377 void boot_platform_quit(struct boot_arm_vector_table *vector) in boot_platform_quit() argument
421 SCB->VTOR = (uint32_t)vector; in boot_platform_quit()
423 vt = (struct boot_arm_vector_table *)vector; in boot_platform_quit()
/trusted-firmware-m-latest/docs/security/security_advisories/
Duser_pointers_mailbox_vectors_vulnerability.rst41 legit vector size.
49 vector length. If both calls fail, the reply routine in tfm_spe_mailbox could
/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/CoreValidation/Layer/Target/CM55/
Dmodel_config.txt20 … # (int , init-time) default = '0x10000000' : Secure vector-table offset at re…
21 … # (int , init-time) default = '0x0' : Non-Secure vector-table offset at re…
/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/CoreValidation/Layer/Target/CM55NS/
Dmodel_config.txt20 … # (int , init-time) default = '0x10000000' : Secure vector-table offset at re…
21 … # (int , init-time) default = '0x0' : Non-Secure vector-table offset at re…
/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/CoreValidation/Layer/Target/CM55S/
Dmodel_config.txt20 … # (int , init-time) default = '0x10000000' : Secure vector-table offset at re…
21 … # (int , init-time) default = '0x0' : Non-Secure vector-table offset at re…
/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/CoreValidation/Layer/Target/CM33NS/
Dmodel_config.txt20 … # (int , init-time) default = '0x10000000' : Secure vector-table offset at re…
21 … # (int , init-time) default = '0x0' : Non-Secure vector-table offset at re…
/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/CoreValidation/Layer/Target/CM33S/
Dmodel_config.txt20 … # (int , init-time) default = '0x10000000' : Secure vector-table offset at re…
21 … # (int , init-time) default = '0x0' : Non-Secure vector-table offset at re…
/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/CoreValidation/Layer/Target/CM35PNS/
Dmodel_config.txt20 … # (int , init-time) default = '0x10000000' : Secure vector-table offset at re…
21 … # (int , init-time) default = '0x0' : Non-Secure vector-table offset at re…
/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/CoreValidation/Layer/Target/CM35PS/
Dmodel_config.txt20 … # (int , init-time) default = '0x10000000' : Secure vector-table offset at re…
21 … # (int , init-time) default = '0x0' : Non-Secure vector-table offset at re…
/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/CoreValidation/Layer/Target/CM33/
Dmodel_config.txt20 … # (int , init-time) default = '0x10000000' : Secure vector-table offset at re…
21 … # (int , init-time) default = '0x0' : Non-Secure vector-table offset at re…
/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/CoreValidation/Layer/Target/CM35P/
Dmodel_config.txt20 … # (int , init-time) default = '0x10000000' : Secure vector-table offset at re…
21 … # (int , init-time) default = '0x0' : Non-Secure vector-table offset at re…
/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/CoreValidation/Layer/Target/CM85/
Dmodel_config.txt21 … # (int , init-time) default = '0x10000000' : Secure vector-table offset at re…
22 … # (int , init-time) default = '0x0' : Non-Secure vector-table offset at re…
/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/CoreValidation/Layer/Target/CM85NS/
Dmodel_config.txt21 … # (int , init-time) default = '0x10000000' : Secure vector-table offset at re…
22 … # (int , init-time) default = '0x0' : Non-Secure vector-table offset at re…
/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/CoreValidation/Layer/Target/CM85S/
Dmodel_config.txt21 … # (int , init-time) default = '0x10000000' : Secure vector-table offset at re…
22 … # (int , init-time) default = '0x0' : Non-Secure vector-table offset at re…
/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/Core/Include/
Dcore_cm0plus.h960 __STATIC_INLINE void __NVIC_SetVector(IRQn_Type IRQn, uint32_t vector) in __NVIC_SetVector() argument
964 vectors[(int32_t)IRQn + NVIC_USER_IRQ_OFFSET] = vector; in __NVIC_SetVector()
967 …*(vectors + (int32_t)IRQn) = vector; /* use pointer arithmetic to acc… in __NVIC_SetVector()
Dcore_cm0.h841 __STATIC_INLINE void __NVIC_SetVector(IRQn_Type IRQn, uint32_t vector) in __NVIC_SetVector() argument
844 …*(vectors + (int32_t)IRQn) = vector; /* use pointer arithmetic to acc… in __NVIC_SetVector()
Dcore_cm1.h868 __STATIC_INLINE void __NVIC_SetVector(IRQn_Type IRQn, uint32_t vector) in __NVIC_SetVector() argument
871 vectors[(int32_t)IRQn + NVIC_USER_IRQ_OFFSET] = vector; in __NVIC_SetVector()
Dcore_sc000.h922 __STATIC_INLINE void __NVIC_SetVector(IRQn_Type IRQn, uint32_t vector) in __NVIC_SetVector() argument
925 vectors[(int32_t)IRQn + NVIC_USER_IRQ_OFFSET] = vector; in __NVIC_SetVector()
Dcore_cm3.h1738 __STATIC_INLINE void __NVIC_SetVector(IRQn_Type IRQn, uint32_t vector) in __NVIC_SetVector() argument
1741 vectors[(int32_t)IRQn + NVIC_USER_IRQ_OFFSET] = vector; in __NVIC_SetVector()
Dcore_sc300.h1721 __STATIC_INLINE void __NVIC_SetVector(IRQn_Type IRQn, uint32_t vector) in __NVIC_SetVector() argument
1724 vectors[(int32_t)IRQn + NVIC_USER_IRQ_OFFSET] = vector; in __NVIC_SetVector()
Dcore_cm23.h1668 __STATIC_INLINE void __NVIC_SetVector(IRQn_Type IRQn, uint32_t vector) in __NVIC_SetVector() argument
1675 vectors[(int32_t)IRQn + NVIC_USER_IRQ_OFFSET] = vector; in __NVIC_SetVector()
/trusted-firmware-m-latest/docs/integration_guide/source_structure/
Dplatform_folder.rst48 vector table. Configuration of the following features is optional as TF-M
/trusted-firmware-m-latest/docs/design_docs/dual-cpu/
Dmailbox_ns_agent_update.rst176 output vector processing:
326 * Use MACRO to demonstrate two cases: local vector
330 /* Point to vector pointers in ns_msg. */

12