Lines Matching refs:pt_regs
32 OFFSET(_PT_SYSCALL_NR, pt_regs, syscall_nr); in main()
33 OFFSET(_PT_GPUGP, pt_regs, gpugp); in main()
34 OFFSET(_PT_CS1CS0, pt_regs, cs1cs0); in main()
35 OFFSET(_PT_R3130, pt_regs, r3130); in main()
36 OFFSET(_PT_R2928, pt_regs, r2928); in main()
37 OFFSET(_PT_R2726, pt_regs, r2726); in main()
38 OFFSET(_PT_R2524, pt_regs, r2524); in main()
39 OFFSET(_PT_R2322, pt_regs, r2322); in main()
40 OFFSET(_PT_R2120, pt_regs, r2120); in main()
41 OFFSET(_PT_R1918, pt_regs, r1918); in main()
42 OFFSET(_PT_R1716, pt_regs, r1716); in main()
43 OFFSET(_PT_R1514, pt_regs, r1514); in main()
44 OFFSET(_PT_R1312, pt_regs, r1312); in main()
45 OFFSET(_PT_R1110, pt_regs, r1110); in main()
46 OFFSET(_PT_R0908, pt_regs, r0908); in main()
47 OFFSET(_PT_R0706, pt_regs, r0706); in main()
48 OFFSET(_PT_R0504, pt_regs, r0504); in main()
49 OFFSET(_PT_R0302, pt_regs, r0302); in main()
50 OFFSET(_PT_R0100, pt_regs, r0100); in main()
51 OFFSET(_PT_LC0SA0, pt_regs, lc0sa0); in main()
52 OFFSET(_PT_LC1SA1, pt_regs, lc1sa1); in main()
53 OFFSET(_PT_M1M0, pt_regs, m1m0); in main()
54 OFFSET(_PT_PREDSUSR, pt_regs, predsusr); in main()
55 OFFSET(_PT_EVREC, pt_regs, hvmer); in main()
56 OFFSET(_PT_ER_VMEL, pt_regs, hvmer.vmel); in main()
57 OFFSET(_PT_ER_VMEST, pt_regs, hvmer.vmest); in main()
58 OFFSET(_PT_ER_VMPSP, pt_regs, hvmer.vmpsp); in main()
59 OFFSET(_PT_ER_VMBADVA, pt_regs, hvmer.vmbadva); in main()
60 DEFINE(_PT_REGS_SIZE, sizeof(struct pt_regs)); in main()