Searched refs:map_kernel_page (Results 1 – 5 of 5) sorted by relevance
/linux/arch/powerpc/include/asm/ |
H A D | fixmap.h | 103 map_kernel_page(__fix_to_virt(idx), phys, flags); in __set_fixmap()
|
/linux/arch/powerpc/include/asm/nohash/ |
H A D | pgtable.h | 373 int map_kernel_page(unsigned long va, phys_addr_t pa, pgprot_t prot);
|
/linux/arch/powerpc/include/asm/book3s/32/ |
H A D | pgtable.h | 137 int map_kernel_page(unsigned long va, phys_addr_t pa, pgprot_t prot);
|
/linux/arch/powerpc/lib/ |
H A D | code-patching.c | 243 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 D | pgtable.h | 980 static inline int map_kernel_page(unsigned long ea, unsigned long pa, pgprot_t prot) in map_kernel_page() function
|