Searched refs:code_bytes (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Ddumpstack_32.c109 unsigned int code_prologue = code_bytes * 43 / 64;
110 unsigned int code_len = code_bytes;
H A Ddumpstack.c24 unsigned int code_bytes = 64; variable
374 code_bytes = simple_strtoul(s, NULL, 0);
375 if (code_bytes > 8192)
376 code_bytes = 8192;
380 __setup("code_bytes=", code_bytes_setup);
H A Ddumpstack_64.c304 unsigned int code_prologue = code_bytes * 43 / 64;
305 unsigned int code_len = code_bytes;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dstacktrace.h68 extern unsigned int code_bytes;

Completed in 129 milliseconds