/kernel/linux/linux-5.10/drivers/gpu/drm/msm/ |
H A D | msm_gpummu.c | 34 unsigned prot_bits = 0; in msm_gpummu_map() local 37 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()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/ |
H A D | msm_gpummu.c | 34 unsigned prot_bits = 0; in msm_gpummu_map() local 37 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()
|
/kernel/linux/linux-5.10/arch/arm/mm/ |
H A D | dump.c | 55 struct prot_bits { struct 64 static const struct prot_bits pte_bits[] = { 134 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()
|
/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | dump.c | 59 struct prot_bits { struct 68 static const struct prot_bits pte_bits[] = { 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()
|
/kernel/linux/linux-5.10/arch/arm64/mm/ |
H A D | ptdump.c | 91 struct prot_bits { struct 98 static const struct prot_bits pte_bits[] = { 182 const struct prot_bits *bits; 212 static void dump_prot(struct pg_state *st, const struct prot_bits *bits, in dump_prot()
|
/kernel/linux/linux-6.6/arch/arm64/mm/ |
H A D | ptdump.c | 87 struct prot_bits { struct 94 static const struct prot_bits pte_bits[] = { 174 const struct prot_bits *bits; 204 static void dump_prot(struct pg_state *st, const struct prot_bits *bits, in dump_prot()
|
/kernel/linux/linux-6.6/arch/mips/kvm/ |
H A D | mmu.c | 597 unsigned long prot_bits; in kvm_mips_map_page() local 655 prot_bits = _PAGE_PRESENT | __READABLE | _page_cachable_default; in kvm_mips_map_page() 657 prot_bits |= _PAGE_WRITE; in kvm_mips_map_page() 659 prot_bits |= __WRITEABLE; in kvm_mips_map_page() 664 entry = pfn_pte(pfn, __pgprot(prot_bits)); in kvm_mips_map_page()
|
/kernel/linux/linux-5.10/arch/loongarch/kvm/ |
H A D | mmu.c | 1129 unsigned long prot_bits; in kvm_map_page() local 1242 prot_bits = _PAGE_PRESENT | __READABLE; in kvm_map_page() 1244 prot_bits |= _CACHE_SUC; in kvm_map_page() 1246 prot_bits |= _CACHE_CC; in kvm_map_page() 1249 prot_bits |= _PAGE_WRITE; in kvm_map_page() 1251 prot_bits |= __WRITEABLE; in kvm_map_page() 1258 pmd_t new_pmd = pfn_pmd(pfn, __pgprot(prot_bits)); in kvm_map_page() 1269 pte_t new_pte = pfn_pte(pfn, __pgprot(prot_bits)); in kvm_map_page()
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | ocfs1_fs_compat.h | 57 __u32 prot_bits; member
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | ocfs1_fs_compat.h | 55 __u32 prot_bits; member
|
/kernel/linux/linux-5.10/arch/mips/kvm/ |
H A D | mmu.c | 672 unsigned long prot_bits; in kvm_mips_map_page() local 730 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()
|
/kernel/linux/linux-5.10/arch/riscv/mm/ |
H A D | ptdump.c | 103 struct prot_bits { struct 110 static const struct prot_bits pte_bits[] = {
|
/kernel/linux/linux-6.6/arch/riscv/mm/ |
H A D | ptdump.c | 130 struct prot_bits { struct 137 static const struct prot_bits pte_bits[] = {
|
/kernel/linux/linux-5.10/drivers/char/agp/ |
H A D | frontend.c | 155 unsigned long prot_bits; in agp_convert_mmap_flags() local 157 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()
|
/kernel/linux/linux-6.6/drivers/char/agp/ |
H A D | frontend.c | 157 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()
|
/kernel/linux/linux-5.10/arch/ia64/include/asm/ |
H A D | pal.h | 239 prot_bits : 6, /* # of protection bits */ member 251 #define pcpi_prot_bits pcp_info.prot_bits
|
/kernel/linux/linux-6.6/arch/ia64/include/asm/ |
H A D | pal.h | 240 prot_bits : 6, /* # of protection bits */ member 252 #define pcpi_prot_bits pcp_info.prot_bits
|