Lines Matching refs:pte_flags
461 u32 pte_flags; in ggtt_bind_vma() local
467 pte_flags = 0; in ggtt_bind_vma()
469 pte_flags |= PTE_READ_ONLY; in ggtt_bind_vma()
471 pte_flags |= PTE_LM; in ggtt_bind_vma()
473 vm->insert_entries(vm, vma, cache_level, pte_flags); in ggtt_bind_vma()
616 u32 pte_flags; in aliasing_gtt_bind_vma() local
619 pte_flags = 0; in aliasing_gtt_bind_vma()
621 pte_flags |= PTE_READ_ONLY; in aliasing_gtt_bind_vma()
628 vm->insert_entries(vm, vma, cache_level, pte_flags); in aliasing_gtt_bind_vma()
836 u32 pte_flags; in ggtt_probe_common() local
867 pte_flags = 0; in ggtt_probe_common()
869 pte_flags |= PTE_LM; in ggtt_probe_common()
873 I915_CACHE_NONE, pte_flags); in ggtt_probe_common()