Home
last modified time | relevance | path

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

/linux/include/asm-generic/
H A Dfixmap.h82 #define set_fixmap_offset(idx, phys) \ macro
/linux/arch/arm64/kernel/
H A Dpatching.c43 return (void *)set_fixmap_offset(fixmap, phys); in patch_map()
/linux/arch/riscv/kernel/
H A Dpatch.c56 return (void *)set_fixmap_offset(fixmap, page_to_phys(page) + in patch_map()
/linux/arch/riscv/mm/
H A Dinit.c419 return (pte_t *)set_fixmap_offset(FIX_PTE, pa); in get_pte_virt_fixmap()
506 return (pmd_t *)set_fixmap_offset(FIX_PMD, pa); in get_pmd_virt_fixmap()
570 return (pud_t *)set_fixmap_offset(FIX_PUD, pa); in get_pud_virt_fixmap()
608 return (p4d_t *)set_fixmap_offset(FIX_P4D, pa); in get_p4d_virt_fixmap()