Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/adreno/
H A Da2xx_gpummu.c38 unsigned prot_bits = 0; in a2xx_gpummu_map() local
43 prot_bits |= 1; in a2xx_gpummu_map()
45 prot_bits |= 2; in a2xx_gpummu_map()
52 gpummu->table[idx++] = (addr + i) | prot_bits; in a2xx_gpummu_map()
/linux/arch/arm/mm/
H A Ddump.c59 struct prot_bits { struct
68 static const struct prot_bits pte_bits[] = { argument
138 static const struct prot_bits section_bits[] = {
204 const struct prot_bits *bits;
207 const struct prot_bits *ro_bit;
208 const struct prot_bits *nx_bit;
227 static void dump_prot(struct pg_state *st, const struct prot_bits *bits, size_t num) in dump_prot()
/linux/arch/mips/kvm/
H A Dmmu.c558 unsigned long prot_bits; in kvm_mips_map_page() local
617 prot_bits = _PAGE_PRESENT | __READABLE | _page_cachable_default; in kvm_mips_map_page()
619 prot_bits |= _PAGE_WRITE; in kvm_mips_map_page()
621 prot_bits |= __WRITEABLE; in kvm_mips_map_page()
625 entry = pfn_pte(pfn, __pgprot(prot_bits)); in kvm_mips_map_page()
/linux/tools/testing/selftests/kvm/lib/loongarch/
H A Dprocessor.c118 uint32_t prot_bits; in virt_arch_pg_map() local
136 prot_bits = _PAGE_PRESENT | __READABLE | __WRITEABLE | _CACHE_CC | _PAGE_USER; in virt_arch_pg_map()
137 WRITE_ONCE(*ptep, paddr | prot_bits); in virt_arch_pg_map()
/linux/fs/ocfs2/
H A Docfs1_fs_compat.h55 __u32 prot_bits; member
/linux/arch/riscv/mm/
H A Dptdump.c129 struct prot_bits { struct
135 static const struct prot_bits pte_bits[] = { argument