Searched refs:regs_struct (Results 1 – 2 of 2) sorted by relevance
22 typedef user_regs_struct regs_struct; typedef34 typedef struct user_pt_regs regs_struct; typedef41 typedef struct pt_regs regs_struct; typedef48 typedef struct pt_regs regs_struct; typedef57 typedef struct pt_regs regs_struct; typedef64 typedef _user_regs_struct regs_struct; typedef80 regs_struct regs; in main()81 regs_struct* volatile pregs = ®s; in main()95 regset_io.iov_len = sizeof(regs_struct); in main()
453 typedef pt_regs regs_struct; typedef457 typedef user_regs regs_struct; typedef461 typedef user_regs_struct regs_struct; typedef469 typedef pt_regs regs_struct; typedef473 typedef struct user regs_struct; typedef481 typedef struct user_pt_regs regs_struct; typedef486 typedef _user_regs_struct regs_struct; typedef498 regs_struct regs; in GetRegistersAndSP()503 regset_io.iov_len = sizeof(regs_struct); in GetRegistersAndSP()523 return sizeof(regs_struct) / sizeof(uptr); in RegisterCount()