/arch/c6x/kernel/ |
D | asm-offsets.c | 15 OFFSET(REGS_A16, pt_regs, a16); in foo() 16 OFFSET(REGS_A17, pt_regs, a17); in foo() 17 OFFSET(REGS_A18, pt_regs, a18); in foo() 18 OFFSET(REGS_A19, pt_regs, a19); in foo() 19 OFFSET(REGS_A20, pt_regs, a20); in foo() 20 OFFSET(REGS_A21, pt_regs, a21); in foo() 21 OFFSET(REGS_A22, pt_regs, a22); in foo() 22 OFFSET(REGS_A23, pt_regs, a23); in foo() 23 OFFSET(REGS_A24, pt_regs, a24); in foo() 24 OFFSET(REGS_A25, pt_regs, a25); in foo() [all …]
|
/arch/mips/kernel/ |
D | asm-offsets.c | 27 OFFSET(PT_R0, pt_regs, regs[0]); in output_ptreg_defines() 28 OFFSET(PT_R1, pt_regs, regs[1]); in output_ptreg_defines() 29 OFFSET(PT_R2, pt_regs, regs[2]); in output_ptreg_defines() 30 OFFSET(PT_R3, pt_regs, regs[3]); in output_ptreg_defines() 31 OFFSET(PT_R4, pt_regs, regs[4]); in output_ptreg_defines() 32 OFFSET(PT_R5, pt_regs, regs[5]); in output_ptreg_defines() 33 OFFSET(PT_R6, pt_regs, regs[6]); in output_ptreg_defines() 34 OFFSET(PT_R7, pt_regs, regs[7]); in output_ptreg_defines() 35 OFFSET(PT_R8, pt_regs, regs[8]); in output_ptreg_defines() 36 OFFSET(PT_R9, pt_regs, regs[9]); in output_ptreg_defines() [all …]
|
D | traps.c | 494 #define OFFSET 0x0000ffff macro 528 offset = opcode & OFFSET; in simulate_ll() 568 offset = opcode & OFFSET; in simulate_sc()
|
/arch/mn10300/kernel/ |
D | asm-offsets.c | 20 OFFSET(SIGCONTEXT_d0, sigcontext, d0); in foo() 21 OFFSET(SIGCONTEXT_d1, sigcontext, d1); in foo() 24 OFFSET(TI_task, thread_info, task); in foo() 25 OFFSET(TI_exec_domain, thread_info, exec_domain); in foo() 26 OFFSET(TI_frame, thread_info, frame); in foo() 27 OFFSET(TI_flags, thread_info, flags); in foo() 28 OFFSET(TI_cpu, thread_info, cpu); in foo() 29 OFFSET(TI_preempt_count, thread_info, preempt_count); in foo() 30 OFFSET(TI_addr_limit, thread_info, addr_limit); in foo() 33 OFFSET(REG_D0, pt_regs, d0); in foo() [all …]
|
/arch/x86/kernel/ |
D | asm-offsets_32.c | 16 OFFSET(IA32_SIGCONTEXT_ax, sigcontext, ax); in foo() 17 OFFSET(IA32_SIGCONTEXT_bx, sigcontext, bx); in foo() 18 OFFSET(IA32_SIGCONTEXT_cx, sigcontext, cx); in foo() 19 OFFSET(IA32_SIGCONTEXT_dx, sigcontext, dx); in foo() 20 OFFSET(IA32_SIGCONTEXT_si, sigcontext, si); in foo() 21 OFFSET(IA32_SIGCONTEXT_di, sigcontext, di); in foo() 22 OFFSET(IA32_SIGCONTEXT_bp, sigcontext, bp); in foo() 23 OFFSET(IA32_SIGCONTEXT_sp, sigcontext, sp); in foo() 24 OFFSET(IA32_SIGCONTEXT_ip, sigcontext, ip); in foo() 27 OFFSET(CPUINFO_x86, cpuinfo_x86, x86); in foo() [all …]
|
D | asm-offsets.c | 32 OFFSET(TI_flags, thread_info, flags); in common() 33 OFFSET(TI_status, thread_info, status); in common() 34 OFFSET(TI_addr_limit, thread_info, addr_limit); in common() 37 OFFSET(crypto_tfm_ctx_offset, crypto_tfm, __crt_ctx); in common() 40 OFFSET(pbe_address, pbe, address); in common() 41 OFFSET(pbe_orig_address, pbe, orig_address); in common() 42 OFFSET(pbe_next, pbe, next); in common() 46 OFFSET(PARAVIRT_enabled, pv_info, paravirt_enabled); in common() 47 OFFSET(PARAVIRT_PATCH_pv_cpu_ops, paravirt_patch_template, pv_cpu_ops); in common() 48 OFFSET(PARAVIRT_PATCH_pv_irq_ops, paravirt_patch_template, pv_irq_ops); in common() [all …]
|
D | asm-offsets_64.c | 21 OFFSET(PV_IRQ_adjust_exception_frame, pv_irq_ops, adjust_exception_frame); in main() 22 OFFSET(PV_CPU_usergs_sysret32, pv_cpu_ops, usergs_sysret32); in main() 23 OFFSET(PV_CPU_usergs_sysret64, pv_cpu_ops, usergs_sysret64); in main() 24 OFFSET(PV_CPU_swapgs, pv_cpu_ops, swapgs); in main() 29 OFFSET(TI_sysenter_return, thread_info, sysenter_return); in main() 32 #define ENTRY(entry) OFFSET(IA32_SIGCONTEXT_ ## entry, sigcontext_ia32, entry) in main() 45 OFFSET(IA32_RT_SIGFRAME_sigcontext, rt_sigframe_ia32, uc.uc_mcontext); in main() 49 #define ENTRY(entry) OFFSET(pt_regs_ ## entry, pt_regs, entry) in main() 70 #define ENTRY(entry) OFFSET(saved_context_ ## entry, saved_context, entry) in main() 80 OFFSET(TSS_ist, tss_struct, x86_tss.ist); in main()
|
/arch/hexagon/kernel/ |
D | asm-offsets.c | 46 OFFSET(_PT_SYSCALL_NR, pt_regs, syscall_nr); in main() 47 OFFSET(_PT_GPUGP, pt_regs, gpugp); in main() 48 OFFSET(_PT_CS1CS0, pt_regs, cs1cs0); in main() 49 OFFSET(_PT_R3130, pt_regs, r3130); in main() 50 OFFSET(_PT_R2928, pt_regs, r2928); in main() 51 OFFSET(_PT_R2726, pt_regs, r2726); in main() 52 OFFSET(_PT_R2524, pt_regs, r2524); in main() 53 OFFSET(_PT_R2322, pt_regs, r2322); in main() 54 OFFSET(_PT_R2120, pt_regs, r2120); in main() 55 OFFSET(_PT_R1918, pt_regs, r1918); in main() [all …]
|
/arch/score/kernel/ |
D | asm-offsets.c | 36 OFFSET(PT_R0, pt_regs, regs[0]); in output_ptreg_defines() 37 OFFSET(PT_R1, pt_regs, regs[1]); in output_ptreg_defines() 38 OFFSET(PT_R2, pt_regs, regs[2]); in output_ptreg_defines() 39 OFFSET(PT_R3, pt_regs, regs[3]); in output_ptreg_defines() 40 OFFSET(PT_R4, pt_regs, regs[4]); in output_ptreg_defines() 41 OFFSET(PT_R5, pt_regs, regs[5]); in output_ptreg_defines() 42 OFFSET(PT_R6, pt_regs, regs[6]); in output_ptreg_defines() 43 OFFSET(PT_R7, pt_regs, regs[7]); in output_ptreg_defines() 44 OFFSET(PT_R8, pt_regs, regs[8]); in output_ptreg_defines() 45 OFFSET(PT_R9, pt_regs, regs[9]); in output_ptreg_defines() [all …]
|
/arch/avr32/kernel/ |
D | asm-offsets.c | 14 OFFSET(TI_task, thread_info, task); in foo() 15 OFFSET(TI_exec_domain, thread_info, exec_domain); in foo() 16 OFFSET(TI_flags, thread_info, flags); in foo() 17 OFFSET(TI_cpu, thread_info, cpu); in foo() 18 OFFSET(TI_preempt_count, thread_info, preempt_count); in foo() 19 OFFSET(TI_rar_saved, thread_info, rar_saved); in foo() 20 OFFSET(TI_rsr_saved, thread_info, rsr_saved); in foo() 22 OFFSET(TSK_active_mm, task_struct, active_mm); in foo() 24 OFFSET(MM_pgd, mm_struct, pgd); in foo()
|
/arch/frv/kernel/ |
D | asm-offsets.c | 36 OFFSET(TI_TASK, thread_info, task); in foo() 37 OFFSET(TI_EXEC_DOMAIN, thread_info, exec_domain); in foo() 38 OFFSET(TI_FLAGS, thread_info, flags); in foo() 39 OFFSET(TI_STATUS, thread_info, status); in foo() 40 OFFSET(TI_CPU, thread_info, cpu); in foo() 41 OFFSET(TI_PREEMPT_COUNT, thread_info, preempt_count); in foo() 42 OFFSET(TI_ADDR_LIMIT, thread_info, addr_limit); in foo() 89 OFFSET(__THREAD_FRAME, thread_struct, frame); in foo() 90 OFFSET(__THREAD_CURR, thread_struct, curr); in foo() 91 OFFSET(__THREAD_SP, thread_struct, sp); in foo() [all …]
|
/arch/sparc/kernel/ |
D | asm-offsets.c | 31 OFFSET(SC_REG_FP, saved_context, fp); in sparc64_foo() 32 OFFSET(SC_REG_CWP, saved_context, cwp); in sparc64_foo() 33 OFFSET(SC_REG_WSTATE, saved_context, wstate); in sparc64_foo() 35 OFFSET(SC_REG_TICK, saved_context, tick); in sparc64_foo() 36 OFFSET(SC_REG_PSTATE, saved_context, pstate); in sparc64_foo() 38 OFFSET(SC_REG_G4, saved_context, g4); in sparc64_foo() 39 OFFSET(SC_REG_G5, saved_context, g5); in sparc64_foo() 40 OFFSET(SC_REG_G6, saved_context, g6); in sparc64_foo()
|
/arch/x86/crypto/ |
D | aes-x86_64-asm_64.S | 83 #define round(TAB,OFFSET,r1,r2,r3,r4,r5,r6,r7,r8,ra,rb,rc,rd) \ argument 93 xorl OFFSET(r8),ra ## E; \ 94 xorl OFFSET+4(r8),rb ## E; \ 124 xorl OFFSET+8(r8),rc ## E; \ 125 xorl OFFSET+12(r8),rd ## E; \ 138 #define encrypt_round(TAB,OFFSET) \ argument 139 round(TAB,OFFSET,R1,R2,R3,R4,R5,R6,R7,R10,R5,R6,R3,R4) \ 142 #define encrypt_final(TAB,OFFSET) \ argument 143 round(TAB,OFFSET,R1,R2,R3,R4,R5,R6,R7,R10,R5,R6,R3,R4) 145 #define decrypt_round(TAB,OFFSET) \ argument [all …]
|
/arch/x86/um/shared/sysdep/ |
D | kernel-offsets.h | 12 #define OFFSET(sym, str, mem) \ macro
|
/arch/mips/kvm/ |
D | emulate.c | 1989 #define OFFSET 0x0000ffff macro
|