Home
last modified time | relevance | path

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

/linux/arch/openrisc/kernel/
H A Dpatching.c33 return (void *)set_fixmap_offset(fixmap, phys); in patch_map()
/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/arm64/include/asm/
H A Dpgtable.h857 #define pte_set_fixmap(addr) ((pte_t *)set_fixmap_offset(FIX_PTE, addr))
917 #define pmd_set_fixmap(addr) ((pmd_t *)set_fixmap_offset(FIX_PMD, addr))
1030 return (pud_t *)set_fixmap_offset(FIX_PUD, addr); in pud_set_fixmap()
1152 return (p4d_t *)set_fixmap_offset(FIX_P4D, addr); in p4d_set_fixmap()
1218 #define pgd_set_fixmap(addr) ((pgd_t *)set_fixmap_offset(FIX_PGD, addr))