Searched refs:set_fixmap_offset (Results 1 – 2 of 2) sorted by relevance
| /linux/include/asm-generic/ | ||
| H A D | fixmap.h | 82 #define set_fixmap_offset(idx, phys) \ macro |
| /linux/arch/riscv/kernel/ | ||
| H A D | patch.c | 58 return (void *)set_fixmap_offset(fixmap, phys); in patch_map() |