Searched refs:setup (Results 1 – 22 of 22) sorted by relevance
26 void setup(void);35 void setup(void) in setup() function
14 void setup(const void *fdt, phys_addr_t freemem_start);
28 void setup(const void *fdt);
25 void setup(const void *fdt, phys_addr_t freemem_start);
2 * init::start will pass stacktop to setup() as the base of free memory.3 * setup() will then move the FDT and initrd to that base before calling
46 cflatobjs += lib/riscv/setup.o
106 call setup // a0 is the addr of the dtb
12 # that the configured amount of memory (-m <MB>) are correctly setup15 [selftest-setup]18 extra_params = -m 1g -append 'setup smp=2 mem=1024'
52 cflatobjs += lib/powerpc/setup.o
116 bl setup
12 # that the configured amount of memory (-m <MB>) are correctly setup15 [selftest-setup]18 extra_params = -m 256 -append 'setup smp=2 mem=256'21 # Test vector setup and exception handling (kernel mode).27 # Test vector setup and exception handling (user mode).
56 cflatobjs += lib/arm/setup.o
84 bl setup @ r0 is the addr of the dtb
102 bl setup // x0 is the addr of the dtb
229 static unsigned int setup(void) in setup() function277 edat = setup(); in main()
80 brasl %r14, setup
9 [selftest-setup]
196 void setup(const void *fdt, phys_addr_t freemem_start) in setup() function
13 cflatobjs += lib/x86/setup.o
219 void setup(const void *fdt) in setup() function
243 void setup(const void *fdt, phys_addr_t freemem_start) in setup() function