Home
last modified time | relevance | path

Searched refs:vdso_alloc_per_cpu (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/s390/include/asm/
Dvdso.h43 int vdso_alloc_per_cpu(int cpu, struct _lowcore *lowcore);
/linux-2.6.39/arch/s390/kernel/
Dvdso.c103 int vdso_alloc_per_cpu(int cpu, struct _lowcore *lowcore) in vdso_alloc_per_cpu() function
326 if (vdso_alloc_per_cpu(0, &S390_lowcore)) in vdso_init()
Dsmp.c522 if (vdso_alloc_per_cpu(cpu, lowcore)) in smp_alloc_lowcore()
731 if (vdso_alloc_per_cpu(smp_processor_id(), &S390_lowcore)) in smp_prepare_cpus()