Lines Matching defs:xf86Int10InfoPtr

45 } xf86Int10InfoRec, *xf86Int10InfoPtr;
48 uint8_t (*rb) (xf86Int10InfoPtr, int);
49 uint16_t (*rw) (xf86Int10InfoPtr, int);
50 uint32_t (*rl) (xf86Int10InfoPtr, int);
51 void (*wb) (xf86Int10InfoPtr, int, uint8_t);
52 void (*ww) (xf86Int10InfoPtr, int, uint16_t);
53 void (*wl) (xf86Int10InfoPtr, int, uint32_t);
64 extern _X_EXPORT xf86Int10InfoPtr xf86InitInt10(int entityIndex);
65 extern _X_EXPORT xf86Int10InfoPtr xf86ExtendedInitInt10(int entityIndex,
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 void *xf86int10Addr(xf86Int10InfoPtr pInt, uint32_t addr);
75 extern _X_EXPORT void xf86ExecX86int10(xf86Int10InfoPtr pInt);
118 extern _X_EXPORT Bool MapCurrentInt10(xf86Int10InfoPtr pInt);
121 extern _X_EXPORT Bool xf86Int10ExecSetup(xf86Int10InfoPtr pInt);
124 extern _X_EXPORT xf86Int10InfoPtr Int10Current;
125 int int_handler(xf86Int10InfoPtr pInt);
128 int setup_int(xf86Int10InfoPtr pInt);
129 void finish_int(xf86Int10InfoPtr, int sig);
130 uint32_t getIntVect(xf86Int10InfoPtr pInt, int num);
131 void pushw(xf86Int10InfoPtr pInt, uint16_t val);
132 int run_bios_int(int num, xf86Int10InfoPtr pInt);
133 void dump_code(xf86Int10InfoPtr pInt);
134 void dump_registers(xf86Int10InfoPtr pInt);
135 void stack_trace(xf86Int10InfoPtr pInt);
137 void LockLegacyVGA(xf86Int10InfoPtr pInt, legacyVGAPtr vga);
138 void UnlockLegacyVGA(xf86Int10InfoPtr pInt, legacyVGAPtr vga);
141 extern _X_EXPORT void xf86Int10SaveRestoreBIOSVars(xf86Int10InfoPtr pInt,
144 int port_rep_inb(xf86Int10InfoPtr pInt,
146 int port_rep_inw(xf86Int10InfoPtr pInt,
148 int port_rep_inl(xf86Int10InfoPtr pInt,
150 int port_rep_outb(xf86Int10InfoPtr pInt,
152 int port_rep_outw(xf86Int10InfoPtr pInt,
154 int port_rep_outl(xf86Int10InfoPtr pInt,
172 void setup_int_vect(xf86Int10InfoPtr pInt);
174 void reset_int_vect(xf86Int10InfoPtr pInt);
175 void set_return_trap(xf86Int10InfoPtr pInt);
182 extern _X_EXPORT BusType xf86int10GetBiosLocationType(const xf86Int10InfoPtr
184 extern _X_EXPORT Bool xf86int10GetBiosSegment(xf86Int10InfoPtr pInt,