Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/xsm/flask/ss/
A Dservices.c1616 if ( c->u.ioport.low_ioport <= ioport && in security_ioport_sid()
1617 c->u.ioport.high_ioport >= ioport ) in security_ioport_sid()
1651 while (c && c->u.ioport.high_ioport < start) in security_iterate_ioport_sids()
1654 while (c && c->u.ioport.low_ioport <= end) { in security_iterate_ioport_sids()
1661 if (start < c->u.ioport.low_ioport) { in security_iterate_ioport_sids()
1666 start = c->u.ioport.low_ioport; in security_iterate_ioport_sids()
1668 if (end <= c->u.ioport.high_ioport) { in security_iterate_ioport_sids()
1677 start = c->u.ioport.high_ioport + 1; in security_iterate_ioport_sids()
2013 add->u.ioport.low_ioport = low; in security_ocontext_add()
2014 add->u.ioport.high_ioport = high; in security_ocontext_add()
[all …]
A Dpolicydb.h155 } ioport; member
A Dpolicydb.c2048 c->u.ioport.low_ioport = le32_to_cpu(buf[0]); in policydb_read()
2049 c->u.ioport.high_ioport = le32_to_cpu(buf[1]); in policydb_read()
/xen-4.10.0-shim-comet/xen/xsm/flask/policy/
A Dinitial_sids12 sid ioport
A Daccess_vectors414 # The {add,remove}_{irq,ioport,iomem,device} permissions use:
/xen-4.10.0-shim-comet/tools/flask/policy/policy/
A Dinitial_sids13 sid ioport gen_context(system_u:object_r:ioport_t,s0)
/xen-4.10.0-shim-comet/xen/xsm/flask/include/
A Dsecurity.h87 int security_ioport_sid(u32 ioport, u32 *out_sid);
/xen-4.10.0-shim-comet/tools/firmware/vgabios/
A DREADME206 by the unknown-ioport driver of plex/bochs (port 0xfff0 is used)
A Dvbe_display_api.txt127 data (VBE_DISPI_IOPORT_DATA) ioport. One writes the index of the parameter to the index port.
A DChangeLog368 - VBE init code and some dispi ioport functions rewritten in assembler
391 - VBE functions 0x05, 0x06, 0x07 and some dispi ioport functions rewritten in
A Dvbe.c218 ; DISPI ioport functions
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dhvm.c701 struct g2m_ioport *ioport; in hvm_domain_destroy() local
725 ioport = list_entry(ioport_list, struct g2m_ioport, list); in hvm_domain_destroy()
726 list_del(&ioport->list); in hvm_domain_destroy()
727 xfree(ioport); in hvm_domain_destroy()
/xen-4.10.0-shim-comet/
A D.rootkeys228 40faa751_zbZlAmLyQgCXdYekVFdWA linux-2.6.11-xen-sparse/arch/xen/i386/kernel/ioport.c
281 424efaa6wHXXaloZygAv6ywDb7u7nQ linux-2.6.11-xen-sparse/arch/xen/x86_64/kernel/ioport.c

Completed in 27 milliseconds