/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc_vm_helper.c | 31 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()
|
/openbmc/linux/arch/riscv/kvm/ |
H A D | vmid.c | 97 * 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()
|
/openbmc/linux/arch/arm64/kvm/ |
H A D | vmid.c | 64 * 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()
|
/openbmc/linux/Documentation/devicetree/bindings/reserved-memory/ |
H A D | qcom,rmtfs-mem.yaml | 32 Array of vmids of the remote processors, to set up memory protection
|
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_packet_manager_vi.c | 86 * 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()
|
H A D | cik_event_interrupt.c | 65 /* Only handle interrupts from KFD VMIDs */ in cik_event_interrupt_isr()
|
H A D | kfd_packet_manager_v9.c | 149 * it can not exceed the number of VMIDs available to the in pm_runlist_v9() 153 * Note: the arbitration between the number of VMIDs and in pm_runlist_v9()
|
H A D | kfd_int_process_v10.c | 194 /* Only handle interrupts from KFD VMIDs */ in event_interrupt_isr_v10()
|
H A D | kfd_int_process_v11.c | 240 /* Only handle interrupts from KFD VMIDs */ in event_interrupt_isr_v11()
|
H A D | kfd_packet_manager.c | 57 * Note: the arbitration between the number of VMIDs and in pm_calc_rlib_size()
|
H A D | kfd_int_process_v9.c | 224 /* Only handle interrupts from KFD VMIDs */ in event_interrupt_isr_v9()
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_ids.h | 33 /* maximum number of VMIDs */
|
H A D | gmc_v7_0.c | 452 * VMIDs 1-15 are used for userspace clients and are handled 600 * sets up the hw for VMIDs 1-15 which are allocated on 1044 * amdgpu graphics/compute will use VMIDs 1-7 in gmc_v7_0_sw_init() 1045 * amdkfd will use VMIDs 8-15 in gmc_v7_0_sw_init()
|
H A D | gmc_v11_0.c | 190 * VMIDs 1-15 are used for userspace clients and are handled 851 * amdgpu graphics/compute will use VMIDs 1-7 in gmc_v11_0_sw_init() 852 * amdkfd will use VMIDs 8-15 in gmc_v11_0_sw_init()
|
H A D | amdgpu_ids.c | 150 * VMIDs are a per VMHUB identifier for page tables handling. 577 /* manage only VMIDs not used by KFD */ in amdgpu_vmid_mgr_init()
|
H A D | gmc_v8_0.c | 643 * VMIDs 1-15 are used for userspace clients and are handled 815 * sets up the hw for VMIDs 1-15 which are allocated on 1157 * amdgpu graphics/compute will use VMIDs 1-7 in gmc_v8_0_sw_init() 1158 * amdkfd will use VMIDs 8-15 in gmc_v8_0_sw_init()
|
H A D | gmc_v10_0.c | 229 * VMIDs 1-15 are used for userspace clients and are handled 994 * amdgpu graphics/compute will use VMIDs 1-7 in gmc_v10_0_sw_init() 995 * amdkfd will use VMIDs 8-15 in gmc_v10_0_sw_init()
|
H A D | gmc_v6_0.c | 864 * amdgpu graphics/compute will use VMIDs 1-7 in gmc_v6_0_sw_init() 865 * amdkfd will use VMIDs 8-15 in gmc_v6_0_sw_init()
|
H A D | amdgpu_vm.h | 349 /* Handling of VMIDs */
|
H A D | gmc_v9_0.c | 799 * VMIDs 1-15 are used for userspace clients and are handled 2191 * amdgpu graphics/compute will use VMIDs 1..n-1 in gmc_v9_0_sw_init() 2192 * amdkfd will use VMIDs n..15 in gmc_v9_0_sw_init() 2195 * compute-only GPUs. On compute-only GPUs that leaves 2 VMIDs in gmc_v9_0_sw_init()
|
/openbmc/linux/Documentation/devicetree/bindings/misc/ |
H A D | qcom,fastrpc.yaml | 55 qcom,vmids:
|
/openbmc/linux/drivers/gpu/drm/amd/display/modules/vmid/ |
H A D | vmid.c | 62 // At this point any positions with value 0 are unused vmids, evict them in evict_vmids()
|
/openbmc/linux/drivers/misc/ |
H A D | fastrpc.c | 806 * If subsystem VMIDs are defined in DTSI, then do in fastrpc_map_create() 1280 /* Map if we have any heap VMIDs associated with this ADSP Static Process. */ in fastrpc_init_create_static_process() 2266 unsigned int vmids[FASTRPC_MAX_VMIDS]; in fastrpc_rpmsg_probe() local 2290 "qcom,vmids", &vmids[0], 0, FASTRPC_MAX_VMIDS); in fastrpc_rpmsg_probe() 2303 data->vmperms[i].vmid = vmids[i]; in fastrpc_rpmsg_probe()
|
/openbmc/linux/drivers/scsi/lpfc/ |
H A D | lpfc.h | 638 #define WORKER_CHECK_INACTIVE_VMID 0x4000 /* hba: check inactive vmids */ 650 #define FC_DEREGISTER_ALL_APP_ID 0x10 /* Deregister all VMIDs */ 671 u32 max_vmid; /* maximum VMIDs allowed per port */ 1191 u32 cfg_max_vmid; /* maximum VMIDs allowed per port */
|
/openbmc/linux/drivers/soc/qcom/ |
H A D | rmtfs_mem.c | 240 "too many VMIDs (%d) specified! Only mapping first %d entries\n", in qcom_rmtfs_mem_probe()
|