Searched defs:user_regs_struct (Results 1 – 12 of 12) 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
197 pub fn getregs(pid: Pid) -> Result<user_regs_struct> { in getregs()
86 typedef user_regs user_regs_struct; typedef89 typedef gregset_t user_regs_struct; typedef
21971 struct user_regs_struct { struct21972 long unsigned int r15;21973 long unsigned int r14;21974 long unsigned int r13;21975 long unsigned int r12;21976 long unsigned int bp;21977 long unsigned int bx;21978 long unsigned int r11;22002 struct user_regs_struct regs; argument