Searched refs:prot_bits (Results 1 – 6 of 6) sorted by relevance
38 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()
59 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()
558 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()
118 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()
55 __u32 prot_bits; member
129 struct prot_bits { struct 135 static const struct prot_bits pte_bits[] = { argument