Searched refs:jmp_buf_data (Results 1 – 7 of 7) sorted by relevance
13 struct jmp_buf_data { struct26 struct jmp_buf_data { argument37 int setjmp(struct jmp_buf_data *jmp_buf); argument38 void longjmp(struct jmp_buf_data *jmp_buf, int val);
10 struct jmp_buf_data { struct25 typedef struct jmp_buf_data jmp_buf[1]; argument
13 struct jmp_buf_data { struct20 typedef struct jmp_buf_data jmp_buf[1]; argument
14 struct jmp_buf_data { struct22 typedef struct jmp_buf_data jmp_buf[1]; argument
24 static void entry_non_secure(struct jmp_buf_data *non_secure_jmp) in entry_non_secure()43 struct jmp_buf_data non_secure_jmp; in switch_to_non_secure_mode()
26 static void entry_non_secure(struct jmp_buf_data *non_secure_jmp) in entry_non_secure()44 struct jmp_buf_data non_secure_jmp; in switch_to_non_secure_mode()
216 struct jmp_buf_data exit_jmp;