Searched refs:dom (Results 51 - 61 of 61) sorted by relevance

123

/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp8969 uint16_t dom = (MI.getDesc().TSFlags >> X86II::SSEDomainShift) & 3;
8970 assert(dom && "Not an SSE instruction");
8981 const uint16_t *table = lookup(Opcode, dom, ReplaceableBlendInstrs);
8983 table = lookup(Opcode, dom, ReplaceableBlendAVX2Instrs);
8993 table = lookup(Opcode, dom, ReplaceableBlendAVX2Instrs);
9075 lookupAVX512(MI.getOpcode(), dom, ReplaceableCustomAVX512LogicInstrs);
9079 if (Domain == 3 && (dom == 1 || table[3] == MI.getOpcode()))
9087 if (Domain != dom && Domain != 3 &&
9159 uint16_t dom = (MI.getDesc().TSFlags >> X86II::SSEDomainShift) & 3;
9160 assert(dom
[all...]
/freebsd-current/contrib/wpa/src/ap/
H A Dwpa_auth.h98 le32 dom; member in struct:ft_rrb_seq
/freebsd-current/sys/sys/
H A Dsocketvar.h469 int socreate(int dom, struct socket **aso, int type, int proto,
/freebsd-current/sys/kern/
H A Duipc_socket.c503 socreate(int dom, struct socket **aso, int type, int proto, argument
514 if (__predict_false(dom == PF_INET && type == SOCK_RAW &&
516 dom = PF_DIVERT;
521 prp = pffindproto(dom, type, proto);
524 if (pffinddomain(dom) == NULL)
/freebsd-current/sys/dev/xen/blkback/
H A Dblkback.c1611 map->dom = xbb->otherend_id;
1650 "0x%x ref 0x%x, dom %d\n", seg_idx,
1652 map->dom);
2717 gnt->dom = xbb->otherend_id;
/freebsd-current/sys/dev/xen/xenstore/
H A Dxenstore.c1110 alloc_unbound.dom = DOMID_SELF;
/freebsd-current/sys/dev/xen/bus/
H A Dxen_intr.c793 alloc_unbound.dom = DOMID_SELF;
/freebsd-current/sys/dev/oce/
H A Doce_mbox.c225 * @param dom domain
234 uint8_t dom, uint8_t port,
242 hdr->u0.req.domain = dom;
233 mbx_common_req_hdr_init(struct mbx_hdr *hdr, uint8_t dom, uint8_t port, uint8_t subsys, uint8_t opcode, uint32_t timeout, uint32_t pyld_len, uint8_t version) argument
H A Doce_if.h1069 uint8_t dom,
/freebsd-current/sys/dev/xen/gntdev/
H A Dgntdev.c664 gmap->grant_map_ops[i].dom = ref.domid;
/freebsd-current/sys/dev/xen/netback/
H A Dnetback.c712 gnt.dom = xnb->otherend_id;

Completed in 235 milliseconds

123