Home
last modified time | relevance | path

Searched refs:prot_bits (Results 1 – 2 of 2) sorted by relevance

/drivers/gpu/drm/msm/
Dmsm_gpummu.c41 unsigned prot_bits = 0; in msm_gpummu_map() local
45 prot_bits |= 1; in msm_gpummu_map()
47 prot_bits |= 2; in msm_gpummu_map()
52 gpummu->table[idx] = addr | prot_bits; in msm_gpummu_map()
/drivers/char/agp/
Dfrontend.c157 unsigned long prot_bits; in agp_convert_mmap_flags() local
159 prot_bits = calc_vm_prot_bits(prot, 0) | VM_SHARED; in agp_convert_mmap_flags()
160 return vm_get_page_prot(prot_bits); in agp_convert_mmap_flags()