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, i32* @ioport ; must not narrow
17 %l2 = load volatile i32, i32* @ioport ; must not narrow
D2008-06-13-NotVolatileLoadStore.ll9 @ioport = global i32 0 ; <i32*> [#uses=1]
16 %l = load i32, i32* @ioport ; <i32> [#uses=1]
/external/linux-tools-perf/src/tools/perf/Documentation/
Dperf-kvm.txt45 of KVM events. Currently, vmexit, mmio and ioport events are supported.
94 event to be analyzed. Possible values: vmexit, mmio, ioport.
127 event to be analyzed. Possible values: vmexit, mmio, ioport.
/external/selinux/libsepol/src/
Dmodule_to_cil.c2713 struct ocontext *ioport; in ocontext_xen_ioport_to_cil() local
2717 for (ioport = ioports; ioport != NULL; ioport = ioport->next) { in ocontext_xen_ioport_to_cil()
2718 low = ioport->u.ioport.low_ioport; in ocontext_xen_ioport_to_cil()
2719 high = ioport->u.ioport.high_ioport; in ocontext_xen_ioport_to_cil()
2727 context_to_cil(pdb, &ioport->context[0]); in ocontext_xen_ioport_to_cil()
Dexpand.c2131 n->u.ioport.low_ioport = c->u.ioport.low_ioport; in ocontext_copy_xen()
2132 n->u.ioport.high_ioport = in ocontext_copy_xen()
2133 c->u.ioport.high_ioport; in ocontext_copy_xen()
Dwrite.c1273 buf[0] = c->u.ioport.low_ioport; in ocontext_write_xen()
1274 buf[1] = c->u.ioport.high_ioport; in ocontext_write_xen()
Dpolicydb.c2524 c->u.ioport.low_ioport = le32_to_cpu(buf[0]); in ocontext_read_xen()
2525 c->u.ioport.high_ioport = le32_to_cpu(buf[1]); in ocontext_read_xen()
/external/selinux/sepolgen/src/sepolgen/
Drefparser.py693 c.ioport = p[2]
696 c.ioport = p[2] + "-" + p[3]
Drefpolicy.py675 self.ioport = ""
679 return "ioportcon %s %s" % (self.ioport, str(self.context))
/external/libpcap/msdos/
Dmakefile.dj134 msdos/pm_drvr/lock.h msdos/pm_drvr/ioport.h pcap-dos.h pcap-int.h \
/external/selinux/libsepol/include/sepol/policydb/
Dpolicydb.h352 } ioport; member
/external/selinux/libsepol/cil/src/
Dcil_verify.c1145 struct cil_ioportcon *ioport = node->data; in __cil_verify_ioportcon() local
1146 struct cil_context *ctx = ioport->context; in __cil_verify_ioportcon()
Dcil_binary.c2957 new_ocon->u.ioport.low_ioport = cil_ioportcon->ioport_low; in cil_ioportcon_to_policydb()
2958 new_ocon->u.ioport.high_ioport = cil_ioportcon->ioport_high; in cil_ioportcon_to_policydb()
/external/selinux/checkpolicy/
Dpolicy_define.c4639 newc->u.ioport.low_ioport = low; in define_ioport_context()
4640 newc->u.ioport.high_ioport = high; in define_ioport_context()
4657 low2 = c->u.ioport.low_ioport; in define_ioport_context()
4658 high2 = c->u.ioport.high_ioport; in define_ioport_context()