Searched defs:offsetof (Results 1 - 2 of 2) sorted by relevance

/arch/powerpc/platforms/cell/
H A Dbeat_wrapper.h206 u64 id, u64 offsetof, u64 *value)
212 offsetof);
230 u64 id, u64 offsetof, u64 value)
233 id, offsetof, value);
205 beat_get_spe_privileged_state_1_registers( u64 id, u64 offsetof, u64 *value) argument
229 beat_set_spe_privileged_state_1_registers( u64 id, u64 offsetof, u64 value) argument
/arch/x86/kernel/
H A Dptrace.c58 #define REG_OFFSET_NAME(r) {.name = #r, .offset = offsetof(struct pt_regs, r)}
128 [0] = offsetof(struct pt_regs, ax),
129 [1] = offsetof(struct pt_regs, dx),
130 [2] = offsetof(struct pt_regs, cx)
132 [0] = offsetof(struct pt_regs, di),
133 [1] = offsetof(struct pt_regs, si),
134 [2] = offsetof(struct pt_regs, dx),
135 [3] = offsetof(struct pt_regs, cx),
136 [4] = offsetof(struct pt_regs, r8),
137 [5] = offsetof(struc
247 case offsetof(struct user_regs_struct, fs): function
254 case offsetof(struct user_regs_struct, gs): function
260 case offsetof(struct user_regs_struct, ds): function
266 case offsetof(struct user_regs_struct, es): function
445 case offsetof(struct user_regs_struct, fs_base): { function
460 case offsetof(struct user_regs_struct, gs_base): { function
[all...]

Completed in 77 milliseconds