Home
last modified time | relevance | path

Searched refs:ioport (Results 1 – 14 of 14) sorted by relevance

/external/llvm/test/CodeGen/X86/
D2008-06-13-VolatileLoadStore.ll7 @ioport = global i32 0 ; <i32*> [#uses=2]
15 %l = load volatile i32* @ioport ; must not narrow
17 %l2 = load volatile i32* @ioport ; must not narrow
D2008-06-13-NotVolatileLoadStore.ll9 @ioport = global i32 0 ; <i32*> [#uses=1]
16 %l = load i32* @ioport ; <i32> [#uses=1]
/external/kernel-headers/original/linux/
Dwanrouter.h203 unsigned ioport; /* adapter I/O port base */ member
469 unsigned ioport; /* adapter I/O port base #1 */ member
/external/libsepol/include/sepol/policydb/
Dpolicydb.h328 } ioport; member
/external/quake/quake/src/WinQuake/
Dnet_bw.cpp200 short ioport; member
/external/qemu-pc-bios/vgabios/
Dvbe_display_api.txt127 data (VBE_DISPI_IOPORT_DATA) ioport. One writes the index of the parameter to the index port.
DREADME213 by the unknown-ioport driver of plex/bochs (port 0xfff0 is used)
DChangeLog415 - VBE init code and some dispi ioport functions rewritten in assembler
438 - VBE functions 0x05, 0x06, 0x07 and some dispi ioport functions rewritten in
Dvbe.c219 ; DISPI ioport functions
/external/libsepol/src/
Dexpand.c2059 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()
Dwrite.c1231 buf[0] = c->u.ioport.low_ioport; in ocontext_write_xen()
1232 buf[1] = c->u.ioport.high_ioport; in ocontext_write_xen()
Dpolicydb.c2452 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()
/external/qemu/
DMakefile.common429 ioport.c \
/external/checkpolicy/
Dpolicy_define.c3976 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()