Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/s390x/kernel/
Dsmp.c624 unsigned long async_stack; in smp_boot_cpus() local
647 async_stack = __get_free_pages(GFP_KERNEL,2); in smp_boot_cpus()
648 if (async_stack == 0) { in smp_boot_cpus()
656 curr_lowcore->async_stack = async_stack + (4 * PAGE_SIZE); in smp_boot_cpus()
Dsetup.c461 lowcore->async_stack = (__u64) in setup_arch()
/linux-2.4.37.9/arch/s390/kernel/
Dsmp.c642 unsigned long async_stack; in smp_boot_cpus() local
664 async_stack = __get_free_pages(GFP_KERNEL,1); in smp_boot_cpus()
665 if (async_stack == 0) in smp_boot_cpus()
670 lowcore_ptr[i]->async_stack = async_stack + (2 * PAGE_SIZE); in smp_boot_cpus()
Dsetup.c602 lowcore->async_stack = (__u32) in setup_arch()
/linux-2.4.37.9/include/asm-s390/
Dlowcore.h160 __u32 async_stack; /* 0xc44 */ member
/linux-2.4.37.9/include/asm-s390x/
Dlowcore.h158 __u64 async_stack; /* 0xd48 */ member