Home
last modified time | relevance | path

Searched refs:htab_convert_pte_flags (Results 1 – 4 of 4) sorted by relevance

/linux/arch/powerpc/mm/book3s64/
H A Dhash_64k.c77 rflags = htab_convert_pte_flags(subpg_pte, flags); in __hash_page_4K()
268 rflags = htab_convert_pte_flags(new_pte, flags); in __hash_page_64K()
H A Dhash_4k.c59 rflags = htab_convert_pte_flags(new_pte, flags); in __hash_page_4K()
H A Dhash_utils.c284 unsigned long mode = htab_convert_pte_flags(pgprot_val(PAGE_KERNEL), HPTE_USE_KERNEL_KEY); in kernel_map_linear_page()
556 unsigned long htab_convert_pte_flags(unsigned long pteflags, unsigned long flags) in htab_convert_pte_flags() function
632 prot = htab_convert_pte_flags(prot, HPTE_USE_KERNEL_KEY); in htab_bolt_mapping()
/linux/arch/powerpc/include/asm/book3s/64/
H A Dhash.h163 unsigned long htab_convert_pte_flags(unsigned long pteflags, unsigned long flags);