Home
last modified time | relevance | path

Searched refs:map_kernel_page (Results 1 – 5 of 5) sorted by relevance

/linux/arch/powerpc/include/asm/
H A Dfixmap.h103 map_kernel_page(__fix_to_virt(idx), phys, flags); in __set_fixmap()
/linux/arch/powerpc/include/asm/nohash/
H A Dpgtable.h373 int map_kernel_page(unsigned long va, phys_addr_t pa, pgprot_t prot);
/linux/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h137 int map_kernel_page(unsigned long va, phys_addr_t pa, pgprot_t prot);
/linux/arch/powerpc/lib/
H A Dcode-patching.c243 return map_kernel_page(text_poke_addr, (pfn << PAGE_SHIFT), PAGE_KERNEL); in map_patch_area()
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h980 static inline int map_kernel_page(unsigned long ea, unsigned long pa, pgprot_t prot) in map_kernel_page() function