Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2008-06-13-VolatileLoadStore.ll7 @ioport = global i32 0 ; <i32*> [#uses=2]
15 %l = volatile load i32* @ioport ; must not narrow
17 %l2 = volatile load 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/llvm/test/CodeGen/X86/
D2008-06-13-VolatileLoadStore.ll7 @ioport = global i32 0 ; <i32*> [#uses=2]
15 %l = load volatile i32, i32* @ioport ; must not narrow
17 %l2 = load volatile i32, i32* @ioport ; must not narrow
D2008-06-13-NotVolatileLoadStore.ll13 @ioport = global i32 0 ; <i32*> [#uses=1]
20 %l = load i32, i32* @ioport ; <i32> [#uses=1]
/external/selinux/libsepol/src/
Dmodule_to_cil.c2810 struct ocontext *ioport; in ocontext_xen_ioport_to_cil() local
2814 for (ioport = ioports; ioport != NULL; ioport = ioport->next) { in ocontext_xen_ioport_to_cil()
2815 low = ioport->u.ioport.low_ioport; in ocontext_xen_ioport_to_cil()
2816 high = ioport->u.ioport.high_ioport; in ocontext_xen_ioport_to_cil()
2824 context_to_cil(pdb, &ioport->context[0]); in ocontext_xen_ioport_to_cil()
Dexpand.c2145 n->u.ioport.low_ioport = c->u.ioport.low_ioport; in ocontext_copy_xen()
2146 n->u.ioport.high_ioport = in ocontext_copy_xen()
2147 c->u.ioport.high_ioport; in ocontext_copy_xen()
Dwrite.c1308 buf[0] = c->u.ioport.low_ioport; in ocontext_write_xen()
1309 buf[1] = c->u.ioport.high_ioport; in ocontext_write_xen()
Dpolicydb.c2665 c->u.ioport.low_ioport = le32_to_cpu(buf[0]); in ocontext_read_xen()
2666 c->u.ioport.high_ioport = le32_to_cpu(buf[1]); in ocontext_read_xen()
/external/selinux/python/sepolgen/src/sepolgen/
Drefparser.py696 c.ioport = p[2]
699 c.ioport = p[2] + "-" + p[3]
Drefpolicy.py690 self.ioport = ""
694 return "ioportcon %s %s" % (self.ioport, str(self.context))
/external/libpcap/msdos/
Dmakefile.dj133 msdos/pm_drvr/lock.h msdos/pm_drvr/ioport.h pcap-dos.h pcap-int.h \
/external/selinux/libsepol/include/sepol/policydb/
Dpolicydb.h356 } ioport; member
/external/selinux/libsepol/cil/src/
Dcil_verify.c1149 struct cil_ioportcon *ioport = node->data; in __cil_verify_ioportcon() local
1150 struct cil_context *ctx = ioport->context; in __cil_verify_ioportcon()
Dcil_binary.c3439 new_ocon->u.ioport.low_ioport = cil_ioportcon->ioport_low; in cil_ioportcon_to_policydb()
3440 new_ocon->u.ioport.high_ioport = cil_ioportcon->ioport_high; in cil_ioportcon_to_policydb()
/external/selinux/checkpolicy/
Dpolicy_define.c4738 newc->u.ioport.low_ioport = low; in define_ioport_context()
4739 newc->u.ioport.high_ioport = high; in define_ioport_context()
4756 low2 = c->u.ioport.low_ioport; in define_ioport_context()
4757 high2 = c->u.ioport.high_ioport; in define_ioport_context()
/external/syslinux/gnu-efi/gnu-efi-3.0/
DChangeLog294 for PciIo. It routes ioport 80h on ICH10 to PCI. This is also