Lines Matching refs:idx
49 static inline void __init __late_set_fixmap(enum fixed_addresses idx, in __late_set_fixmap() argument
57 static inline void __init __late_clear_fixmap(enum fixed_addresses idx) in __late_clear_fixmap() argument
103 enum fixed_addresses idx; in __early_ioremap() local
143 idx = FIX_BTMAP_BEGIN - NR_FIX_BTMAPS*slot; in __early_ioremap()
146 __late_set_fixmap(idx, phys_addr, prot); in __early_ioremap()
148 __early_set_fixmap(idx, phys_addr, prot); in __early_ioremap()
150 --idx; in __early_ioremap()
165 enum fixed_addresses idx; in early_iounmap() local
195 idx = FIX_BTMAP_BEGIN - NR_FIX_BTMAPS*slot; in early_iounmap()
198 __late_clear_fixmap(idx); in early_iounmap()
200 __early_set_fixmap(idx, 0, FIXMAP_PAGE_CLEAR); in early_iounmap()
201 --idx; in early_iounmap()