Home
last modified time | relevance | path

Searched refs:PER_CPU_SIZE (Results 1 – 6 of 6) sorted by relevance

/kvm-unit-tests/x86/
H A Dcstart.S9 per_cpu_size = PER_CPU_SIZE
14 . = . + PER_CPU_SIZE * max_cpus
H A Dcstart64.S7 per_cpu_size = PER_CPU_SIZE
12 . = . + PER_CPU_SIZE * max_cpus
H A Dtrampolines.S8 per_cpu_size = PER_CPU_SIZE
/kvm-unit-tests/lib/x86/
H A Dsmp.h10 #define PER_CPU_SIZE (3 * 4096) macro
H A Dsmp.c276 smp_stacktop = ((u64) (&stacktop)) - PER_CPU_SIZE; in bringup_aps()
H A Dsetup.c149 (unsigned long)stacktop - PER_CPU_SIZE, 0xfffff, 0x93, 0xc0); in setup_tss()