Searched refs:switch_to_non_secure_mode (Results 1 - 5 of 5) sorted by relevance

/u-boot/arch/arm/cpu/armv8/
H A Dexception_level.c20 * When switching to non-secure mode switch_to_non_secure_mode() calls this
31 /* Restore stack and registers saved in switch_to_non_secure_mode() */
36 * switch_to_non_secure_mode() - switch to non-secure mode
43 void switch_to_non_secure_mode(void)
44 void switch_to_non_secure_mode(void) function
/u-boot/arch/arm/cpu/armv7/
H A Dexception_level.c21 * When switching to non-secure mode switch_to_non_secure_mode() calls this
32 /* Restore stack and registers saved in switch_to_non_secure_mode() */
37 * switch_to_non_secure_mode() - switch to non-secure mode
42 void switch_to_non_secure_mode(void)
43 void switch_to_non_secure_mode(void) function
/u-boot/include/
H A Dbootm.h221 * switch_to_non_secure_mode() - switch to non-secure mode
223 void switch_to_non_secure_mode(void);
/u-boot/lib/efi_loader/
H A Defi_helper.c565 switch_to_non_secure_mode();
/u-boot/boot/
H A Dbootm.c1203 * switch_to_non_secure_mode() - switch to non-secure mode
1207 void __weak switch_to_non_secure_mode(void) function

Completed in 111 milliseconds