Lines Matching refs:pInt

67 extern _X_EXPORT void xf86FreeInt10(xf86Int10InfoPtr pInt);
68 extern _X_EXPORT void *xf86Int10AllocPages(xf86Int10InfoPtr pInt, int num,
70 extern _X_EXPORT void xf86Int10FreePages(xf86Int10InfoPtr pInt, void *pbase,
72 extern _X_EXPORT pointer xf86int10Addr(xf86Int10InfoPtr pInt, CARD32 addr);
75 extern _X_EXPORT void xf86ExecX86int10(xf86Int10InfoPtr pInt);
118 extern _X_EXPORT Bool MapCurrentInt10(xf86Int10InfoPtr pInt);
120 extern _X_EXPORT Bool xf86Int10ExecSetup(xf86Int10InfoPtr pInt);
124 int int_handler(xf86Int10InfoPtr pInt);
127 int setup_int(xf86Int10InfoPtr pInt);
129 CARD32 getIntVect(xf86Int10InfoPtr pInt, int num);
130 void pushw(xf86Int10InfoPtr pInt, CARD16 val);
131 int run_bios_int(int num, xf86Int10InfoPtr pInt);
132 void dump_code(xf86Int10InfoPtr pInt);
133 void dump_registers(xf86Int10InfoPtr pInt);
134 void stack_trace(xf86Int10InfoPtr pInt);
136 void LockLegacyVGA(xf86Int10InfoPtr pInt, legacyVGAPtr vga);
137 void UnlockLegacyVGA(xf86Int10InfoPtr pInt, legacyVGAPtr vga);
139 extern _X_EXPORT void xf86Int10SaveRestoreBIOSVars(xf86Int10InfoPtr pInt, Bool save);
141 int port_rep_inb(xf86Int10InfoPtr pInt,
143 int port_rep_inw(xf86Int10InfoPtr pInt,
145 int port_rep_inl(xf86Int10InfoPtr pInt,
147 int port_rep_outb(xf86Int10InfoPtr pInt,
149 int port_rep_outw(xf86Int10InfoPtr pInt,
151 int port_rep_outl(xf86Int10InfoPtr pInt,
169 void setup_int_vect(xf86Int10InfoPtr pInt);
171 void reset_int_vect(xf86Int10InfoPtr pInt);
172 void set_return_trap(xf86Int10InfoPtr pInt);
178 extern _X_EXPORT BusType xf86int10GetBiosLocationType(const xf86Int10InfoPtr pInt);
179 extern _X_EXPORT Bool xf86int10GetBiosSegment(xf86Int10InfoPtr pInt, void *base);