/linux-2.6.39/arch/powerpc/kernel/ |
D | asm-offsets.c | 70 DEFINE(THREAD, offsetof(struct task_struct, thread)); in main() 71 DEFINE(MM, offsetof(struct task_struct, mm)); in main() 72 DEFINE(MMCONTEXTID, offsetof(struct mm_struct, context.id)); in main() 74 DEFINE(AUDITCONTEXT, offsetof(struct task_struct, audit_context)); in main() 78 DEFINE(THREAD_INFO, offsetof(struct task_struct, stack)); in main() 81 DEFINE(KSP, offsetof(struct thread_struct, ksp)); in main() 82 DEFINE(KSP_LIMIT, offsetof(struct thread_struct, ksp_limit)); in main() 83 DEFINE(PT_REGS, offsetof(struct thread_struct, regs)); in main() 84 DEFINE(THREAD_FPEXC_MODE, offsetof(struct thread_struct, fpexc_mode)); in main() 85 DEFINE(THREAD_FPR0, offsetof(struct thread_struct, fpr[0])); in main() [all …]
|
D | kgdb.c | 251 { "r0", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[0]) }, 252 { "r1", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[1]) }, 253 { "r2", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[2]) }, 254 { "r3", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[3]) }, 255 { "r4", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[4]) }, 256 { "r5", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[5]) }, 257 { "r6", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[6]) }, 258 { "r7", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[7]) }, 259 { "r8", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[8]) }, 260 { "r9", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[9]) }, [all …]
|
/linux-2.6.39/arch/ia64/kernel/ |
D | asm-offsets.c | 41 DEFINE(TI_FLAGS, offsetof(struct thread_info, flags)); in foo() 42 DEFINE(TI_CPU, offsetof(struct thread_info, cpu)); in foo() 43 DEFINE(TI_PRE_COUNT, offsetof(struct thread_info, preempt_count)); in foo() 45 DEFINE(TI_AC_STAMP, offsetof(struct thread_info, ac_stamp)); in foo() 46 DEFINE(TI_AC_LEAVE, offsetof(struct thread_info, ac_leave)); in foo() 47 DEFINE(TI_AC_STIME, offsetof(struct thread_info, ac_stime)); in foo() 48 DEFINE(TI_AC_UTIME, offsetof(struct thread_info, ac_utime)); in foo() 53 DEFINE(IA64_TASK_BLOCKED_OFFSET,offsetof (struct task_struct, blocked)); in foo() 54 DEFINE(IA64_TASK_CLEAR_CHILD_TID_OFFSET,offsetof (struct task_struct, clear_child_tid)); in foo() 55 DEFINE(IA64_TASK_GROUP_LEADER_OFFSET, offsetof (struct task_struct, group_leader)); in foo() [all …]
|
/linux-2.6.39/arch/s390/kernel/ |
D | asm-offsets.c | 24 DEFINE(__THREAD_info, offsetof(struct task_struct, stack)); in main() 25 DEFINE(__THREAD_ksp, offsetof(struct task_struct, thread.ksp)); in main() 26 DEFINE(__THREAD_mm_segment, offsetof(struct task_struct, thread.mm_segment)); in main() 28 DEFINE(__TASK_pid, offsetof(struct task_struct, pid)); in main() 31 offsetof(struct task_struct, thread.per_event.cause)); in main() 33 offsetof(struct task_struct, thread.per_event.address)); in main() 35 offsetof(struct task_struct, thread.per_event.paid)); in main() 37 DEFINE(__TI_task, offsetof(struct thread_info, task)); in main() 38 DEFINE(__TI_domain, offsetof(struct thread_info, exec_domain)); in main() 39 DEFINE(__TI_flags, offsetof(struct thread_info, flags)); in main() [all …]
|
/linux-2.6.39/arch/ia64/kvm/ |
D | asm-offsets.c | 38 offsetof(struct kvm_vcpu, arch.metaphysical_rr0)); in foo() 40 offsetof(struct kvm_vcpu, in foo() 43 offsetof(struct kvm_vcpu, arch.vrr[0])); in foo() 45 offsetof(struct vpd, irr[0])); in foo() 47 offsetof(struct kvm_vcpu, arch.itc_check)); in foo() 49 offsetof(struct kvm_vcpu, arch.irq_check)); in foo() 51 offsetof(struct vpd, vhpi)); in foo() 53 offsetof(struct kvm_vcpu, arch.vsa_base)); in foo() 55 offsetof(struct kvm_vcpu, arch.vpd)); in foo() 57 offsetof(struct kvm_vcpu, arch.irq_check)); in foo() [all …]
|
/linux-2.6.39/arch/parisc/kernel/ |
D | asm-offsets.c | 57 DEFINE(TASK_THREAD_INFO, offsetof(struct task_struct, stack)); in main() 58 DEFINE(TASK_STATE, offsetof(struct task_struct, state)); in main() 59 DEFINE(TASK_FLAGS, offsetof(struct task_struct, flags)); in main() 60 DEFINE(TASK_SIGPENDING, offsetof(struct task_struct, pending)); in main() 61 DEFINE(TASK_PTRACE, offsetof(struct task_struct, ptrace)); in main() 62 DEFINE(TASK_MM, offsetof(struct task_struct, mm)); in main() 63 DEFINE(TASK_PERSONALITY, offsetof(struct task_struct, personality)); in main() 64 DEFINE(TASK_PID, offsetof(struct task_struct, pid)); in main() 66 DEFINE(TASK_REGS, offsetof(struct task_struct, thread.regs)); in main() 67 DEFINE(TASK_PT_PSW, offsetof(struct task_struct, thread.regs.gr[ 0])); in main() [all …]
|
/linux-2.6.39/arch/blackfin/kernel/ |
D | asm-offsets.c | 21 DEFINE(TASK_STATE, offsetof(struct task_struct, state)); in main() 22 DEFINE(TASK_FLAGS, offsetof(struct task_struct, flags)); in main() 23 DEFINE(TASK_PTRACE, offsetof(struct task_struct, ptrace)); in main() 24 DEFINE(TASK_BLOCKED, offsetof(struct task_struct, blocked)); in main() 25 DEFINE(TASK_THREAD, offsetof(struct task_struct, thread)); in main() 26 DEFINE(TASK_THREAD_INFO, offsetof(struct task_struct, stack)); in main() 27 DEFINE(TASK_MM, offsetof(struct task_struct, mm)); in main() 28 DEFINE(TASK_ACTIVE_MM, offsetof(struct task_struct, active_mm)); in main() 29 DEFINE(TASK_SIGPENDING, offsetof(struct task_struct, pending)); in main() 33 offsetof(irq_cpustat_t, __softirq_pending)); in main() [all …]
|
/linux-2.6.39/arch/microblaze/kernel/ |
D | asm-offsets.c | 25 DEFINE(PT_MSR, offsetof(struct pt_regs, msr)); in main() 26 DEFINE(PT_EAR, offsetof(struct pt_regs, ear)); in main() 27 DEFINE(PT_ESR, offsetof(struct pt_regs, esr)); in main() 28 DEFINE(PT_FSR, offsetof(struct pt_regs, fsr)); in main() 29 DEFINE(PT_PC, offsetof(struct pt_regs, pc)); in main() 30 DEFINE(PT_R0, offsetof(struct pt_regs, r0)); in main() 31 DEFINE(PT_R1, offsetof(struct pt_regs, r1)); in main() 32 DEFINE(PT_R2, offsetof(struct pt_regs, r2)); in main() 33 DEFINE(PT_R3, offsetof(struct pt_regs, r3)); in main() 34 DEFINE(PT_R4, offsetof(struct pt_regs, r4)); in main() [all …]
|
/linux-2.6.39/arch/xtensa/kernel/ |
D | asm-offsets.c | 31 DEFINE(PT_PC, offsetof (struct pt_regs, pc)); in main() 32 DEFINE(PT_PS, offsetof (struct pt_regs, ps)); in main() 33 DEFINE(PT_DEPC, offsetof (struct pt_regs, depc)); in main() 34 DEFINE(PT_EXCCAUSE, offsetof (struct pt_regs, exccause)); in main() 35 DEFINE(PT_EXCVADDR, offsetof (struct pt_regs, excvaddr)); in main() 36 DEFINE(PT_DEBUGCAUSE, offsetof (struct pt_regs, debugcause)); in main() 37 DEFINE(PT_WMASK, offsetof (struct pt_regs, wmask)); in main() 38 DEFINE(PT_LBEG, offsetof (struct pt_regs, lbeg)); in main() 39 DEFINE(PT_LEND, offsetof (struct pt_regs, lend)); in main() 40 DEFINE(PT_LCOUNT, offsetof (struct pt_regs, lcount)); in main() [all …]
|
/linux-2.6.39/arch/unicore32/kernel/ |
D | asm-offsets.c | 39 DEFINE(TSK_ACTIVE_MM, offsetof(struct task_struct, active_mm)); in main() 41 DEFINE(TI_FLAGS, offsetof(struct thread_info, flags)); in main() 42 DEFINE(TI_PREEMPT, offsetof(struct thread_info, preempt_count)); in main() 43 DEFINE(TI_ADDR_LIMIT, offsetof(struct thread_info, addr_limit)); in main() 44 DEFINE(TI_TASK, offsetof(struct thread_info, task)); in main() 45 DEFINE(TI_EXEC_DOMAIN, offsetof(struct thread_info, exec_domain)); in main() 46 DEFINE(TI_CPU, offsetof(struct thread_info, cpu)); in main() 47 DEFINE(TI_CPU_SAVE, offsetof(struct thread_info, cpu_context)); in main() 48 DEFINE(TI_USED_CP, offsetof(struct thread_info, used_cp)); in main() 50 DEFINE(TI_FPSTATE, offsetof(struct thread_info, fpstate)); in main() [all …]
|
/linux-2.6.39/arch/m68k/kernel/ |
D | asm-offsets_mm.c | 25 DEFINE(TASK_THREAD, offsetof(struct task_struct, thread)); in main() 26 DEFINE(TASK_INFO, offsetof(struct task_struct, thread.info)); in main() 27 DEFINE(TASK_MM, offsetof(struct task_struct, mm)); in main() 29 DEFINE(TASK_TINFO, offsetof(struct task_struct, thread.info)); in main() 33 DEFINE(THREAD_KSP, offsetof(struct thread_struct, ksp)); in main() 34 DEFINE(THREAD_USP, offsetof(struct thread_struct, usp)); in main() 35 DEFINE(THREAD_SR, offsetof(struct thread_struct, sr)); in main() 36 DEFINE(THREAD_FS, offsetof(struct thread_struct, fs)); in main() 37 DEFINE(THREAD_CRP, offsetof(struct thread_struct, crp)); in main() 38 DEFINE(THREAD_ESP0, offsetof(struct thread_struct, esp0)); in main() [all …]
|
D | asm-offsets_no.c | 24 DEFINE(TASK_THREAD, offsetof(struct task_struct, thread)); in main() 25 DEFINE(TASK_MM, offsetof(struct task_struct, mm)); in main() 28 DEFINE(CPUSTAT_SOFTIRQ_PENDING, offsetof(irq_cpustat_t, __softirq_pending)); in main() 31 DEFINE(THREAD_KSP, offsetof(struct thread_struct, ksp)); in main() 32 DEFINE(THREAD_USP, offsetof(struct thread_struct, usp)); in main() 33 DEFINE(THREAD_SR, offsetof(struct thread_struct, sr)); in main() 34 DEFINE(THREAD_FS, offsetof(struct thread_struct, fs)); in main() 35 DEFINE(THREAD_CRP, offsetof(struct thread_struct, crp)); in main() 36 DEFINE(THREAD_ESP0, offsetof(struct thread_struct, esp0)); in main() 37 DEFINE(THREAD_FPREG, offsetof(struct thread_struct, fp)); in main() [all …]
|
/linux-2.6.39/arch/arm/kernel/ |
D | asm-offsets.c | 45 DEFINE(TSK_ACTIVE_MM, offsetof(struct task_struct, active_mm)); in main() 47 DEFINE(TSK_STACK_CANARY, offsetof(struct task_struct, stack_canary)); in main() 50 DEFINE(TI_FLAGS, offsetof(struct thread_info, flags)); in main() 51 DEFINE(TI_PREEMPT, offsetof(struct thread_info, preempt_count)); in main() 52 DEFINE(TI_ADDR_LIMIT, offsetof(struct thread_info, addr_limit)); in main() 53 DEFINE(TI_TASK, offsetof(struct thread_info, task)); in main() 54 DEFINE(TI_EXEC_DOMAIN, offsetof(struct thread_info, exec_domain)); in main() 55 DEFINE(TI_CPU, offsetof(struct thread_info, cpu)); in main() 56 DEFINE(TI_CPU_DOMAIN, offsetof(struct thread_info, cpu_domain)); in main() 57 DEFINE(TI_CPU_SAVE, offsetof(struct thread_info, cpu_context)); in main() [all …]
|
D | kgdb.c | 19 { "r0", 4, offsetof(struct pt_regs, ARM_r0)}, 20 { "r1", 4, offsetof(struct pt_regs, ARM_r1)}, 21 { "r2", 4, offsetof(struct pt_regs, ARM_r2)}, 22 { "r3", 4, offsetof(struct pt_regs, ARM_r3)}, 23 { "r4", 4, offsetof(struct pt_regs, ARM_r4)}, 24 { "r5", 4, offsetof(struct pt_regs, ARM_r5)}, 25 { "r6", 4, offsetof(struct pt_regs, ARM_r6)}, 26 { "r7", 4, offsetof(struct pt_regs, ARM_r7)}, 27 { "r8", 4, offsetof(struct pt_regs, ARM_r8)}, 28 { "r9", 4, offsetof(struct pt_regs, ARM_r9)}, [all …]
|
/linux-2.6.39/arch/sh/kernel/ |
D | asm-offsets.c | 23 DEFINE(TI_TASK, offsetof(struct thread_info, task)); in main() 24 DEFINE(TI_EXEC_DOMAIN, offsetof(struct thread_info, exec_domain)); in main() 25 DEFINE(TI_FLAGS, offsetof(struct thread_info, flags)); in main() 26 DEFINE(TI_CPU, offsetof(struct thread_info, cpu)); in main() 27 DEFINE(TI_PRE_COUNT, offsetof(struct thread_info, preempt_count)); in main() 28 DEFINE(TI_RESTART_BLOCK,offsetof(struct thread_info, restart_block)); in main() 32 DEFINE(PBE_ADDRESS, offsetof(struct pbe, address)); in main() 33 DEFINE(PBE_ORIG_ADDRESS, offsetof(struct pbe, orig_address)); in main() 34 DEFINE(PBE_NEXT, offsetof(struct pbe, next)); in main() 38 DEFINE(SH_SLEEP_MODE, offsetof(struct sh_sleep_data, mode)); in main() [all …]
|
/linux-2.6.39/arch/h8300/kernel/ |
D | asm-offsets.c | 24 DEFINE(TASK_STATE, offsetof(struct task_struct, state)); in main() 25 DEFINE(TASK_FLAGS, offsetof(struct task_struct, flags)); in main() 26 DEFINE(TASK_PTRACE, offsetof(struct task_struct, ptrace)); in main() 27 DEFINE(TASK_BLOCKED, offsetof(struct task_struct, blocked)); in main() 28 DEFINE(TASK_THREAD, offsetof(struct task_struct, thread)); in main() 29 DEFINE(TASK_THREAD_INFO, offsetof(struct task_struct, stack)); in main() 30 DEFINE(TASK_MM, offsetof(struct task_struct, mm)); in main() 31 DEFINE(TASK_ACTIVE_MM, offsetof(struct task_struct, active_mm)); in main() 34 DEFINE(CPUSTAT_SOFTIRQ_PENDING, offsetof(irq_cpustat_t, __softirq_pending)); in main() 37 DEFINE(THREAD_KSP, offsetof(struct thread_struct, ksp)); in main() [all …]
|
/linux-2.6.39/drivers/pci/hotplug/ |
D | cpqphp.h | 62 SMBIOS_SLOT_GENERIC_TYPE = offsetof(struct smbios_system_slot, type), 63 SMBIOS_SLOT_GENERIC_LENGTH = offsetof(struct smbios_system_slot, length), 64 SMBIOS_SLOT_GENERIC_HANDLE = offsetof(struct smbios_system_slot, handle), 65 SMBIOS_SLOT_NAME_STRING_NUM = offsetof(struct smbios_system_slot, name_string_num), 66 SMBIOS_SLOT_TYPE = offsetof(struct smbios_system_slot, slot_type), 67 SMBIOS_SLOT_WIDTH = offsetof(struct smbios_system_slot, slot_width), 68 SMBIOS_SLOT_CURRENT_USAGE = offsetof(struct smbios_system_slot, slot_current_usage), 69 SMBIOS_SLOT_LENGTH = offsetof(struct smbios_system_slot, slot_length), 70 SMBIOS_SLOT_NUMBER = offsetof(struct smbios_system_slot, slot_number), 71 SMBIOS_SLOT_PROPERTIES1 = offsetof(struct smbios_system_slot, properties1), [all …]
|
/linux-2.6.39/arch/mips/kernel/ |
D | kgdb.c | 55 { "zero", GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[0]) }, 56 { "at", GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[1]) }, 57 { "v0", GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[2]) }, 58 { "v1", GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[3]) }, 59 { "a0", GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[4]) }, 60 { "a1", GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[5]) }, 61 { "a2", GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[6]) }, 62 { "a3", GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[7]) }, 63 { "t0", GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[8]) }, 64 { "t1", GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[9]) }, [all …]
|
/linux-2.6.39/arch/tile/kernel/ |
D | asm-offsets.c | 41 offsetof(struct single_step_state, buffer)); in foo() 43 offsetof(struct single_step_state, flags)); in foo() 45 offsetof(struct single_step_state, orig_pc)); in foo() 47 offsetof(struct single_step_state, next_pc)); in foo() 49 offsetof(struct single_step_state, branch_next_pc)); in foo() 51 offsetof(struct single_step_state, update_value)); in foo() 54 offsetof(struct thread_info, task)); in foo() 56 offsetof(struct thread_info, flags)); in foo() 58 offsetof(struct thread_info, status)); in foo() 60 offsetof(struct thread_info, homecache_cpu)); in foo() [all …]
|
/linux-2.6.39/arch/alpha/kernel/ |
D | asm-offsets.c | 16 DEFINE(TI_TASK, offsetof(struct thread_info, task)); in foo() 17 DEFINE(TI_FLAGS, offsetof(struct thread_info, flags)); in foo() 18 DEFINE(TI_CPU, offsetof(struct thread_info, cpu)); in foo() 21 DEFINE(TASK_BLOCKED, offsetof(struct task_struct, blocked)); in foo() 22 DEFINE(TASK_CRED, offsetof(struct task_struct, cred)); in foo() 23 DEFINE(TASK_REAL_PARENT, offsetof(struct task_struct, real_parent)); in foo() 24 DEFINE(TASK_GROUP_LEADER, offsetof(struct task_struct, group_leader)); in foo() 25 DEFINE(TASK_TGID, offsetof(struct task_struct, tgid)); in foo() 28 DEFINE(CRED_UID, offsetof(struct cred, uid)); in foo() 29 DEFINE(CRED_EUID, offsetof(struct cred, euid)); in foo() [all …]
|
/linux-2.6.39/drivers/scsi/qla4xxx/ |
D | ql4_dbg.c | 46 (uint8_t) offsetof(struct isp_reg, mailbox[i]), i, in qla4xxx_dump_registers() 51 (uint8_t) offsetof(struct isp_reg, flash_address), in qla4xxx_dump_registers() 54 (uint8_t) offsetof(struct isp_reg, flash_data), in qla4xxx_dump_registers() 57 (uint8_t) offsetof(struct isp_reg, ctrl_status), in qla4xxx_dump_registers() 62 (uint8_t) offsetof(struct isp_reg, u1.isp4010.nvram), in qla4xxx_dump_registers() 66 (uint8_t) offsetof(struct isp_reg, u1.isp4022.intr_mask), in qla4xxx_dump_registers() 69 (uint8_t) offsetof(struct isp_reg, u1.isp4022.nvram), in qla4xxx_dump_registers() 72 (uint8_t) offsetof(struct isp_reg, u1.isp4022.semaphore), in qla4xxx_dump_registers() 76 (uint8_t) offsetof(struct isp_reg, req_q_in), in qla4xxx_dump_registers() 79 (uint8_t) offsetof(struct isp_reg, rsp_q_out), in qla4xxx_dump_registers() [all …]
|
/linux-2.6.39/drivers/media/video/cx18/ |
D | cx18-scb.c | 77 cx18_writel(cx, SCB_OFFSET + offsetof(struct cx18_scb, apu2cpu_mb), in cx18_init_scb() 79 cx18_writel(cx, SCB_OFFSET + offsetof(struct cx18_scb, hpu2cpu_mb), in cx18_init_scb() 81 cx18_writel(cx, SCB_OFFSET + offsetof(struct cx18_scb, ppu2cpu_mb), in cx18_init_scb() 83 cx18_writel(cx, SCB_OFFSET + offsetof(struct cx18_scb, epu2cpu_mb), in cx18_init_scb() 85 cx18_writel(cx, SCB_OFFSET + offsetof(struct cx18_scb, cpu2apu_mb), in cx18_init_scb() 87 cx18_writel(cx, SCB_OFFSET + offsetof(struct cx18_scb, hpu2apu_mb), in cx18_init_scb() 89 cx18_writel(cx, SCB_OFFSET + offsetof(struct cx18_scb, ppu2apu_mb), in cx18_init_scb() 91 cx18_writel(cx, SCB_OFFSET + offsetof(struct cx18_scb, epu2apu_mb), in cx18_init_scb() 93 cx18_writel(cx, SCB_OFFSET + offsetof(struct cx18_scb, cpu2hpu_mb), in cx18_init_scb() 95 cx18_writel(cx, SCB_OFFSET + offsetof(struct cx18_scb, apu2hpu_mb), in cx18_init_scb() [all …]
|
/linux-2.6.39/drivers/isdn/capi/ |
D | capiutil.c | 245 {_CDWORD, offsetof(_cmsg, adr.adrController)}, 247 {_CMSTRUCT, offsetof(_cmsg, AdditionalInfo)}, 249 {_CSTRUCT, offsetof(_cmsg, B1configuration)}, 251 {_CWORD, offsetof(_cmsg, B1protocol)}, 253 {_CSTRUCT, offsetof(_cmsg, B2configuration)}, 255 {_CWORD, offsetof(_cmsg, B2protocol)}, 257 {_CSTRUCT, offsetof(_cmsg, B3configuration)}, 259 {_CWORD, offsetof(_cmsg, B3protocol)}, 261 {_CSTRUCT, offsetof(_cmsg, BC)}, 263 {_CSTRUCT, offsetof(_cmsg, BChannelinformation)}, [all …]
|
/linux-2.6.39/arch/x86/kernel/ |
D | kgdb.c | 56 { "ax", 4, offsetof(struct pt_regs, ax) }, 57 { "cx", 4, offsetof(struct pt_regs, cx) }, 58 { "dx", 4, offsetof(struct pt_regs, dx) }, 59 { "bx", 4, offsetof(struct pt_regs, bx) }, 60 { "sp", 4, offsetof(struct pt_regs, sp) }, 61 { "bp", 4, offsetof(struct pt_regs, bp) }, 62 { "si", 4, offsetof(struct pt_regs, si) }, 63 { "di", 4, offsetof(struct pt_regs, di) }, 64 { "ip", 4, offsetof(struct pt_regs, ip) }, 65 { "flags", 4, offsetof(struct pt_regs, flags) }, [all …]
|
/linux-2.6.39/arch/x86/math-emu/ |
D | get_address.c | 32 offsetof(struct pt_regs, ax), 33 offsetof(struct pt_regs, cx), 34 offsetof(struct pt_regs, dx), 35 offsetof(struct pt_regs, bx), 36 offsetof(struct pt_regs, sp), 37 offsetof(struct pt_regs, bp), 38 offsetof(struct pt_regs, si), 39 offsetof(struct pt_regs, di) 45 offsetof(struct pt_regs, cs), 46 offsetof(struct kernel_vm86_regs, ds), [all …]
|