Searched refs:amdgpu_mtype_local (Results 1 – 3 of 3) sorted by relevance
597 if (amdgpu_mtype_local == 0) { in gmc_v12_1_get_coherence_flags()600 } else if (amdgpu_mtype_local == 1) { in gmc_v12_1_get_coherence_flags()603 } else if (amdgpu_mtype_local == 2) { in gmc_v12_1_get_coherence_flags()
841 int amdgpu_mtype_local = -1; variable843 module_param_named_unsafe(mtype_local, amdgpu_mtype_local, int, 0444);
1302 mtype_local = amdgpu_mtype_local == 1 ? AMDGPU_VM_MTYPE_NC : in svm_range_get_pte_flags()1303 amdgpu_mtype_local == 2 ? AMDGPU_VM_MTYPE_CC : AMDGPU_VM_MTYPE_RW; in svm_range_get_pte_flags()1348 mtype_local = amdgpu_mtype_local == 0 ? AMDGPU_VM_MTYPE_RW : in svm_range_get_pte_flags()1349 amdgpu_mtype_local == 1 ? AMDGPU_VM_MTYPE_NC : in svm_range_get_pte_flags()