Home
last modified time | relevance | path

Searched refs:vt_cpy (Results 1 – 9 of 9) sorted by relevance

/trusted-firmware-m-3.5.0/platform/ext/target/arm/rss/tc/bl2/
Dboot_hal_bl2.c204 static struct boot_arm_vector_table *vt_cpy; in boot_platform_quit() local
207 vt_cpy = vt; in boot_platform_quit()
210 result = sic_boot_pre_quit(&vt_cpy); in boot_platform_quit()
258 __set_MSP(vt_cpy->msp); in boot_platform_quit()
262 boot_jump_to_next_image(vt_cpy->reset); in boot_platform_quit()
/trusted-firmware-m-3.5.0/platform/ext/target/stm/common/stm32l5xx/bl2/
Dboot_hal_bl2.c122 static struct boot_arm_vector_table *vt_cpy; in boot_platform_quit() local
124 vt_cpy=vt; in boot_platform_quit()
135 __set_MSP(vt_cpy->msp); in boot_platform_quit()
139 boot_jump_to_next_image(vt_cpy->reset); in boot_platform_quit()
/trusted-firmware-m-3.5.0/platform/ext/common/
Dboot_hal_bl1.c193 static struct boot_arm_vector_table *vt_cpy; in boot_platform_quit() local
215 vt_cpy = vt; in boot_platform_quit()
226 __set_MSP(vt_cpy->msp); in boot_platform_quit()
230 boot_jump_to_next_image(vt_cpy->reset); in boot_platform_quit()
Dboot_hal_bl2.c185 static struct boot_arm_vector_table *vt_cpy; in boot_platform_quit() local
220 vt_cpy = vt; in boot_platform_quit()
231 __set_MSP(vt_cpy->msp); in boot_platform_quit()
235 boot_jump_to_next_image(vt_cpy->reset); in boot_platform_quit()
/trusted-firmware-m-3.5.0/platform/ext/target/arm/rss/common/bl1/
Dboot_hal_bl1.c202 static struct boot_arm_vector_table *vt_cpy; in boot_platform_quit() local
234 vt_cpy = vt; in boot_platform_quit()
245 __set_MSP(vt_cpy->msp); in boot_platform_quit()
249 boot_jump_to_next_image(vt_cpy->reset); in boot_platform_quit()
/trusted-firmware-m-3.5.0/platform/ext/target/arm/corstone1000/bl2/
Dboot_hal_bl2.c211 static struct boot_arm_vector_table *vt_cpy; in boot_platform_quit() local
228 vt_cpy = vt; in boot_platform_quit()
234 boot_jump_to_next_image(vt_cpy->reset); in boot_platform_quit()
/trusted-firmware-m-3.5.0/platform/ext/target/arm/rss/common/bl2/
Dsic_boot.h54 int sic_boot_pre_quit(struct boot_arm_vector_table **vt_cpy);
Dsic_boot.c195 int sic_boot_pre_quit(struct boot_arm_vector_table **vt_cpy) in sic_boot_pre_quit() argument
209 *vt_cpy = (struct boot_arm_vector_table *)(RSS_RUNTIME_S_XIP_BASE_S + s_image_offset); in sic_boot_pre_quit()
/trusted-firmware-m-3.5.0/platform/ext/target/arm/corstone1000/bl1/
Dboot_hal_bl1.c658 static struct boot_arm_vector_table *vt_cpy; in boot_platform_quit() local
687 vt_cpy = vt; in boot_platform_quit()
693 boot_jump_to_next_image(vt_cpy->reset); in boot_platform_quit()