Searched refs:high2 (Results 1 – 3 of 3) sorted by relevance
135 uint16_t high2 = c->u.ibpkey.high_pkey; in sepol_ibpkey_exists() local138 high2 == high && in sepol_ibpkey_exists()165 int high2 = c->u.ibpkey.high_pkey; in sepol_ibpkey_query() local168 high2 == high && in sepol_ibpkey_query()
195 int high2 = c->u.port.high_port; in sepol_port_exists() local197 if (proto == proto2 && low2 == low && high2 == high) { in sepol_port_exists()233 int high2 = c->u.port.high_port; in sepol_port_query() local235 if (proto == proto2 && low2 == low && high2 == high) { in sepol_port_query()
4764 uint64_t low2, high2; in define_iomem_context() local4767 high2 = c->u.iomem.high_iomem; in define_iomem_context()4768 if (low <= high2 && low2 <= high) { in define_iomem_context()4771 low2, high2); in define_iomem_context()4828 uint32_t low2, high2; in define_ioport_context() local4831 high2 = c->u.ioport.high_ioport; in define_ioport_context()4832 if (low <= high2 && low2 <= high) { in define_ioport_context()4835 low2, high2); in define_ioport_context()5021 unsigned int prot2, low2, high2; in define_port_context() local5025 high2 = c->u.port.high_port; in define_port_context()[all …]