Searched refs:debug_el (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/lib/ |
D | list_sort.c | 163 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() 203 struct debug_el *ela, *elb; in cmp() 205 ela = container_of(a, struct debug_el, list); in cmp() 206 elb = container_of(b, struct debug_el, list); in cmp() 215 struct debug_el *el; in list_sort_test() 246 struct debug_el *el1; in list_sort_test() 260 el = container_of(cur, struct debug_el, list); in list_sort_test() 261 el1 = container_of(cur->next, struct debug_el, list); in list_sort_test()
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | debug-monitors.h | 130 enum debug_el { enum 135 void enable_debug_monitors(enum debug_el el); 136 void disable_debug_monitors(enum debug_el el);
|
/linux-4.1.27/arch/arm64/kernel/ |
D | debug-monitors.c | 85 void enable_debug_monitors(enum debug_el el) in enable_debug_monitors() 105 void disable_debug_monitors(enum debug_el el) in disable_debug_monitors()
|
D | hw_breakpoint.c | 160 static enum debug_el debug_exception_level(int privilege) in debug_exception_level() 234 enum debug_el dbg_el = debug_exception_level(info->ctrl.privilege); in hw_breakpoint_control() 541 static void toggle_bp_registers(int reg, enum debug_el el, int enable) in toggle_bp_registers()
|