Searched refs:prot_bits (Results 1 – 6 of 6) sorted by relevance
60 struct prot_bits { struct69 static const struct prot_bits pte_bits[] = { argument139 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;224 static void dump_prot(struct pg_state *st, const struct prot_bits *bits, size_t num) in dump_prot()
82 struct prot_bits { struct89 static const struct prot_bits pte_bits[] = { argument163 const struct prot_bits *bits;190 static void dump_prot(struct pg_state *st, const struct prot_bits *bits, in dump_prot()
70 __u32 prot_bits; member
696 unsigned long prot_bits; in kvm_mips_map_page() local755 prot_bits = _PAGE_PRESENT | __READABLE | _page_cachable_default; in kvm_mips_map_page()757 prot_bits |= _PAGE_WRITE; in kvm_mips_map_page()759 prot_bits |= __WRITEABLE; in kvm_mips_map_page()764 entry = pfn_pte(pfn, __pgprot(prot_bits)); in kvm_mips_map_page()
157 unsigned long prot_bits; in agp_convert_mmap_flags() local159 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()
239 prot_bits : 6, /* # of protection bits */ member251 #define pcpi_prot_bits pcp_info.prot_bits