Lines Matching refs:idx
48 static inline void __init __late_set_fixmap(enum fixed_addresses idx, in __late_set_fixmap() argument
56 static inline void __init __late_clear_fixmap(enum fixed_addresses idx) in __late_clear_fixmap() argument
102 enum fixed_addresses idx; in __early_ioremap() local
142 idx = FIX_BTMAP_BEGIN - NR_FIX_BTMAPS*slot; in __early_ioremap()
145 __late_set_fixmap(idx, phys_addr, prot); in __early_ioremap()
147 __early_set_fixmap(idx, phys_addr, prot); in __early_ioremap()
149 --idx; in __early_ioremap()
164 enum fixed_addresses idx; in early_iounmap() local
194 idx = FIX_BTMAP_BEGIN - NR_FIX_BTMAPS*slot; in early_iounmap()
197 __late_clear_fixmap(idx); in early_iounmap()
199 __early_set_fixmap(idx, 0, FIXMAP_PAGE_CLEAR); in early_iounmap()
200 --idx; in early_iounmap()