Searched refs:prot_bits (Results 1 – 8 of 8) sorted by relevance
34 unsigned prot_bits = 0; in msm_gpummu_map() local37 prot_bits |= 1; in msm_gpummu_map()39 prot_bits |= 2; in msm_gpummu_map()46 gpummu->table[idx++] = (addr + i) | prot_bits; in msm_gpummu_map()
55 struct prot_bits { struct64 static const struct prot_bits pte_bits[] = { argument134 static const struct prot_bits section_bits[] = {199 const struct prot_bits *bits;202 const struct prot_bits *ro_bit;203 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()
91 struct prot_bits { struct98 static const struct prot_bits pte_bits[] = { argument182 const struct prot_bits *bits;212 static void dump_prot(struct pg_state *st, const struct prot_bits *bits, in dump_prot()
57 __u32 prot_bits; member
103 struct prot_bits { struct110 static const struct prot_bits pte_bits[] = { argument
672 unsigned long prot_bits; in kvm_mips_map_page() local730 prot_bits = _PAGE_PRESENT | __READABLE | _page_cachable_default; in kvm_mips_map_page()732 prot_bits |= _PAGE_WRITE; in kvm_mips_map_page()734 prot_bits |= __WRITEABLE; in kvm_mips_map_page()739 entry = pfn_pte(pfn, __pgprot(prot_bits)); in kvm_mips_map_page()
155 unsigned long prot_bits; in agp_convert_mmap_flags() local157 prot_bits = calc_vm_prot_bits(prot, 0) | VM_SHARED; in agp_convert_mmap_flags()158 return vm_get_page_prot(prot_bits); in agp_convert_mmap_flags()
239 prot_bits : 6, /* # of protection bits */ member251 #define pcpi_prot_bits pcp_info.prot_bits