Home
last modified time | relevance | path

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

/linux/include/asm-generic/
H A Dfixmap.h82 #define set_fixmap_offset(idx, phys) \ macro
/linux/arch/riscv/kernel/
H A Dpatch.c58 return (void *)set_fixmap_offset(fixmap, phys); in patch_map()