Searched refs:ioport (Results 1 – 16 of 16) sorted by relevance
7 @ioport = global i32 0 ; <i32*> [#uses=2]15 %l = volatile load i32* @ioport ; must not narrow17 %l2 = volatile load i32* @ioport ; must not narrow
9 @ioport = global i32 0 ; <i32*> [#uses=1]16 %l = load i32* @ioport ; <i32> [#uses=1]
7 @ioport = global i32 0 ; <i32*> [#uses=2]15 %l = load volatile i32, i32* @ioport ; must not narrow17 %l2 = load volatile i32, i32* @ioport ; must not narrow
13 @ioport = global i32 0 ; <i32*> [#uses=1]20 %l = load i32, i32* @ioport ; <i32> [#uses=1]
2810 struct ocontext *ioport; in ocontext_xen_ioport_to_cil() local2814 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()
2145 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()
1308 buf[0] = c->u.ioport.low_ioport; in ocontext_write_xen()1309 buf[1] = c->u.ioport.high_ioport; in ocontext_write_xen()
2665 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()
696 c.ioport = p[2]699 c.ioport = p[2] + "-" + p[3]
690 self.ioport = ""694 return "ioportcon %s %s" % (self.ioport, str(self.context))
133 msdos/pm_drvr/lock.h msdos/pm_drvr/ioport.h pcap-dos.h pcap-int.h \
356 } ioport; member
1149 struct cil_ioportcon *ioport = node->data; in __cil_verify_ioportcon() local1150 struct cil_context *ctx = ioport->context; in __cil_verify_ioportcon()
3439 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()
4738 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()
294 for PciIo. It routes ioport 80h on ICH10 to PCI. This is also