Searched refs:ioport (Results 1 – 14 of 14) sorted by relevance
/external/llvm/test/CodeGen/X86/ |
D | 2008-06-13-VolatileLoadStore.ll | 7 @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
|
D | 2008-06-13-NotVolatileLoadStore.ll | 9 @ioport = global i32 0 ; <i32*> [#uses=1] 16 %l = load i32, i32* @ioport ; <i32> [#uses=1]
|
/external/linux-tools-perf/src/tools/perf/Documentation/ |
D | perf-kvm.txt | 45 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/ |
D | module_to_cil.c | 2713 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()
|
D | expand.c | 2131 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()
|
D | write.c | 1273 buf[0] = c->u.ioport.low_ioport; in ocontext_write_xen() 1274 buf[1] = c->u.ioport.high_ioport; in ocontext_write_xen()
|
D | policydb.c | 2524 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/ |
D | refparser.py | 693 c.ioport = p[2] 696 c.ioport = p[2] + "-" + p[3]
|
D | refpolicy.py | 675 self.ioport = "" 679 return "ioportcon %s %s" % (self.ioport, str(self.context))
|
/external/libpcap/msdos/ |
D | makefile.dj | 134 msdos/pm_drvr/lock.h msdos/pm_drvr/ioport.h pcap-dos.h pcap-int.h \
|
/external/selinux/libsepol/include/sepol/policydb/ |
D | policydb.h | 352 } ioport; member
|
/external/selinux/libsepol/cil/src/ |
D | cil_verify.c | 1145 struct cil_ioportcon *ioport = node->data; in __cil_verify_ioportcon() local 1146 struct cil_context *ctx = ioport->context; in __cil_verify_ioportcon()
|
D | cil_binary.c | 2957 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/ |
D | policy_define.c | 4639 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()
|