Symbol: dest_id
arch/mips/include/asm/octeon/cvmx-sriox-defs.h
1313
uint64_t dest_id:1;
arch/mips/include/asm/octeon/cvmx-sriox-defs.h
1321
uint64_t dest_id:1;
arch/mips/include/asm/octeon/cvmx-sriox-defs.h
1480
uint64_t dest_id:16;
arch/mips/include/asm/octeon/cvmx-sriox-defs.h
1496
uint64_t dest_id:16;
arch/mips/include/asm/octeon/cvmx-sriox-defs.h
1509
uint64_t dest_id:16;
arch/mips/include/asm/octeon/cvmx-sriox-defs.h
1527
uint64_t dest_id:16;
arch/x86/include/asm/kvm_host.h
1716
u32 dest_id;
arch/x86/include/uapi/asm/kvm.h
102
__u8 dest_id;
arch/x86/kvm/ioapic.c
100
e->fields.dest_id,
arch/x86/kvm/ioapic.c
173
entry->fields.dest_id,
arch/x86/kvm/ioapic.c
280
kvm_scan_ioapic_irq(vcpu, e->fields.dest_id, dm,
arch/x86/kvm/ioapic.c
362
old_dest_id = e->fields.dest_id;
arch/x86/kvm/ioapic.c
429
irq.dest_id = e->fields.dest_id;
arch/x86/kvm/ioapic.c
435
old_dest_id != e->fields.dest_id) {
arch/x86/kvm/ioapic.c
441
irq.dest_id = old_dest_id;
arch/x86/kvm/ioapic.c
468
irqe.dest_id = entry->fields.dest_id;
arch/x86/kvm/ioapic.h
125
void kvm_scan_ioapic_irq(struct kvm_vcpu *vcpu, u32 dest_id, u16 dest_mode,
arch/x86/kvm/ioapic.h
67
u8 dest_id;
arch/x86/kvm/irq.c
209
irq->dest_id = x86_msi_msg_get_destid(&msg, kvm->arch.x2apic_format);
arch/x86/kvm/irq.c
357
void kvm_scan_ioapic_irq(struct kvm_vcpu *vcpu, u32 dest_id, u16 dest_mode,
arch/x86/kvm/irq.c
367
if (kvm_apic_match_dest(vcpu, NULL, APIC_DEST_NOSHORT, dest_id, dest_mode)) {
arch/x86/kvm/irq.c
409
kvm_scan_ioapic_irq(vcpu, irq.dest_id, irq.dest_mode,
arch/x86/kvm/lapic.c
1063
static u32 kvm_apic_mda(struct kvm_vcpu *vcpu, unsigned int dest_id,
arch/x86/kvm/lapic.c
1069
!ipi && dest_id == APIC_BROADCAST && apic_x2apic_mode(target))
arch/x86/kvm/lapic.c
1072
return dest_id;
arch/x86/kvm/lapic.c
1120
if ((irq->dest_id == APIC_BROADCAST &&
arch/x86/kvm/lapic.c
1123
if (irq->dest_id == X2APIC_BROADCAST)
arch/x86/kvm/lapic.c
1127
if (irq->dest_id == (x2apic_ipi ?
arch/x86/kvm/lapic.c
1170
if (irq->dest_id > map->max_apic_id) {
arch/x86/kvm/lapic.c
1173
u32 dest_id = array_index_nospec(irq->dest_id, map->max_apic_id + 1);
arch/x86/kvm/lapic.c
1174
*dst = &map->phys_map[dest_id];
arch/x86/kvm/lapic.c
1181
if (!kvm_apic_map_get_logical_dest(map, irq->dest_id, dst,
arch/x86/kvm/lapic.c
1321
irq->dest_id, irq->dest_mode))
arch/x86/kvm/lapic.c
1347
irq->dest_id == 0xff && kvm_lowest_prio_delivery(irq)) {
arch/x86/kvm/lapic.c
1359
irq->dest_id, irq->dest_mode))
arch/x86/kvm/lapic.c
1528
irq->dest_id,
arch/x86/kvm/lapic.c
1637
irq->dest_id = icr_high;
arch/x86/kvm/lapic.c
1639
irq->dest_id = GET_XAPIC_DEST_FIELD(icr_high);
arch/x86/kvm/lapic.c
1648
trace_kvm_apic_ipi(icr_low, irq.dest_id);
arch/x86/kvm/lapic.c
212
u32 dest_id, struct kvm_lapic ***cluster, u16 *mask) {
arch/x86/kvm/lapic.c
220
u32 offset = (dest_id >> 16) * 16;
arch/x86/kvm/lapic.c
228
*mask = dest_id & (0xffff >> (16 - cluster_size));
arch/x86/kvm/lapic.c
237
*mask = dest_id & 0xff;
arch/x86/kvm/lapic.c
240
*cluster = map->xapic_cluster_map[(dest_id >> 4) & 0xf];
arch/x86/kvm/lapic.c
241
*mask = dest_id & 0xf;
arch/x86/kvm/lapic.c
2622
trace_kvm_apic_ipi((u32)data, irq.dest_id);
arch/x86/kvm/trace.h
617
TP_PROTO(__u32 icr_low, __u32 dest_id),
arch/x86/kvm/trace.h
618
TP_ARGS(icr_low, dest_id),
arch/x86/kvm/trace.h
622
__field( __u32, dest_id )
arch/x86/kvm/trace.h
627
__entry->dest_id = dest_id;
arch/x86/kvm/trace.h
631
__entry->dest_id, (u8)__entry->icr_low,
arch/x86/kvm/x86.c
10287
.dest_id = apicid,
arch/x86/kvm/x86.c
10334
static void kvm_sched_yield(struct kvm_vcpu *vcpu, unsigned long dest_id)
arch/x86/kvm/x86.c
10347
if (likely(map) && dest_id <= map->max_apic_id) {
arch/x86/kvm/x86.c
10348
dest_id = array_index_nospec(dest_id, map->max_apic_id + 1);
arch/x86/kvm/x86.c
10349
if (map->phys_map[dest_id])
arch/x86/kvm/x86.c
10350
target = map->phys_map[dest_id]->vcpu;
arch/x86/kvm/xen.c
622
irq.dest_id = v->vcpu_id;
drivers/crypto/caam/caamalg_qi2.c
4780
rx_queue_cfg.dest_cfg.dest_id = ppriv->nctx.dpio_id;
drivers/crypto/caam/dpseci.c
207
cmd_params->dest_id = cpu_to_le32(cfg->dest_cfg.dest_id);
drivers/crypto/caam/dpseci.c
247
attr->dest_cfg.dest_id = le32_to_cpu(cmd_params->dest_id);
drivers/crypto/caam/dpseci.c
392
cmd_params->dest_id = cpu_to_le32(cfg->dest_cfg.dest_id);
drivers/crypto/caam/dpseci.c
432
cfg->dest_cfg.dest_id = le32_to_cpu(rsp_params->dest_id);
drivers/crypto/caam/dpseci.h
113
int dest_id;
drivers/crypto/caam/dpseci_cmd.h
140
__le32 dest_id;
drivers/crypto/caam/dpseci_cmd.h
84
__le32 dest_id;
drivers/dma/fsl-dpaa2-qdma/dpaa2-qdma.c
542
rx_queue_cfg.dest_cfg.dest_id = ppriv->nctx.dpio_id;
drivers/dma/fsl-dpaa2-qdma/dpdmai.c
23
__le32 dest_id;
drivers/dma/fsl-dpaa2-qdma/dpdmai.c
267
cmd_params->dest_id = cpu_to_le32(cfg->dest_cfg.dest_id);
drivers/dma/fsl-dpaa2-qdma/dpdmai.c
313
attr->dest_cfg.dest_id = le32_to_cpu(cmd_params->dest_id);
drivers/dma/fsl-dpaa2-qdma/dpdmai.h
124
int dest_id;
drivers/infiniband/hw/mlx5/fs.c
2141
struct mlx5_fc *counter, void *cmd_in, int inlen, int dest_id, int dest_type)
drivers/infiniband/hw/mlx5/fs.c
2174
dst[dst_num++].tir_num = dest_id;
drivers/infiniband/hw/mlx5/fs.c
2179
dst[dst_num++].ft_num = dest_id;
drivers/infiniband/hw/mlx5/fs.c
2316
static bool is_flow_dest(void *obj, int *dest_id, int *dest_type)
drivers/infiniband/hw/mlx5/fs.c
2324
*dest_id = MLX5_GET(general_obj_in_cmd_hdr, devx_obj->dinbox,
drivers/infiniband/hw/mlx5/fs.c
2330
*dest_id = MLX5_GET(destroy_flow_table_in, devx_obj->dinbox,
drivers/infiniband/hw/mlx5/fs.c
2339
struct mlx5_ib_flow_matcher *fs_matcher, int *dest_id,
drivers/infiniband/hw/mlx5/fs.c
2390
if (!is_flow_dest(devx_obj, dest_id, dest_type))
drivers/infiniband/hw/mlx5/fs.c
2411
*dest_id = mqp->rss_qp.tirn;
drivers/infiniband/hw/mlx5/fs.c
2413
*dest_id = mqp->raw_packet_qp.rq.tirn;
drivers/infiniband/hw/mlx5/fs.c
2459
int dest_id, dest_type = -1, inlen, len, ret, i;
drivers/infiniband/hw/mlx5/fs.c
2480
if (get_dests(attrs, fs_matcher, &dest_id, &dest_type, &qp, &flags))
drivers/infiniband/hw/mlx5/fs.c
2557
counter, cmd_in, inlen, dest_id, dest_type);
drivers/iommu/intel/debugfs.c
572
ri_entry->dest_id, ri_entry->vector,
drivers/iommu/intel/irq_remapping.c
1101
irte->dest_id = IRTE_DEST(dest);
drivers/iommu/intel/irq_remapping.c
1192
irte->dest_id = IRTE_DEST(cfg->dest_apicid);
drivers/iommu/intel/irq_remapping.c
1362
irte->avail, irte->vector, irte->dest_id, irte->sid,
drivers/media/dvb-frontends/mxl5xx_defs.h
499
u8 dest_id; /* Output port ID for the PID - Only for 568 Sku */
drivers/net/ethernet/freescale/dpaa2/dpaa2-switch.c
2918
queue_cfg.dest_cfg.dest_id = nctx->dpio_id;
drivers/net/ethernet/freescale/dpaa2/dpni-cmd.h
471
__le32 dest_id;
drivers/net/ethernet/freescale/dpaa2/dpni-cmd.h
493
__le32 dest_id;
drivers/net/ethernet/freescale/dpaa2/dpni-cmd.h
632
__le32 dest_id;
drivers/net/ethernet/freescale/dpaa2/dpni.c
1488
cmd_params->dest_id = cpu_to_le32(cfg->dest_cfg.dest_id);
drivers/net/ethernet/freescale/dpaa2/dpni.c
1540
cmd_params->dest_id = cpu_to_le32(queue->destination.id);
drivers/net/ethernet/freescale/dpaa2/dpni.c
1597
queue->destination.id = le32_to_cpu(rsp_params->dest_id);
drivers/net/ethernet/freescale/dpaa2/dpni.h
886
int dest_id;
drivers/net/ethernet/freescale/dpaa2/dpsw-cmd.h
437
__le32 dest_id;
drivers/net/ethernet/freescale/dpaa2/dpsw.c
1189
cmd_params->dest_id = cpu_to_le32(cfg->dest_cfg.dest_id);
drivers/net/ethernet/freescale/dpaa2/dpsw.h
226
int dest_id;
drivers/net/ethernet/xscale/ixp4xx_eth.c
229
u8 dest_id;
drivers/net/ethernet/xscale/ixp4xx_eth.c
241
u8 dest_id;
drivers/net/ethernet/xscale/ixp4xx_eth.c
641
desc->data, desc->dest_id, desc->src_id, desc->flags,
drivers/scsi/mac53c94.c
165
writeb(cmd->device->id, &regs->dest_id);
drivers/scsi/mesh.c
477
out_8(&mr->dest_id, mr->source_id);
drivers/scsi/mesh.c
759
out_8(&mr->dest_id, ms->conn_tgt);
drivers/scsi/mesh.h
51
unsigned char dest_id;
include/linux/dmar.h
229
dest_id : 32; /* 32 - 63 */
tools/arch/x86/include/uapi/asm/kvm.h
102
__u8 dest_id;