Home
last modified time | relevance | path

Searched refs:__vmem_map_4k_page (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/arch/s390/kernel/
Dabs_lowcore.c20 rc = __vmem_map_4k_page(addr, phys, PAGE_KERNEL, alloc); in abs_lowcore_map()
/linux-6.1.9/arch/s390/mm/
Dvmem.c624 int __vmem_map_4k_page(unsigned long addr, unsigned long phys, pgprot_t prot, bool alloc) in __vmem_map_4k_page() function
644 rc = __vmem_map_4k_page(addr, phys, prot, true); in vmem_map_4k_page()
/linux-6.1.9/arch/s390/include/asm/
Dpgtable.h1781 extern int __vmem_map_4k_page(unsigned long addr, unsigned long phys, pgprot_t prot, bool alloc);