Home
last modified time | relevance | path

Searched refs:setup (Results 1 – 22 of 22) sorted by relevance

/kvm-unit-tests/lib/s390x/
H A Dio.c26 void setup(void);
35 void setup(void) in setup() function
/kvm-unit-tests/lib/riscv/asm/
H A Dsetup.h14 void setup(const void *fdt, phys_addr_t freemem_start);
/kvm-unit-tests/lib/powerpc/asm/
H A Dsetup.h28 void setup(const void *fdt);
/kvm-unit-tests/lib/arm/asm/
H A Dsetup.h25 void setup(const void *fdt, phys_addr_t freemem_start);
/kvm-unit-tests/riscv/
H A Dflat.lds2 * 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
H A DMakefile46 cflatobjs += lib/riscv/setup.o
H A Dcstart.S106 call setup // a0 is the addr of the dtb
/kvm-unit-tests/powerpc/
H A Dunittests.cfg12 # that the configured amount of memory (-m <MB>) are correctly setup
15 [selftest-setup]
18 extra_params = -m 1g -append 'setup smp=2 mem=1024'
H A DMakefile.common52 cflatobjs += lib/powerpc/setup.o
H A Dcstart64.S116 bl setup
/kvm-unit-tests/arm/
H A Dflat.lds2 * 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
H A Dunittests.cfg12 # that the configured amount of memory (-m <MB>) are correctly setup
15 [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).
H A DMakefile.common56 cflatobjs += lib/arm/setup.o
H A Dcstart.S84 bl setup @ r0 is the addr of the dtb
H A Dcstart64.S102 bl setup // x0 is the addr of the dtb
/kvm-unit-tests/s390x/
H A Dedat.c229 static unsigned int setup(void) in setup() function
277 edat = setup(); in main()
H A Dcstart64.S80 brasl %r14, setup
H A Dunittests.cfg9 [selftest-setup]
/kvm-unit-tests/lib/riscv/
H A Dsetup.c196 void setup(const void *fdt, phys_addr_t freemem_start) in setup() function
/kvm-unit-tests/x86/
H A DMakefile.common13 cflatobjs += lib/x86/setup.o
/kvm-unit-tests/lib/powerpc/
H A Dsetup.c219 void setup(const void *fdt) in setup() function
/kvm-unit-tests/lib/arm/
H A Dsetup.c243 void setup(const void *fdt, phys_addr_t freemem_start) in setup() function