Searched defs:user_regs_struct (Results 1 – 9 of 9) sorted by relevance
11 struct user_regs_struct { struct20 struct user_regs_struct regs; argument
8 struct user_regs_struct { struct18 struct user_regs_struct regs; argument
14 struct user_regs_struct { struct23 struct user_regs_struct regs; argument
1 struct user_regs_struct { struct2 unsigned long long regs[31];3 unsigned long long sp;4 unsigned long long pc;5 unsigned long long pstate;
5 struct user_regs_struct { struct10 struct user_regs_struct regs; argument
46 # define user_regs_struct user_pt_regs macro
41 # define user_regs_struct user_pt_regs macro
218 pub fn getregs(pid: Pid) -> Result<user_regs_struct> { in getregs()