Lines Matching refs:pInt

66 void xf86FreeInt10(xf86Int10InfoPtr pInt);
67 void *xf86Int10AllocPages(xf86Int10InfoPtr pInt, int num, int *off);
68 void xf86Int10FreePages(xf86Int10InfoPtr pInt, void *pbase, int num);
69 pointer xf86int10Addr(xf86Int10InfoPtr pInt, CARD32 addr);
72 void xf86ExecX86int10(xf86Int10InfoPtr pInt);
115 Bool MapCurrentInt10(xf86Int10InfoPtr pInt);
117 Bool xf86Int10ExecSetup(xf86Int10InfoPtr pInt);
121 int int_handler(xf86Int10InfoPtr pInt);
124 int setup_int(xf86Int10InfoPtr pInt);
126 CARD32 getIntVect(xf86Int10InfoPtr pInt, int num);
127 void pushw(xf86Int10InfoPtr pInt, CARD16 val);
128 int run_bios_int(int num, xf86Int10InfoPtr pInt);
129 void dump_code(xf86Int10InfoPtr pInt);
130 void dump_registers(xf86Int10InfoPtr pInt);
131 void stack_trace(xf86Int10InfoPtr pInt);
134 void LockLegacyVGA(xf86Int10InfoPtr pInt, legacyVGAPtr vga);
135 void UnlockLegacyVGA(xf86Int10InfoPtr pInt, legacyVGAPtr vga);
137 void xf86Int10SaveRestoreBIOSVars(xf86Int10InfoPtr pInt, Bool save);
139 int port_rep_inb(xf86Int10InfoPtr pInt,
141 int port_rep_inw(xf86Int10InfoPtr pInt,
143 int port_rep_inl(xf86Int10InfoPtr pInt,
145 int port_rep_outb(xf86Int10InfoPtr pInt,
147 int port_rep_outw(xf86Int10InfoPtr pInt,
149 int port_rep_outl(xf86Int10InfoPtr pInt,
167 void setup_int_vect(xf86Int10InfoPtr pInt);
169 void reset_int_vect(xf86Int10InfoPtr pInt);
170 void set_return_trap(xf86Int10InfoPtr pInt);
176 BusType xf86int10GetBiosLocationType(const xf86Int10InfoPtr pInt);
177 Bool xf86int10GetBiosSegment(xf86Int10InfoPtr pInt, void *base);