Home
last modified time | relevance | path

Searched refs:stacktop (Results 1 – 20 of 20) sorted by relevance

/kvm-unit-tests/arm/efi/
H A Dcrt0-efi-aarch64.S132 adrp x2, stacktop
133 add x2, x2, :lo12:stacktop
154 stacktop: label
/kvm-unit-tests/riscv/
H A Dflat.lds2 * init::start will pass stacktop to setup() as the base of free memory.
61 * sp must always be strictly less than the true stacktop
66 PROVIDE(stacktop = .); symbol
H A Dcstart.S50 .dword stacktop - ImageBase // image size
93 la sp, stacktop
104 la a1, stacktop // a1 is the base of free memory
/kvm-unit-tests/x86/efi/
H A Defistart64.S12 .globl stacktop symbol
13 stacktop: label
H A Dcrt0-efi-x86_64.S62 lea stacktop(%rip), %rsp
/kvm-unit-tests/arm/
H A Dflat.lds2 * init::start will pass stacktop to setup() as the base of free memory.
61 * sp must always be strictly less than the true stacktop
66 PROVIDE(stacktop = .); symbol
H A Dcstart64.S76 adrp x5, stacktop
77 add x5, x5, :lo12:stacktop
100 adrp x1, stacktop
101 add x1, x1, :lo12:stacktop // x1 is the base of free memory
H A Dcstart.S40 ldr r5, =stacktop
83 ldr r2, =stacktop @ r2,r3 is the base of free memory
/kvm-unit-tests/x86/
H A Dcstart.S15 stacktop: label
61 mov $stacktop, %esp
86 smp_stacktop: .long stacktop - per_cpu_size
H A Dcstart64.S13 stacktop: label
67 mov $stacktop, %esp
96 smp_stacktop: .long stacktop - per_cpu_size
/kvm-unit-tests/lib/x86/asm/
H A Dsetup.h4 unsigned long setup_tss(u8 *stacktop);
/kvm-unit-tests/s390x/
H A Dflat.lds.S51 stacktop = .; symbol
/kvm-unit-tests/s390x/snippets/c/
H A Dflat.lds.S32 stacktop = .; symbol
/kvm-unit-tests/powerpc/
H A Dflat.lds53 stacktop = .; symbol
/kvm-unit-tests/riscv/efi/
H A Dcrt0-efi-riscv64.S170 la sp, stacktop
191 stacktop: label
/kvm-unit-tests/lib/x86/
H A Dsmp.c35 extern u8 stacktop;
276 smp_stacktop = ((u64) (&stacktop)) - PER_CPU_SIZE; in bringup_aps()
H A Dsetup.c111 unsigned long setup_tss(u8 *stacktop) in setup_tss() argument
131 unsigned long setup_tss(u8 *stacktop) in setup_tss() argument
149 (unsigned long)stacktop - PER_CPU_SIZE, 0xfffff, 0x93, 0xc0); in setup_tss()
/kvm-unit-tests/lib/s390x/
H A Dsclp.c22 extern unsigned long stacktop;
37 phys_addr_t freemem_start = (phys_addr_t)&stacktop; in mem_init()
/kvm-unit-tests/lib/powerpc/
H A Dsetup.c28 extern unsigned long stacktop;
221 void *freemem = &stacktop; in setup()
/kvm-unit-tests/lib/arm/
H A Dsetup.c38 extern unsigned long stacktop;
205 assert((unsigned long)fdt > (unsigned long)&stacktop); in freemem_push_fdt()