Searched refs:prot_bits (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/gpu/drm/msm/
H A Dmsm_gpummu.c34 unsigned prot_bits = 0; local
37 prot_bits |= 1;
39 prot_bits |= 2;
46 gpummu->table[idx++] = (addr + i) | prot_bits;
/linux-master/fs/ocfs2/
H A Docfs1_fs_compat.h55 __u32 prot_bits; member in struct:ocfs1_vol_disk_hdr
/linux-master/arch/arm/mm/
H A Ddump.c59 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)
/linux-master/arch/loongarch/kvm/
H A Dmmu.c499 unsigned long prot_bits; local
515 prot_bits = _PAGE_PRESENT | __READABLE;
516 prot_bits |= _CACHE_MASK & pte_val(range->arg.pte);
523 prot_bits |= __WRITEABLE & *ptep & pte_val(range->arg.pte);
524 kvm_set_pte(ptep, kvm_pfn_pte(pfn, __pgprot(prot_bits)));
804 unsigned long hva, mmu_seq, prot_bits; local
879 prot_bits = _PAGE_PRESENT | __READABLE;
881 prot_bits |= _CACHE_CC;
883 prot_bits |= _CACHE_SUC;
886 prot_bits |
[all...]
/linux-master/arch/arm64/mm/
H A Dptdump.c60 struct prot_bits { struct
67 static const struct prot_bits pte_bits[] = {
147 const struct prot_bits *bits;
177 static void dump_prot(struct pg_state *st, const struct prot_bits *bits,
/linux-master/arch/mips/kvm/
H A Dmmu.c597 unsigned long prot_bits; local
655 prot_bits = _PAGE_PRESENT | __READABLE | _page_cachable_default;
657 prot_bits |= _PAGE_WRITE;
659 prot_bits |= __WRITEABLE;
664 entry = pfn_pte(pfn, __pgprot(prot_bits));
/linux-master/arch/riscv/mm/
H A Dptdump.c129 struct prot_bits { struct
135 static const struct prot_bits pte_bits[] = {

Completed in 141 milliseconds