Searched refs:ioport (Results 1 – 14 of 14) sorted by relevance
7 @ioport = global i32 0 ; <i32*> [#uses=2]15 %l = load volatile i32* @ioport ; must not narrow17 %l2 = load volatile i32* @ioport ; must not narrow
9 @ioport = global i32 0 ; <i32*> [#uses=1]16 %l = load i32* @ioport ; <i32> [#uses=1]
203 unsigned ioport; /* adapter I/O port base */ member469 unsigned ioport; /* adapter I/O port base #1 */ member
328 } ioport; member
200 short ioport; member
127 data (VBE_DISPI_IOPORT_DATA) ioport. One writes the index of the parameter to the index port.
213 by the unknown-ioport driver of plex/bochs (port 0xfff0 is used)
415 - VBE init code and some dispi ioport functions rewritten in assembler438 - VBE functions 0x05, 0x06, 0x07 and some dispi ioport functions rewritten in
219 ; DISPI ioport functions
2059 n->u.ioport.low_ioport = c->u.ioport.low_ioport; in ocontext_copy_xen()2060 n->u.ioport.high_ioport = in ocontext_copy_xen()2061 c->u.ioport.high_ioport; in ocontext_copy_xen()
1231 buf[0] = c->u.ioport.low_ioport; in ocontext_write_xen()1232 buf[1] = c->u.ioport.high_ioport; in ocontext_write_xen()
2452 c->u.ioport.low_ioport = le32_to_cpu(buf[0]); in ocontext_read_xen()2453 c->u.ioport.high_ioport = le32_to_cpu(buf[1]); in ocontext_read_xen()
429 ioport.c \
3976 newc->u.ioport.low_ioport = low; in define_ioport_context()3977 newc->u.ioport.high_ioport = high; in define_ioport_context()3994 low2 = c->u.ioport.low_ioport; in define_ioport_context()3995 high2 = c->u.ioport.high_ioport; in define_ioport_context()