Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/
A Dtraps.c113 static int debug_stack_lines = 20; variable
114 integer_param("debug_stack_lines", debug_stack_lines);
192 int debug_stack_lines) in compat_show_guest_stack() argument
227 for ( i = 0; i < debug_stack_lines * 8; i++ ) in compat_show_guest_stack()
266 compat_show_guest_stack(v, regs, debug_stack_lines); in show_guest_stack()
297 for ( i = 0; i < (debug_stack_lines*stack_words_per_line); i++ ) in show_guest_stack()
497 for ( i = 0; i < (debug_stack_lines*stack_words_per_line) && in show_stack()
/xen-4.10.0-shim-comet/xen/arch/arm/
A Dtraps.c99 static int debug_stack_lines = 20; variable
102 static int debug_stack_lines = 40; variable
106 integer_param("debug_stack_lines", debug_stack_lines);
1110 for ( i = 0; i < (debug_stack_lines*stack_words_per_line); i++ ) in show_guest_stack()
1208 for ( i = 0; i < (debug_stack_lines*stack_words_per_line); i++ ) in show_stack()

Completed in 9 milliseconds