Searched defs:pgprot (Results 1 - 25 of 54) sorted by last modified time

123

/linux-master/arch/x86/include/asm/
H A Dpgtable_types.h293 typedef struct pgprot { pgprotval_t pgprot; } pgprot_t; member in struct:pgprot
500 static inline pgprot_t pgprot_4k_2_large(pgprot_t pgprot) argument
510 static inline pgprot_t pgprot_large_2_4k(pgprot_t pgprot) argument
H A Dpgtable.h736 static inline pgprotval_t massage_pgprot(pgprot_t pgprot) argument
746 static inline pgprotval_t check_pgprot(pgprot_t pgprot) argument
763 static inline pte_t pfn_pte(unsigned long page_nr, pgprot_t pgprot) argument
771 pfn_pmd(unsigned long page_nr, pgprot_t pgprot) argument
779 pfn_pud(unsigned long page_nr, pgprot_t pgprot) argument
[all...]
/linux-master/arch/riscv/include/asm/
H A Dpage.h73 unsigned long pgprot; member in struct:__anon3
/linux-master/mm/
H A Dhuge_memory.c1118 pgprot_t pgprot = vma->vm_page_prot; local
1207 pgprot_t pgprot = vma->vm_page_prot; local
H A Dmemory.c2422 pgprot_t pgprot local
2350 vmf_insert_pfn_prot(struct vm_area_struct *vma, unsigned long addr, unsigned long pfn, pgprot_t pgprot) argument
[all...]
/linux-master/arch/loongarch/include/asm/
H A Dpage.h62 typedef struct { unsigned long pgprot; } pgprot_t; member in struct:__anon3
/linux-master/arch/x86/mm/pat/
H A Dmemtype.c993 pgprot_t pgprot; local
950 get_pat_info(struct vm_area_struct *vma, resource_size_t *paddr, pgprot_t *pgprot) argument
H A Dset_memory.c1322 populate_pte(struct cpa_data *cpa, unsigned long start, unsigned long end, unsigned num_pages, pmd_t *pmd, pgprot_t pgprot) argument
1341 populate_pmd(struct cpa_data *cpa, unsigned long start, unsigned long end, unsigned num_pages, pud_t *pud, pgprot_t pgprot) argument
1415 populate_pud(struct cpa_data *cpa, unsigned long start, p4d_t *p4d, pgprot_t pgprot) argument
1499 pgprot_t pgprot = __pgprot(_KERNPG_TABLE); local
[all...]
/linux-master/arch/s390/include/asm/
H A Dpage.h83 typedef struct { unsigned long pgprot; } pgprot_t; member in struct:__anon6
H A Dpgtable.h1355 static inline pte_t mk_pte_phys(unsigned long physpage, pgprot_t pgprot) argument
1365 static inline pte_t mk_pte(struct page *page, pgprot_t pgprot) argument
1556 static inline unsigned long massage_pgprot_pmd(pgprot_t pgprot) argument
1605 mk_pmd_phys(unsigned long physpage, pgprot_t pgprot) argument
[all...]
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h548 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t pgprot) argument
/linux-master/include/linux/
H A Dmemory_hotplug.h134 pgprot_t pgprot; member in struct:mhp_params
/linux-master/arch/x86/kernel/
H A Dalternative.c1867 pgprot_t pgprot; local
/linux-master/arch/sparc/include/asm/
H A Dpgtable_64.h231 static inline pmd_t pfn_pmd(unsigned long page_nr, pgprot_t pgprot) argument
H A Dpage_64.h73 typedef struct { unsigned long pgprot; } pgprot_t; member in struct:__anon141
H A Dpage_32.h60 typedef struct { unsigned long pgprot; } pgprot_t; member in struct:__anon134
/linux-master/arch/powerpc/mm/book3s64/
H A Dpgtable.c215 static pmd_t pmd_set_protbits(pmd_t pmd, pgprot_t pgprot) argument
220 static pud_t pud_set_protbits(pud_t pud, pgprot_t pgprot) argument
230 pmd_t pfn_pmd(unsigned long pfn, pgprot_t pgprot) argument
239 pud_t pfn_pud(unsigned long pfn, pgprot_t pgprot) argument
248 pmd_t mk_pmd(struct page *page, pgprot_t pgprot) argument
[all...]
/linux-master/arch/arm64/include/asm/
H A Dpgtable-types.h49 typedef struct { pteval_t pgprot; } pgprot_t; member in struct:__anon16
/linux-master/arch/xtensa/include/asm/
H A Dpage.h101 typedef struct { unsigned long pgprot; } pgprot_t; member in struct:__anon288
/linux-master/arch/um/include/asm/
H A Dpage.h80 typedef struct { unsigned long pgprot; } pgprot_t; member in struct:__anon150
/linux-master/arch/sh/include/asm/
H A Dpage.h66 typedef struct { unsigned long long pgprot; } pgprot_t; member in struct:__anon124
74 typedef struct { unsigned long pgprot; } pgprot_t; member in struct:__anon127
/linux-master/arch/parisc/include/asm/
H A Dpage.h40 typedef struct { unsigned long pgprot; } pgprot_t; member in struct:__anon38
/linux-master/arch/openrisc/include/asm/
H A Dpage.h55 unsigned long pgprot; member in struct:__anon35
/linux-master/arch/nios2/include/asm/
H A Dpage.h63 typedef struct { unsigned long pgprot; } pgprot_t; member in struct:__anon32
/linux-master/arch/mips/include/asm/
H A Dpage.h140 typedef struct { unsigned long pgprot; } pgprot_t; member in struct:__anon29

Completed in 322 milliseconds

123