Searched refs:htab_convert_pte_flags (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/arch/powerpc/mm/book3s64/ |
D | hash_64k.c | 75 rflags = htab_convert_pte_flags(subpg_pte, flags); in __hash_page_4K() 263 rflags = htab_convert_pte_flags(new_pte, flags); in __hash_page_64K()
|
D | hash_pgtable.c | 545 pp = htab_convert_pte_flags(pgprot_val(PAGE_KERNEL_ROX), HPTE_USE_KERNEL_KEY); in hash__mark_rodata_ro() 557 pp = htab_convert_pte_flags(pgprot_val(PAGE_KERNEL), HPTE_USE_KERNEL_KEY); in hash__mark_initmem_nx()
|
D | hash_4k.c | 57 rflags = htab_convert_pte_flags(new_pte, flags); in __hash_page_4K()
|
D | hash_hugepage.c | 60 rflags = htab_convert_pte_flags(new_pmd, flags); in __hash_page_thp()
|
D | hugetlbpage.c | 70 rflags = htab_convert_pte_flags(new_pte, flags); in __hash_page_huge()
|
D | hash_utils.c | 292 unsigned long htab_convert_pte_flags(unsigned long pteflags, unsigned long flags) in htab_convert_pte_flags() function 361 prot = htab_convert_pte_flags(prot, HPTE_USE_KERNEL_KEY); in htab_bolt_mapping() 1999 unsigned long mode = htab_convert_pte_flags(pgprot_val(PAGE_KERNEL), HPTE_USE_KERNEL_KEY); in kernel_map_linear_page()
|
/linux-5.19.10/arch/powerpc/include/asm/book3s/64/ |
D | hash.h | 148 unsigned long htab_convert_pte_flags(unsigned long pteflags, unsigned long flags);
|