Searched refs:mtype_local (Results 1 – 3 of 3) sorted by relevance
1189 unsigned int mtype_local, mtype; in gmc_v9_0_get_coherence_flags() local1237 mtype_local = MTYPE_RW; in gmc_v9_0_get_coherence_flags()1240 mtype_local = MTYPE_NC; in gmc_v9_0_get_coherence_flags()1243 mtype_local = MTYPE_CC; in gmc_v9_0_get_coherence_flags()1255 mtype = is_local ? mtype_local : MTYPE_NC; in gmc_v9_0_get_coherence_flags()1259 mtype = mtype_local; in gmc_v9_0_get_coherence_flags()1360 unsigned int mtype_local = MTYPE_RW; in gmc_v9_0_override_vm_pte_flags() local1363 mtype_local = MTYPE_NC; in gmc_v9_0_override_vm_pte_flags()1365 mtype_local = MTYPE_CC; in gmc_v9_0_override_vm_pte_flags()1368 AMDGPU_PTE_MTYPE_VG10(mtype_local); in gmc_v9_0_override_vm_pte_flags()
813 MODULE_PARM_DESC(mtype_local, "MTYPE for local memory (0 = MTYPE_RW (default), 1 = MTYPE_NC, 2 = MT…814 module_param_named(mtype_local, amdgpu_mtype_local, int, 0444);
1194 unsigned int mtype_local; in svm_range_get_pte_flags() local1235 mtype_local = amdgpu_mtype_local == 1 ? AMDGPU_VM_MTYPE_NC : in svm_range_get_pte_flags()1244 mapping_flags |= mtype_local; in svm_range_get_pte_flags()1257 mapping_flags |= mtype_local; in svm_range_get_pte_flags()