Lines Matching refs:gsepl
72 struct gs_epl *gsepl = (struct gs_epl *) (uintptr_t) addr; in gs_print_epl() local
77 if (gsepl->pad1) in gs_print_epl()
78 printf("pad1=%#02x, ", gsepl->pad1); in gs_print_epl()
86 gsepl->gs_eam, gsepl->e, gsepl->b, in gs_print_epl()
87 gsepl->gs_eci, gsepl->tx, gsepl->cx, in gs_print_epl()
88 gsepl->in ? "LLGFGS": "LGG", in gs_print_epl()
89 gsepl->gs_eai, gsepl->t, gsepl->as, gsepl->ar); in gs_print_epl()
91 if (gsepl->pad2) in gs_print_epl()
92 printf("pad2=%#08x, ", gsepl->pad2); in gs_print_epl()
95 printf("gs_eha=%#llx, ", (unsigned long long) gsepl->gs_eha); in gs_print_epl()
99 (unsigned long long) gsepl->gs_eia, in gs_print_epl()
100 (unsigned long long) gsepl->gs_eoa, in gs_print_epl()
101 (unsigned long long) gsepl->gs_eir, in gs_print_epl()
102 (unsigned long long) gsepl->gs_era); in gs_print_epl()
179 TAIL_ALLOC_OBJECT_CONST_PTR(struct gs_epl, gsepl); in main()
197 fill_memory_ex(gsepl, sizeof(*gsepl), 0xA5, 0x5A); in main()
206 gscb->gs_epl_a = (uintptr_t) (gsepl + 1) | in main()
212 gscb->gs_epl_a = (uintptr_t) gsepl; in main()
216 fill_memory_ex(gsepl, sizeof(*gsepl), 0x5A, 0xA5); in main()
217 gscb->gs_epl_a = (uintptr_t) gsepl; in main()