__set_fixmap
#define __early_set_fixmap __set_fixmap
void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot);
#define __early_set_fixmap __set_fixmap
#define __late_set_fixmap __set_fixmap
#define __late_clear_fixmap(idx) __set_fixmap((idx), 0, FIXMAP_PAGE_CLEAR)
extern void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot);
__set_fixmap(vncr_fixmap(vt->cpu), vt->hpa, prot);
__set_fixmap(FIX_ENTRY_TRAMP_TEXT1 - i,
__set_fixmap(FIX_ENTRY_TRAMP_TEXT1 - i,
extern void __set_fixmap(enum fixed_addresses idx,
extern void __set_fixmap(enum fixed_addresses idx,
extern void __set_fixmap(enum fixed_addresses idx,
#define __early_set_fixmap __set_fixmap
#define __early_set_fixmap __set_fixmap
#define __late_set_fixmap __set_fixmap
#define __late_clear_fixmap(idx) __set_fixmap((idx), 0, FIXMAP_PAGE_CLEAR)
extern void __set_fixmap(enum fixed_addresses idx,
extern void __set_fixmap(enum fixed_addresses idx,
__set_fixmap(idx, phys_addr, prot);
__set_fixmap(VSYSCALL_PAGE, physaddr_vsyscall,
#define __late_set_fixmap(idx, phys, flags) __set_fixmap(idx, phys, flags)
#define __late_clear_fixmap(idx) __set_fixmap(idx, 0, __pgprot(0))
__set_fixmap(idx, phys, flags);
__set_fixmap(FIX_WP_TEST, __pa_symbol(empty_zero_page), PAGE_KERNEL_RO);
__set_fixmap(fixmap_idx, paddr, prot);
__set_fixmap(FIX_EARLYCON_MEM_BASE, device->port.mapbase,
__set_fixmap(idx, phys, FIXMAP_PAGE_NORMAL)
__set_fixmap(idx, 0, FIXMAP_PAGE_CLEAR)
__set_fixmap(idx, phys, flags); \
__set_fixmap(idx, phys, FIXMAP_PAGE_NOCACHE)
__set_fixmap(idx, phys, FIXMAP_PAGE_IO)