Lines Matching refs:pt_regs
46 OFFSET(_PT_SYSCALL_NR, pt_regs, syscall_nr); in main()
47 OFFSET(_PT_GPUGP, pt_regs, gpugp); in main()
48 OFFSET(_PT_CS1CS0, pt_regs, cs1cs0); in main()
49 OFFSET(_PT_R3130, pt_regs, r3130); in main()
50 OFFSET(_PT_R2928, pt_regs, r2928); in main()
51 OFFSET(_PT_R2726, pt_regs, r2726); in main()
52 OFFSET(_PT_R2524, pt_regs, r2524); in main()
53 OFFSET(_PT_R2322, pt_regs, r2322); in main()
54 OFFSET(_PT_R2120, pt_regs, r2120); in main()
55 OFFSET(_PT_R1918, pt_regs, r1918); in main()
56 OFFSET(_PT_R1716, pt_regs, r1716); in main()
57 OFFSET(_PT_R1514, pt_regs, r1514); in main()
58 OFFSET(_PT_R1312, pt_regs, r1312); in main()
59 OFFSET(_PT_R1110, pt_regs, r1110); in main()
60 OFFSET(_PT_R0908, pt_regs, r0908); in main()
61 OFFSET(_PT_R0706, pt_regs, r0706); in main()
62 OFFSET(_PT_R0504, pt_regs, r0504); in main()
63 OFFSET(_PT_R0302, pt_regs, r0302); in main()
64 OFFSET(_PT_R0100, pt_regs, r0100); in main()
65 OFFSET(_PT_LC0SA0, pt_regs, lc0sa0); in main()
66 OFFSET(_PT_LC1SA1, pt_regs, lc1sa1); in main()
67 OFFSET(_PT_M1M0, pt_regs, m1m0); in main()
68 OFFSET(_PT_PREDSUSR, pt_regs, predsusr); in main()
69 OFFSET(_PT_EVREC, pt_regs, hvmer); in main()
70 OFFSET(_PT_ER_VMEL, pt_regs, hvmer.vmel); in main()
71 OFFSET(_PT_ER_VMEST, pt_regs, hvmer.vmest); in main()
72 OFFSET(_PT_ER_VMPSP, pt_regs, hvmer.vmpsp); in main()
73 OFFSET(_PT_ER_VMBADVA, pt_regs, hvmer.vmbadva); in main()
74 DEFINE(_PT_REGS_SIZE, sizeof(struct pt_regs)); in main()