Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/platform/ext/target/arm/rse/common/bringup_helpers/
Drse_bringup_helpers.c42 static struct boot_arm_vector_table *vt_cpy; in boot_address() local
44 vt_cpy = vt; in boot_address()
52 __set_MSP(vt_cpy->msp); in boot_address()
56 boot_jump_to_next_image(vt_cpy->reset); in boot_address()
/trusted-firmware-m-3.7.0/platform/ext/target/arm/corstone1000/bl1/
Dboot_hal_bl1_2.c77 static struct boot_arm_vector_table *vt_cpy; in boot_platform_quit() local
104 vt_cpy = vt; in boot_platform_quit()
110 boot_jump_to_next_image(vt_cpy->reset); in boot_platform_quit()
Dboot_hal_bl1_1.c625 static struct boot_arm_vector_table *vt_cpy; in boot_platform_quit() local
638 vt_cpy = vt; in boot_platform_quit()
644 boot_jump_to_next_image(vt_cpy->reset); in boot_platform_quit()
/trusted-firmware-m-3.7.0/platform/ext/target/arm/mps4/corstone315/bl1/
Dboot_hal_bl1_2.c129 static struct boot_arm_vector_table *vt_cpy; in boot_platform_quit() local
153 vt_cpy = vt; in boot_platform_quit()
164 __set_MSP(vt_cpy->msp); in boot_platform_quit()
168 boot_jump_to_next_image(vt_cpy->reset); in boot_platform_quit()
Dboot_hal_bl1_1.c103 static struct boot_arm_vector_table *vt_cpy; in boot_platform_quit() local
111 vt_cpy = vt; in boot_platform_quit()
119 __set_MSP(vt_cpy->msp); in boot_platform_quit()
123 boot_jump_to_next_image(vt_cpy->reset); in boot_platform_quit()
/trusted-firmware-m-3.7.0/platform/ext/target/arm/rse/kronos/bl2/
Dboot_hal_bl2.c216 static struct boot_arm_vector_table *vt_cpy; in boot_platform_quit() local
219 vt_cpy = vt; in boot_platform_quit()
222 if (sic_boot_pre_quit(&vt_cpy) != SIC_BOOT_SUCCESS) { in boot_platform_quit()
271 __set_MSP(vt_cpy->msp); in boot_platform_quit()
275 boot_jump_to_next_image(vt_cpy->reset); in boot_platform_quit()
/trusted-firmware-m-3.7.0/platform/ext/target/arm/rse/tc/bl2/
Dboot_hal_bl2.c216 static struct boot_arm_vector_table *vt_cpy; in boot_platform_quit() local
219 vt_cpy = vt; in boot_platform_quit()
222 if (sic_boot_pre_quit(&vt_cpy) != SIC_BOOT_SUCCESS) { in boot_platform_quit()
271 __set_MSP(vt_cpy->msp); in boot_platform_quit()
275 boot_jump_to_next_image(vt_cpy->reset); in boot_platform_quit()
/trusted-firmware-m-3.7.0/platform/ext/target/arm/rse/common/bl1/
Dboot_hal_bl1_1.c171 static struct boot_arm_vector_table *vt_cpy; in boot_platform_quit() local
189 vt_cpy = vt; in boot_platform_quit()
197 __set_MSP(vt_cpy->msp); in boot_platform_quit()
201 boot_jump_to_next_image(vt_cpy->reset); in boot_platform_quit()
Dboot_hal_bl1_2.c438 static struct boot_arm_vector_table *vt_cpy; in boot_platform_quit() local
471 vt_cpy = vt; in boot_platform_quit()
482 __set_MSP(vt_cpy->msp); in boot_platform_quit()
486 boot_jump_to_next_image(vt_cpy->reset); in boot_platform_quit()
/trusted-firmware-m-3.7.0/platform/ext/common/
Dboot_hal_bl1_1.c124 static struct boot_arm_vector_table *vt_cpy; in boot_platform_quit() local
136 vt_cpy = vt; in boot_platform_quit()
147 __set_MSP(vt_cpy->msp); in boot_platform_quit()
151 boot_jump_to_next_image(vt_cpy->reset); in boot_platform_quit()
Dboot_hal_bl1_2.c179 static struct boot_arm_vector_table *vt_cpy; in boot_platform_quit() local
191 vt_cpy = vt; in boot_platform_quit()
202 __set_MSP(vt_cpy->msp); in boot_platform_quit()
206 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.7.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.7.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.7.0/platform/ext/target/arm/rse/common/bl2/
Dsic_boot.h95 enum sic_boot_err_t sic_boot_pre_quit(struct boot_arm_vector_table **vt_cpy);
Dsic_boot.c259 enum sic_boot_err_t sic_boot_pre_quit(struct boot_arm_vector_table **vt_cpy) in sic_boot_pre_quit() argument
268 *vt_cpy = (struct boot_arm_vector_table *)(RSE_RUNTIME_S_XIP_BASE_S + s_image_offset); in sic_boot_pre_quit()