Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/
H A Dlist_sort.c163 struct debug_el { struct
172 static struct debug_el **elts __initdata; argument
174 static int __init check(struct debug_el *ela, struct debug_el *elb) in check()
205 struct debug_el *ela, *elb; in cmp()
207 ela = container_of(a, struct debug_el, list); in cmp()
208 elb = container_of(b, struct debug_el, list); in cmp()
217 struct debug_el *el; in list_sort_test()
249 struct debug_el *el1; in list_sort_test()
265 el = container_of(cur, struct debug_el, list); in list_sort_test()
266 el1 = container_of(cur->next, struct debug_el, list); in list_sort_test()
[all …]
/openbmc/qemu/target/arm/
H A Ddebug_helper.c53 int debug_el = arm_debug_target_el(env); in raise_exception_debug() local
61 assert(debug_el >= cur_el); in raise_exception_debug()
62 syndrome |= (debug_el == cur_el) << ARM_EL_EC_SHIFT; in raise_exception_debug()
63 raise_exception(env, excp, syndrome, debug_el); in raise_exception_debug()
70 int debug_el; in aa64_generate_debug_exceptions() local
86 debug_el = arm_debug_target_el(env); in aa64_generate_debug_exceptions()
88 if (cur_el == debug_el) { in aa64_generate_debug_exceptions()
94 return debug_el > cur_el; in aa64_generate_debug_exceptions()
519 int debug_el = arm_debug_target_el(env); in HELPER() local
538 if (debug_el < cur_el) { in HELPER()
[all …]