/Linux-v4.19/drivers/misc/vmw_vmci/ |
D | vmci_context.c | 203 static int ctx_fire_notification(u32 context_id, u32 priv_flags) in ctx_fire_notification() 600 int vmci_ctx_add_notification(u32 context_id, u32 remote_cid) in vmci_ctx_add_notification() 661 int vmci_ctx_remove_notification(u32 context_id, u32 remote_cid) in vmci_ctx_remove_notification() 764 int vmci_ctx_get_chkpt_state(u32 context_id, in vmci_ctx_get_chkpt_state() 813 int vmci_ctx_set_chkpt_state(u32 context_id, in vmci_ctx_set_chkpt_state() 857 int vmci_ctx_rcv_notifications_get(u32 context_id, in vmci_ctx_rcv_notifications_get() 891 void vmci_ctx_rcv_notifications_release(u32 context_id, in vmci_ctx_rcv_notifications_release() 940 int vmci_ctx_dbell_create(u32 context_id, struct vmci_handle handle) in vmci_ctx_dbell_create() 970 int vmci_ctx_dbell_destroy(u32 context_id, struct vmci_handle handle) in vmci_ctx_dbell_destroy() 998 int vmci_ctx_dbell_destroy_all(u32 context_id) in vmci_ctx_dbell_destroy_all() [all …]
|
D | vmci_datagram.c | 65 u32 context_id; in dg_create_handle() local 113 static int vmci_datagram_get_priv_flags(u32 context_id, in vmci_datagram_get_priv_flags() 165 static int dg_dispatch_as_host(u32 context_id, struct vmci_datagram *dg) in dg_dispatch_as_host() 322 int vmci_datagram_dispatch(u32 context_id, in vmci_datagram_dispatch()
|
D | vmci_queue_pair.c | 860 u32 context_id = vmci_get_context_id(); in qp_notify_peer_local() local 898 u32 context_id = vmci_get_context_id(); in qp_guest_endpoint_create() local 1194 u32 context_id = vmci_get_context_id(); in qp_alloc_guest_work() local 1297 const u32 context_id = vmci_ctx_get_id(context); in qp_broker_create() local 1525 const u32 context_id = vmci_ctx_get_id(context); in qp_broker_attach() local 1711 const u32 context_id = vmci_ctx_get_id(context); in qp_broker_alloc() local 1969 const u32 context_id = vmci_ctx_get_id(context); in vmci_qp_broker_set_page_store() local 2084 const u32 context_id = vmci_ctx_get_id(context); in vmci_qp_broker_detach() local 2216 const u32 context_id = vmci_ctx_get_id(context); in vmci_qp_broker_map() local 2325 const u32 context_id = vmci_ctx_get_id(context); in vmci_qp_broker_unmap() local
|
D | vmci_resource.c | 76 static u32 vmci_resource_find_id(u32 context_id, in vmci_resource_find_id()
|
D | vmci_doorbell.c | 432 u32 context_id = vmci_get_context_id(); in vmci_doorbell_create() local
|
/Linux-v4.19/include/uapi/scsi/ |
D | cxlflash_ioctl.h | 77 __u64 context_id; /* Returned context */ member 88 __u64 context_id; /* Context to detach */ member 94 __u64 context_id; /* Context to own physical resources */ member 104 __u64 context_id; /* Context to own virtual resources */ member 113 __u64 context_id; /* Context owning resources */ member 120 __u64 context_id; /* Context owning resources */ member 140 __u64 context_id; /* Context owning resources to verify */ member 154 __u64 context_id; /* Context to recover / updated ID */ member
|
/Linux-v4.19/arch/powerpc/mm/ |
D | mmu_context_book3s64.c | 141 void __destroy_context(int context_id) in __destroy_context() 149 int index, context_id; in destroy_contexts() local
|
D | slb.c | 448 static void handle_multi_context_slb_miss(int context_id, unsigned long ea) in handle_multi_context_slb_miss()
|
/Linux-v4.19/drivers/scsi/bnx2fc/ |
D | bnx2fc_hwi.c | 1129 u32 context_id; in bnx2fc_process_ofld_cmpl() local 1182 u32 context_id; in bnx2fc_process_enable_conn_cmpl() local 1418 u32 context_id = tgt->context_id; in bnx2fc_map_doorbell() local 1476 u32 context_id = tgt->context_id; in bnx2fc_init_seq_cleanup_task() local 1557 u32 context_id = tgt->context_id; in bnx2fc_init_cleanup_task() local 1599 u32 context_id; in bnx2fc_init_mp_task() local 1697 u32 context_id; in bnx2fc_init_task() local
|
D | 57xx_hsi_bnx2fc.h | 506 __le32 context_id; member 517 __le32 context_id; member
|
D | bnx2fc.h | 297 u32 context_id; member
|
/Linux-v4.19/drivers/firmware/ |
D | qcom_scm-32.c | 134 int context_id; in smc() local 249 int context_id; in qcom_scm_call_atomic1() local 282 int context_id; in qcom_scm_call_atomic2() local 307 int context_id; in qcom_scm_get_version() local
|
/Linux-v4.19/drivers/gpu/drm/amd/amdkfd/ |
D | cik_event_interrupt.c | 88 uint32_t context_id = ihre->data & 0xfffffff; in cik_event_interrupt_wq() local
|
D | kfd_int_process_v9.c | 71 uint32_t context_id; in event_interrupt_wq_v9() local
|
D | kfd_pm4_headers_vi.h | 299 uint32_t context_id:28; member
|
D | kfd_pm4_headers_ai.h | 337 uint32_t context_id:28; member
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | mmu_context.h | 68 int context_id; in alloc_extended_context() local 83 int context_id; in need_extra_context() local
|
D | kvm_book3s.h | 133 int context_id[SID_CONTEXTS]; member
|
/Linux-v4.19/drivers/gpu/drm/i915/gvt/ |
D | execlist.h | 55 u32 context_id; member 78 u32 context_id; member 117 u32 context_id; member
|
/Linux-v4.19/arch/arm/mm/ |
D | context.c | 59 u64 context_id, asid; in a15_erratum_get_cpumask() local
|
/Linux-v4.19/virt/kvm/arm/ |
D | psci.c | 111 unsigned long context_id; in kvm_psci_vcpu_on() local
|
/Linux-v4.19/drivers/crypto/qat/qat_common/ |
D | icp_qat_fw_init_admin.h | 91 uint8_t context_id; member
|
/Linux-v4.19/drivers/iommu/ |
D | ipmmu-vmsa.c | 76 unsigned int context_id; member 395 unsigned int context_id) in ipmmu_domain_free_context()
|
/Linux-v4.19/include/linux/ |
D | vmw_vmci_defs.h | 622 u32 context_id; /* 4 bytes. */ member
|
/Linux-v4.19/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic.h | 653 u16 context_id; member 764 __le16 context_id; /* Handle for context */ member 817 __le16 context_id; /* Handle for context */ member 1479 __le16 context_id; member 1494 u16 context_id; member
|