| /arch/powerpc/boot/ |
| A D | decompress.c | 43 static unsigned long skip; variable 66 if (end <= skip) { in flush() 72 if (decompressed_bytes < skip && end > skip) { in flush() 73 offset = skip - decompressed_bytes; in flush() 80 out = &output_buffer[decompressed_bytes - skip]; in flush() 130 skip = _skip; in partial_decompress() 142 return decompressed_bytes - skip; in partial_decompress()
|
| /arch/hexagon/kernel/ |
| A 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/xtensa/kernel/ |
| A D | stacktrace.c | 205 unsigned skip; member 213 if (trace_data->skip) { in stack_trace_cb() 214 --trace_data->skip; in stack_trace_cb() 228 .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/sh/kernel/ |
| A 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/openrisc/kernel/ |
| A 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/ |
| A 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()
|
| A D | scall64-n32.S | 39 ld t1, PT_EPC(sp) # skip syscall on return 40 daddiu t1, 4 # skip to next instruction
|
| A D | scall64-n64.S | 42 ld t1, PT_EPC(sp) # skip syscall on return 43 daddiu t1, 4 # skip to next instruction
|
| /arch/s390/purgatory/ |
| A D | head.S | 254 SYM_DATA(purgatory_sha256_digest, .skip 32) 255 SYM_DATA(purgatory_sha_regions, .skip 16*__KEXEC_SHA_REGION_SIZE) 256 SYM_DATA(kernel_entry, .skip 8) 257 SYM_DATA(kernel_type, .skip 8) 258 SYM_DATA(crash_start, .skip 8) 259 SYM_DATA(crash_size, .skip 8) 263 .skip stack-purgatory_start
|
| /arch/m68k/kernel/ |
| A D | sun3-head.S | 27 swapper_pg_dir: .skip 0x2000 28 pg0: .skip 0x2000 29 kernel_pmd_table: .skip 0x2000
|
| /arch/sparc/kernel/ |
| A D | prom_32.c | 211 int skip, tmp, fd; in of_console_init() local 217 skip = 0; in of_console_init() 224 skip = 1; in of_console_init() 237 tmp = skip; in of_console_init() 251 (skip ? ":b" : ":a")); in of_console_init()
|
| A D | stacktrace.c | 55 if (trace->skip > 0) in __save_stack_trace() 56 trace->skip--; in __save_stack_trace()
|
| /arch/arc/kernel/ |
| A D | stacktrace.c | 190 if (trace->skip > 0) in __collect_all() 191 trace->skip--; in __collect_all() 208 if (trace->skip > 0) in __collect_all_but_sched() 209 trace->skip--; in __collect_all_but_sched()
|
| /arch/x86/include/asm/ |
| A D | linkage.h | 27 #define FUNCTION_PADDING .skip CONFIG_FUNCTION_ALIGNMENT, 0x90; 94 #define CFI_POST_PADDING .skip CONFIG_FUNCTION_PADDING_BYTES, 0x90; 96 #define CFI_PRE_PADDING .skip CONFIG_FUNCTION_PADDING_BYTES, 0x90;
|
| /arch/x86/lib/ |
| A D | retpoline.S | 198 .skip 64 - (srso_safe_ret - srso_untrain_ret), 0xcc 272 .skip 64 - (retbleed_return_thunk - retbleed_untrain_ret), 0xcc 391 .skip 32 - (__x86_indirect_its_thunk_\reg - 1b), 0xcc /* skip to the next upper half */ 396 .skip 29, 0xcc 407 .skip 32, 0xcc
|
| /arch/powerpc/kernel/ |
| A D | reloc_32.S | 58 b skip 63 b skip 66 bne skip 68 skip: label
|
| /arch/x86/purgatory/ |
| A D | stack.S | 17 .skip 4096
|
| /arch/x86/power/ |
| A D | hibernate_asm_32.S | 55 jecxz 1f # cr4 Pentium and higher, skip if zero 88 jecxz 1f # cr4 Pentium and higher, skip if zero
|
| /arch/microblaze/kernel/ |
| A D | stacktrace.c | 22 trace->skip += 2; in save_stack_trace()
|
| A D | unwind.c | 226 if (trace->skip > 0) in microblaze_unwind_inner() 227 trace->skip--; in microblaze_unwind_inner()
|
| /arch/mips/dec/prom/ |
| A D | locore.S | 27 addiu k0, 4 # skip the causing instruction
|
| /arch/x86/events/intel/ |
| A D | bts.c | 388 unsigned long head, space, next_space, pad, gap, skip, wakeup; in bts_buffer_reset() local 413 skip = pad + gap; in bts_buffer_reset() 414 if (handle->size >= skip) { in bts_buffer_reset() 416 if (next_space + skip > handle->size) { in bts_buffer_reset() 417 next_space = handle->size - skip; in bts_buffer_reset() 423 ret = perf_aux_output_skip(handle, skip); in bts_buffer_reset()
|
| /arch/csky/kernel/ |
| A D | stacktrace.c | 127 if (unlikely(trace->skip > 0)) { in __save_trace() 128 trace->skip--; in __save_trace()
|
| /arch/powerpc/purgatory/ |
| A D | trampoline_64.S | 155 .skip 32 161 .skip 8 * 2 * 16
|
| /arch/x86/kernel/ |
| A D | verify_cpu.S | 89 jb .Lverify_cpu_check # family < 6, skip 94 jb .Lverify_cpu_check # family == 6, model < 0xd, skip
|