Home
last modified time | relevance | path

Searched refs:OFFSET (Results 1 – 14 of 14) sorted by relevance

/arch/x86/kernel/
Dasm-offsets_32.c32 OFFSET(IA32_SIGCONTEXT_ax, sigcontext, ax); in foo()
33 OFFSET(IA32_SIGCONTEXT_bx, sigcontext, bx); in foo()
34 OFFSET(IA32_SIGCONTEXT_cx, sigcontext, cx); in foo()
35 OFFSET(IA32_SIGCONTEXT_dx, sigcontext, dx); in foo()
36 OFFSET(IA32_SIGCONTEXT_si, sigcontext, si); in foo()
37 OFFSET(IA32_SIGCONTEXT_di, sigcontext, di); in foo()
38 OFFSET(IA32_SIGCONTEXT_bp, sigcontext, bp); in foo()
39 OFFSET(IA32_SIGCONTEXT_sp, sigcontext, sp); in foo()
40 OFFSET(IA32_SIGCONTEXT_ip, sigcontext, ip); in foo()
43 OFFSET(CPUINFO_x86, cpuinfo_x86, x86); in foo()
[all …]
Dasm-offsets_64.c63 OFFSET(PARAVIRT_enabled, pv_info, paravirt_enabled); in main()
64 OFFSET(PARAVIRT_PATCH_pv_cpu_ops, paravirt_patch_template, pv_cpu_ops); in main()
65 OFFSET(PARAVIRT_PATCH_pv_irq_ops, paravirt_patch_template, pv_irq_ops); in main()
66 OFFSET(PV_IRQ_irq_disable, pv_irq_ops, irq_disable); in main()
67 OFFSET(PV_IRQ_irq_enable, pv_irq_ops, irq_enable); in main()
68 OFFSET(PV_IRQ_adjust_exception_frame, pv_irq_ops, adjust_exception_frame); in main()
69 OFFSET(PV_CPU_iret, pv_cpu_ops, iret); in main()
70 OFFSET(PV_CPU_usergs_sysret32, pv_cpu_ops, usergs_sysret32); in main()
71 OFFSET(PV_CPU_usergs_sysret64, pv_cpu_ops, usergs_sysret64); in main()
72 OFFSET(PV_CPU_irq_enable_sysexit, pv_cpu_ops, irq_enable_sysexit); in main()
[all …]
/arch/mips/kernel/
Dasm-offsets.c23 OFFSET(PT_R0, pt_regs, regs[0]); in output_ptreg_defines()
24 OFFSET(PT_R1, pt_regs, regs[1]); in output_ptreg_defines()
25 OFFSET(PT_R2, pt_regs, regs[2]); in output_ptreg_defines()
26 OFFSET(PT_R3, pt_regs, regs[3]); in output_ptreg_defines()
27 OFFSET(PT_R4, pt_regs, regs[4]); in output_ptreg_defines()
28 OFFSET(PT_R5, pt_regs, regs[5]); in output_ptreg_defines()
29 OFFSET(PT_R6, pt_regs, regs[6]); in output_ptreg_defines()
30 OFFSET(PT_R7, pt_regs, regs[7]); in output_ptreg_defines()
31 OFFSET(PT_R8, pt_regs, regs[8]); in output_ptreg_defines()
32 OFFSET(PT_R9, pt_regs, regs[9]); in output_ptreg_defines()
[all …]
Dtraps.c455 #define OFFSET 0x0000ffff macro
484 offset = opcode & OFFSET; in simulate_ll()
524 offset = opcode & OFFSET; in simulate_sc()
/arch/mn10300/kernel/
Dasm-offsets.c20 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_flags, thread_info, flags); in foo()
27 OFFSET(TI_cpu, thread_info, cpu); in foo()
28 OFFSET(TI_preempt_count, thread_info, preempt_count); in foo()
29 OFFSET(TI_addr_limit, thread_info, addr_limit); in foo()
30 OFFSET(TI_restart_block, thread_info, restart_block); in foo()
33 OFFSET(REG_D0, pt_regs, d0); in foo()
[all …]
/arch/frv/kernel/
Dasm-offsets.c36 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()
43 OFFSET(TI_RESTART_BLOCK, thread_info, restart_block); in foo()
90 OFFSET(__THREAD_FRAME, thread_struct, frame); in foo()
91 OFFSET(__THREAD_CURR, thread_struct, curr); in foo()
[all …]
/arch/avr32/kernel/
Dasm-offsets.c14 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()
21 OFFSET(TI_restart_block, thread_info, restart_block); in foo()
23 OFFSET(TSK_active_mm, task_struct, active_mm); in foo()
25 OFFSET(MM_pgd, mm_struct, pgd); in foo()
/arch/x86/crypto/
Daes-x86_64-asm_64.S85 #define round(TAB,OFFSET,r1,r2,r3,r4,r5,r6,r7,r8,ra,rb,rc,rd) \ argument
95 xorl OFFSET(r8),ra ## E; \
96 xorl OFFSET+4(r8),rb ## E; \
126 xorl OFFSET+8(r8),rc ## E; \
127 xorl OFFSET+12(r8),rd ## E; \
140 #define encrypt_round(TAB,OFFSET) \ argument
141 round(TAB,OFFSET,R1,R2,R3,R4,R5,R6,R7,R10,R5,R6,R3,R4) \
144 #define encrypt_final(TAB,OFFSET) \ argument
145 round(TAB,OFFSET,R1,R2,R3,R4,R5,R6,R7,R10,R5,R6,R3,R4)
147 #define decrypt_round(TAB,OFFSET) \ argument
[all …]
/arch/um/sys-i386/
Duser-offsets.c15 #define OFFSET(sym, str, mem) \ macro
20 OFFSET(HOST_SC_TRAPNO, sigcontext, trapno); in foo()
21 OFFSET(HOST_SC_ERR, sigcontext, err); in foo()
22 OFFSET(HOST_SC_CR2, sigcontext, cr2); in foo()
/arch/um/sys-x86_64/
Duser-offsets.c17 #define OFFSET(sym, str, mem) \ macro
22 OFFSET(HOST_SC_CR2, sigcontext, cr2); in foo()
23 OFFSET(HOST_SC_ERR, sigcontext, err); in foo()
24 OFFSET(HOST_SC_TRAPNO, sigcontext, trapno); in foo()
/arch/um/include/shared/
Dcommon-offsets.h5 OFFSET(HOST_TASK_REGS, task_struct, thread.regs);
6 OFFSET(HOST_TASK_PID, task_struct, pid);
/arch/ia64/ia32/
Dsys_ia32.c2370 #define OFFSET(member) ((int)(offsetof(struct ia32_user_fxsr_struct, member))) macro
2375 min_val = min(end, OFFSET(fop)); in getfpxreg()
2377 if (start == OFFSET(cwd)) in getfpxreg()
2379 else if (start == OFFSET(swd)) in getfpxreg()
2381 else if (start == OFFSET(twd)) in getfpxreg()
2387 if (start == OFFSET(fop)) { in getfpxreg()
2392 if (start == OFFSET(fip)) in getfpxreg()
2394 else if (start == OFFSET(fcs)) in getfpxreg()
2396 else if (start == OFFSET(foo)) in getfpxreg()
2398 else if (start == OFFSET(fos)) in getfpxreg()
[all …]
/arch/um/sys-x86_64/shared/sysdep/
Dkernel-offsets.h17 #define OFFSET(sym, str, mem) \ macro
/arch/um/sys-i386/shared/sysdep/
Dkernel-offsets.h15 #define OFFSET(sym, str, mem) \ macro