Home
last modified time | relevance | path

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

/Linux-v5.4/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()
/Linux-v5.4/arch/arm/mm/
Ddump.c56 struct prot_bits { struct
65 static const struct prot_bits pte_bits[] = { argument
135 static const struct prot_bits section_bits[] = {
200 const struct prot_bits *bits;
203 const struct prot_bits *ro_bit;
204 const struct prot_bits *nx_bit;
220 static void dump_prot(struct pg_state *st, const struct prot_bits *bits, size_t num) in dump_prot()
/Linux-v5.4/arch/arm64/mm/
Ddump.c88 struct prot_bits { struct
95 static const struct prot_bits pte_bits[] = { argument
169 const struct prot_bits *bits;
196 static void dump_prot(struct pg_state *st, const struct prot_bits *bits, in dump_prot()
/Linux-v5.4/fs/ocfs2/
Docfs1_fs_compat.h57 __u32 prot_bits; member
/Linux-v5.4/arch/mips/kvm/
Dmmu.c697 unsigned long prot_bits; in kvm_mips_map_page() local
756 prot_bits = _PAGE_PRESENT | __READABLE | _page_cachable_default; in kvm_mips_map_page()
758 prot_bits |= _PAGE_WRITE; in kvm_mips_map_page()
760 prot_bits |= __WRITEABLE; in kvm_mips_map_page()
765 entry = pfn_pte(pfn, __pgprot(prot_bits)); in kvm_mips_map_page()
/Linux-v5.4/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()
/Linux-v5.4/arch/ia64/include/asm/
Dpal.h239 prot_bits : 6, /* # of protection bits */ member
251 #define pcpi_prot_bits pcp_info.prot_bits