Searched refs:VMID (Results 1 – 18 of 18) sorted by relevance
/linux-4.4.14/arch/arm/kvm/ |
D | interrupts.S | 62 mcrr p15, 6, r2, r3, c2 @ Back to VMID #0 165 @ Set VMID == 0 368 * Let's check if the HVC came from VMID 0 and allow simple
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | vid.h | 71 #define VMID(x) ((x) << 4) macro
|
D | cikd.h | 56 #define VMID(x) ((x) << 4) macro
|
D | amdgpu_amdkfd_gfx_v8.c | 132 uint32_t value = PIPEID(pipe) | MEID(mec) | VMID(vmid) | QUEUEID(queue); in lock_srbm()
|
D | amdgpu_amdkfd_gfx_v7.c | 171 uint32_t value = PIPEID(pipe) | MEID(mec) | VMID(vmid) | QUEUEID(queue); in lock_srbm()
|
D | cz_smc.c | 285 tmp = REG_SET_FIELD(tmp, CP_CPC_IC_BASE_CNTL, VMID, 0); in cz_load_mec_firmware()
|
D | gmc_v8_0.c | 810 u32 vmid = REG_GET_FIELD(status, VM_CONTEXT1_PROTECTION_FAULT_STATUS, VMID); in gmc_v8_0_vm_decode_fault()
|
D | vi.c | 326 srbm_gfx_cntl = REG_SET_FIELD(srbm_gfx_cntl, SRBM_GFX_CNTL, VMID, vmid); in vi_srbm_select()
|
D | gmc_v7_0.c | 730 u32 vmid = REG_GET_FIELD(status, VM_CONTEXT1_PROTECTION_FAULT_STATUS, VMID); in gmc_v7_0_vm_decode_fault()
|
D | gfx_v8_0.c | 3861 tmp = REG_SET_FIELD(tmp, CP_MQD_CONTROL, VMID, 0); in gfx_v8_0_cp_compute_resume()
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | cik_sdma.c | 959 radeon_ring_write(ring, VMID(vm_id)); in cik_dma_vm_flush() 979 radeon_ring_write(ring, VMID(0)); in cik_dma_vm_flush()
|
D | radeon_kfd.c | 352 uint32_t value = PIPEID(pipe) | MEID(mec) | VMID(vmid) | QUEUEID(queue); in lock_srbm()
|
D | nid.h | 61 #define VMID(x) (((x) & 0x7) << 0) macro
|
D | cikd.h | 449 #define VMID(x) ((x) << 4) macro
|
D | cik.c | 1854 VMID(vmid & 0xf) | in cik_srbm_select() 6134 radeon_ring_write(ring, VMID(vm_id)); in cik_vm_flush() 6152 radeon_ring_write(ring, VMID(0)); in cik_vm_flush()
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-bus-coresight-devices-etm4x | 55 Description: (R) Indicates the number of VMID comparators that are available 381 VMID, context ID and instuction address in the trace unit
|
/linux-4.4.14/Documentation/sound/alsa/soc/ |
D | dapm.txt | 24 1. Codec bias domain - VREF, VMID (core codec and audio power)
|
/linux-4.4.14/drivers/iommu/ |
D | msm_iommu_hw-8xxx.h | 204 #define SET_VMID(b, n, v) SET_GLOBAL_FIELD(b, (n<<2)|(M2VCBR_N), VMID, v) 322 #define GET_VMID(b, n) GET_GLOBAL_FIELD(b, (n<<2)|(M2VCBR_N), VMID) 932 #define VMID (VMID_MASK << VMID_SHIFT) macro
|