Home
last modified time | relevance | path

Searched full:vmids (Results 1 – 25 of 37) sorted by relevance

12

/Linux-v6.1/drivers/gpu/drm/amd/display/dc/core/
Ddc_vm_helper.c31 struct vmid_usage vmids = vm_helper->hubp_vmid_usage[hubp_idx]; in vm_helper_mark_vmid_used() local
33 vmids.vmid_usage[0] = vmids.vmid_usage[1]; in vm_helper_mark_vmid_used()
34 vmids.vmid_usage[1] = 1 << pos; in vm_helper_mark_vmid_used()
/Linux-v6.1/arch/riscv/kvm/
Dvmid.c97 * We ran out of VMIDs so we increment vmid_version and in kvm_riscv_gstage_vmid_update()
98 * start assigning VMIDs from 1. in kvm_riscv_gstage_vmid_update()
100 * This also means existing VMIDs assignment to all Guest in kvm_riscv_gstage_vmid_update()
103 * running will automatically pick-up new VMIDs because will in kvm_riscv_gstage_vmid_update()
/Linux-v6.1/arch/arm64/kvm/
Dvmid.c64 * case of VMIDs. Hence, instead of marking the CPU as in flush_context()
78 * Iterate over the set of reserved VMIDs looking for a match in check_update_reserved_vmid()
116 /* We're out of VMIDs, so increment the global generation count */ in new_vmid()
121 /* We have more VMIDs than CPUs, so this will always succeed */ in new_vmid()
/Linux-v6.1/drivers/gpu/drm/amd/amdkfd/
Dkfd_packet_manager_vi.c86 * it can not exceed the number of VMIDs available to the in pm_runlist_vi()
90 * Note: the arbitration between the number of VMIDs and in pm_runlist_vi()
Dkfd_packet_manager_v9.c125 * it can not exceed the number of VMIDs available to the in pm_runlist_v9()
129 * Note: the arbitration between the number of VMIDs and in pm_runlist_v9()
Dcik_event_interrupt.c65 /* Only handle interrupts from KFD VMIDs */ in cik_event_interrupt_isr()
Dkfd_int_process_v9.c171 /* Only handle interrupts from KFD VMIDs */ in event_interrupt_isr_v9()
Dkfd_int_process_v11.c239 /* Only handle interrupts from KFD VMIDs */ in event_interrupt_isr_v11()
Dkfd_packet_manager.c56 * Note: the arbitration between the number of VMIDs and in pm_calc_rlib_size()
/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ids.h33 /* maximum number of VMIDs */
Damdgpu_vm.h122 /* max vmids dedicated for process */
335 /* Handling of VMIDs */
Dgmc_v7_0.c461 * VMIDs 1-15 are used for userspace clients and are handled
609 * sets up the hw for VMIDs 1-15 which are allocated on
1050 * amdgpu graphics/compute will use VMIDs 1-7 in gmc_v7_0_sw_init()
1051 * amdkfd will use VMIDs 8-15 in gmc_v7_0_sw_init()
Dgmc_v11_0.c175 * VMIDs 1-15 are used for userspace clients and are handled
818 * amdgpu graphics/compute will use VMIDs 1-7 in gmc_v11_0_sw_init()
819 * amdkfd will use VMIDs 8-15 in gmc_v11_0_sw_init()
Damdgpu_ids.c150 * VMIDs are a per VMHUB identifier for page tables handling.
548 /* manage only VMIDs not used by KFD */ in amdgpu_vmid_mgr_init()
Dgmc_v8_0.c660 * VMIDs 1-15 are used for userspace clients and are handled
832 * sets up the hw for VMIDs 1-15 which are allocated on
1172 * amdgpu graphics/compute will use VMIDs 1-7 in gmc_v8_0_sw_init()
1173 * amdkfd will use VMIDs 8-15 in gmc_v8_0_sw_init()
Dgmc_v10_0.c224 * VMIDs 1-15 are used for userspace clients and are handled
1007 * amdgpu graphics/compute will use VMIDs 1-7 in gmc_v10_0_sw_init()
1008 * amdkfd will use VMIDs 8-15 in gmc_v10_0_sw_init()
Dgmc_v6_0.c870 * amdgpu graphics/compute will use VMIDs 1-7 in gmc_v6_0_sw_init()
871 * amdkfd will use VMIDs 8-15 in gmc_v6_0_sw_init()
Dgmc_v9_0.c747 * VMIDs 1-15 are used for userspace clients and are handled
1705 * amdgpu graphics/compute will use VMIDs 1..n-1 in gmc_v9_0_sw_init()
1706 * amdkfd will use VMIDs n..15 in gmc_v9_0_sw_init()
1709 * compute-only GPUs. On compute-only GPUs that leaves 2 VMIDs in gmc_v9_0_sw_init()
Dgfxhub_v3_0.c440 /* Disable SQ XNACK interrupt for all VMIDs */ in gfxhub_v3_0_set_fault_enable_default()
Dgfx_v7_0.c1879 /* Initialize all compute VMIDs to have no GDS, GWS, or OA in gfx_v7_0_init_compute_vmid()
1880 access. These should be enabled by FW for target VMIDs. */ in gfx_v7_0_init_compute_vmid()
1894 * Initialize all compute and user-gfx VMIDs to have no GDS, GWS, or OA in gfx_v7_0_init_gds_vmid()
1895 * access. Compute VMIDs should be enabled by FW for target VMIDs, in gfx_v7_0_init_gds_vmid()
3198 * VMIDs 1-15 are used for userspace clients and are handled
/Linux-v6.1/Documentation/devicetree/bindings/misc/
Dqcom,fastrpc.yaml55 qcom,vmids:
/Linux-v6.1/drivers/gpu/drm/amd/display/modules/vmid/
Dvmid.c62 // At this point any positions with value 0 are unused vmids, evict them in evict_vmids()
/Linux-v6.1/drivers/scsi/lpfc/
Dlpfc.h661 #define WORKER_CHECK_INACTIVE_VMID 0x4000 /* hba: check inactive vmids */
673 #define FC_DEREGISTER_ALL_APP_ID 0x10 /* Deregister all VMIDs */
694 u32 max_vmid; /* maximum VMIDs allowed per port */
1219 u32 cfg_max_vmid; /* maximum VMIDs allowed per port */
/Linux-v6.1/drivers/misc/
Dfastrpc.c744 * If subsystem VMIDs are defined in DTSI, then do in fastrpc_map_create()
2048 unsigned int vmids[FASTRPC_MAX_VMIDS]; in fastrpc_rpmsg_probe() local
2069 "qcom,vmids", &vmids[0], 0, FASTRPC_MAX_VMIDS); in fastrpc_rpmsg_probe()
2083 data->vmperms[i].vmid = vmids[i]; in fastrpc_rpmsg_probe()
/Linux-v6.1/drivers/iommu/arm/arm-smmu/
Darm-smmu.c533 /* 16-bit VMIDs live in CBA2R */ in arm_smmu_write_context_bank()
555 /* 8-bit VMIDs live in CBAR */ in arm_smmu_write_context_bank()

12