/arch/powerpc/boot/ |
D | decompress.c | 44 static unsigned long skip; variable 67 if (end <= skip) { in flush() 73 if (decompressed_bytes < skip && end > skip) { in flush() 74 offset = skip - decompressed_bytes; in flush() 81 out = &output_buffer[decompressed_bytes - skip]; in flush() 131 skip = _skip; in partial_decompress() 143 return decompressed_bytes - skip; in partial_decompress()
|
/arch/ia64/kernel/ |
D | stacktrace.c | 17 int skip = trace->skip; in ia64_do_save_stack() local 24 if (skip == 0) { in ia64_do_save_stack() 29 skip--; in ia64_do_save_stack()
|
/arch/hexagon/kernel/ |
D | stacktrace.c | 27 int skip = trace->skip; in save_stack_trace() local 36 if (skip) { in save_stack_trace() 37 skip--; in save_stack_trace()
|
/arch/arm/kernel/ |
D | stacktrace.c | 92 unsigned int skip; member 104 if (data->skip) { in save_trace() 105 data->skip--; in save_trace() 134 data.skip = trace->skip; in __save_stack_trace() 153 data.skip += 2; in __save_stack_trace() 169 data.skip = trace->skip; in save_stack_trace_regs()
|
/arch/nds32/kernel/ |
D | stacktrace.c | 18 int skip = trace->skip; in save_stack_trace_tsk() local 42 if (skip) { in save_stack_trace_tsk() 43 skip--; in save_stack_trace_tsk()
|
/arch/sh/kernel/ |
D | stacktrace.c | 28 if (trace->skip > 0) { in save_stack_address() 29 trace->skip--; in save_stack_address() 60 if (trace->skip > 0) { in save_stack_address_nosched() 61 trace->skip--; in save_stack_address_nosched()
|
/arch/xtensa/kernel/ |
D | stacktrace.c | 203 unsigned skip; member 211 if (trace_data->skip) { in stack_trace_cb() 212 --trace_data->skip; in stack_trace_cb() 226 .skip = trace->skip, in save_stack_trace_tsk() 244 unsigned skip; member 251 if (r->skip) { in return_address_cb() 252 --r->skip; in return_address_cb() 268 .skip = level, in return_address()
|
/arch/openrisc/kernel/ |
D | stacktrace.c | 33 if (trace->skip > 0) { in save_stack_address() 34 trace->skip--; in save_stack_address() 59 if (trace->skip > 0) { in save_stack_address_nosched() 60 trace->skip--; in save_stack_address_nosched()
|
/arch/mips/kernel/ |
D | stacktrace.c | 27 if (trace->skip > 0) in save_raw_context_stack() 28 trace->skip--; in save_raw_context_stack() 55 if (trace->skip > 0) in save_context_stack() 56 trace->skip--; in save_context_stack()
|
D | scall64-n32.S | 39 ld t1, PT_EPC(sp) # skip syscall on return 40 daddiu t1, 4 # skip to next instruction
|
/arch/m68k/kernel/ |
D | sun3-head.S | 27 swapper_pg_dir: .skip 0x2000 28 pg0: .skip 0x2000 29 kernel_pmd_table: .skip 0x2000
|
/arch/arm64/kernel/ |
D | stacktrace.c | 144 int skip = 0; in dump_backtrace() local 151 skip = 1; in dump_backtrace() 176 if (!skip) { in dump_backtrace() 179 skip = 0; in dump_backtrace()
|
/arch/arc/kernel/ |
D | stacktrace.c | 189 if (trace->skip > 0) in __collect_all() 190 trace->skip--; in __collect_all() 207 if (trace->skip > 0) in __collect_all_but_sched() 208 trace->skip--; in __collect_all_but_sched()
|
/arch/sparc/kernel/ |
D | prom_32.c | 213 int skip, tmp, fd; in of_console_init() local 219 skip = 0; in of_console_init() 226 skip = 1; in of_console_init() 239 tmp = skip; in of_console_init() 253 (skip ? ":b" : ":a")); in of_console_init()
|
D | stacktrace.c | 55 if (trace->skip > 0) in __save_stack_trace() 56 trace->skip--; in __save_stack_trace()
|
/arch/powerpc/kernel/ |
D | stacktrace.c | 45 if (!trace->skip) in save_context_stack() 48 trace->skip--; in save_context_stack() 199 if (!trace->skip) in __save_stack_trace_tsk_reliable() 202 trace->skip--; in __save_stack_trace_tsk_reliable()
|
D | reloc_32.S | 58 b skip 63 b skip 66 bne skip 68 skip: label
|
/arch/arm/plat-omap/ |
D | sram.c | 98 unsigned long skip, int cached) in omap_map_sram() argument 108 omap_sram_skip = skip; in omap_map_sram()
|
/arch/x86/purgatory/ |
D | stack.S | 17 .skip 4096
|
/arch/arm/plat-omap/include/plat/ |
D | sram.h | 5 unsigned long skip, int cached);
|
/arch/microblaze/kernel/ |
D | stacktrace.c | 22 trace->skip += 2; in save_stack_trace()
|
/arch/x86/power/ |
D | hibernate_asm_32.S | 55 jecxz 1f # cr4 Pentium and higher, skip if zero 89 jecxz 1f # cr4 Pentium and higher, skip if zero
|
/arch/mips/dec/prom/ |
D | locore.S | 27 addiu k0, 4 # skip the causing instruction
|
/arch/ia64/mm/ |
D | contig.c | 48 goto skip; in per_cpu_init() 78 skip: in per_cpu_init()
|
/arch/csky/kernel/ |
D | stacktrace.c | 130 if (unlikely(trace->skip > 0)) { in __save_trace() 131 trace->skip--; in __save_trace()
|