Home
last modified time | relevance | path

Searched refs:non_secure_jmp (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/arm/cpu/armv8/
H A Dexception_level.c24 static void entry_non_secure(struct jmp_buf_data *non_secure_jmp) in entry_non_secure() argument
30 longjmp(non_secure_jmp, 1); in entry_non_secure()
43 struct jmp_buf_data non_secure_jmp; in switch_to_non_secure_mode() local
47 if (setjmp(&non_secure_jmp)) in switch_to_non_secure_mode()
52 armv8_switch_to_el2((uintptr_t)&non_secure_jmp, 0, 0, 0, in switch_to_non_secure_mode()
/openbmc/u-boot/arch/arm/cpu/armv7/
H A Dexception_level.c26 static void entry_non_secure(struct jmp_buf_data *non_secure_jmp) in entry_non_secure() argument
32 longjmp(non_secure_jmp, 1); in entry_non_secure()
44 struct jmp_buf_data non_secure_jmp; in switch_to_non_secure_mode() local
47 if (setjmp(&non_secure_jmp)) in switch_to_non_secure_mode()
53 (uintptr_t)&non_secure_jmp, in switch_to_non_secure_mode()