Home
last modified time | relevance | path

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

/linux/include/asm-generic/
A Dfixmap.h82 #define set_fixmap_offset(idx, phys) \ macro
/linux/arch/riscv/kernel/
A Dpatch.c42 return (void *)set_fixmap_offset(fixmap, page_to_phys(page) + in patch_map()
/linux/arch/arm64/kernel/
A Dpatching.c45 return (void *)set_fixmap_offset(fixmap, page_to_phys(page) + in patch_map()
/linux/arch/arm64/include/asm/
A Dpgtable.h605 #define pte_set_fixmap(addr) ((pte_t *)set_fixmap_offset(FIX_PTE, addr))
666 #define pmd_set_fixmap(addr) ((pmd_t *)set_fixmap_offset(FIX_PMD, addr))
727 #define pud_set_fixmap(addr) ((pud_t *)set_fixmap_offset(FIX_PUD, addr))
753 #define pgd_set_fixmap(addr) ((pgd_t *)set_fixmap_offset(FIX_PGD, addr))
/linux/arch/riscv/mm/
A Dinit.c280 return (pte_t *)set_fixmap_offset(FIX_PTE, pa); in get_pte_virt_fixmap()
345 return (pmd_t *)set_fixmap_offset(FIX_PMD, pa); in get_pmd_virt_fixmap()

Completed in 9 milliseconds