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.c61 #define REG_OFFSET_NAME(r) {.name = #r, .offset = offsetof(struct pt_regs, r)}
131 [0] = offsetof(struct pt_regs, ax),
132 [1] = offsetof(struct pt_regs, dx),
133 [2] = offsetof(struct pt_regs, cx)
135 [0] = offsetof(struct pt_regs, di),
136 [1] = offsetof(struct pt_regs, si),
137 [2] = offsetof(struct pt_regs, dx),
138 [3] = offsetof(struct pt_regs, cx),
139 [4] = offsetof(struct pt_regs, r8),
140 [5] = offsetof(struc
279 case offsetof(struct user_regs_struct, fs): function
286 case offsetof(struct user_regs_struct, gs): function
292 case offsetof(struct user_regs_struct, ds): function
298 case offsetof(struct user_regs_struct, es): function
477 case offsetof(struct user_regs_struct, fs_base): { function
492 case offsetof(struct user_regs_struct, gs_base): { function
[all...]

Completed in 153 milliseconds