Searched defs:fetch_context (Results 1 – 9 of 9) sorted by relevance
47 struct fetch_context { struct48 struct pt_regs regs;50 struct {77 fetch_register_banks(struct process *proc, struct fetch_context *context) in fetch_register_banks() argument
35 struct fetch_context struct46 fetch_register_banks(struct process *proc, struct fetch_context *context, in fetch_register_banks() argument
54 struct fetch_context { struct69 fetch_context_init(struct process *proc, struct fetch_context *context) in fetch_context_init() argument
36 struct fetch_context struct47 context_init(struct fetch_context *context, struct process *proc) in context_init() argument
37 struct fetch_context { struct45 s390x(struct fetch_context *ctx) in s390x() argument
37 struct fetch_context { struct38 arch_addr_t stack_pointer;39 struct pt_all_user_regs regs;40 enum param_pack_flavor ppflavor;66 fetch_context_init(struct process *proc, struct fetch_context *context) in fetch_context_init() argument
56 struct fetch_context struct58 struct user_regs_struct iregs;59 struct user_fpregs_struct fpregs;61 arch_addr_t stack_pointer;62 size_t ireg; /* Used-up integer registers. */63 size_t freg; /* Used-up floating registers. */64 int machine;66 union {77 } u;
59 struct fetch_context { struct63 struct fetch_context * argument
75 struct fetch_context *fetch_context; member