Lines Matching +full:boot +full:- +full:time
2 * fixmap.h: compile-time virtual memory allocation
22 #include <asm/boot.h>
24 #include <asm/pgtable-prot.h>
27 * Here we define all the compile-time 'special' virtual
29 * compile time, but to set the physical address only
30 * in the boot process.
32 * Each enum increment in these 'compile-time allocated'
33 * memory buffers is page-sized. Use set_fixmap(idx,phys)
73 * Temporary boot-time mappings, used by early_ioremap(),
81 FIX_BTMAP_BEGIN = FIX_BTMAP_END + TOTAL_FIX_BTMAPS - 1,
97 #define FIXADDR_START (FIXADDR_TOP - FIXADDR_SIZE)
99 #define FIXADDR_TOT_START (FIXADDR_TOP - FIXADDR_TOT_SIZE)
112 #include <asm-generic/fixmap.h>