HomeSort by relevance Sort by last modified time
    Searched refs:THREAD_SIZE (Results 1 - 11 of 11) sorted by null

  /external/kernel-headers/original/asm-x86/
thread_info_32.h 57 #define THREAD_SIZE (4096)
59 #define THREAD_SIZE (8192)
62 #define STACK_WARN (THREAD_SIZE/8)
93 return (struct thread_info *)(current_stack_pointer & ~(THREAD_SIZE - 1));
99 __get_free_pages(GFP_KERNEL| __GFP_ZERO, get_order(THREAD_SIZE)))
102 __get_free_pages(GFP_KERNEL, get_order(THREAD_SIZE)))
105 #define free_thread_info(info) free_pages((unsigned long)(info), get_order(THREAD_SIZE))
111 movl $-THREAD_SIZE, reg; \
116 andl $-THREAD_SIZE, reg
processor_32.h 430 #define THREAD_SIZE_LONGS (THREAD_SIZE/sizeof(unsigned long))
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
page_64.h 13 #define THREAD_SIZE (PAGE_SIZE << THREAD_ORDER)
14 #define CURRENT_MASK (~(THREAD_SIZE-1))
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
stack_profile.c 43 #define STACK_MASK (THREAD_SIZE-1)
47 unsigned long stack_buf[THREAD_SIZE/sizeof(unsigned long)];
78 sfp->stack_size = THREAD_SIZE - (real_sp & STACK_MASK);
170 sfp->stack_size = THREAD_SIZE;
  /system/wlan/ti/wilink_6_1/platforms/os/linux/src/
stack_profile.c 43 #define STACK_MASK (THREAD_SIZE-1)
47 unsigned long stack_buf[THREAD_SIZE/sizeof(unsigned long)];
78 sfp->stack_size = THREAD_SIZE - (real_sp & STACK_MASK);
170 sfp->stack_size = THREAD_SIZE;
  /external/kernel-headers/original/asm-arm/
thread_info.h 19 #define THREAD_SIZE 8192
20 #define THREAD_START_SP (THREAD_SIZE - 8)
94 return (struct thread_info *)(sp & ~(THREAD_SIZE - 1));
  /bionic/libc/kernel/arch-x86/asm/
processor_32.h 227 #define THREAD_SIZE_LONGS (THREAD_SIZE/sizeof(unsigned long))
  /development/ndk/platforms/android-5/arch-x86/include/asm/
processor_32.h 227 #define THREAD_SIZE_LONGS (THREAD_SIZE/sizeof(unsigned long))
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
processor_32.h 227 #define THREAD_SIZE_LONGS (THREAD_SIZE/sizeof(unsigned long))
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
processor_32.h 227 #define THREAD_SIZE_LONGS (THREAD_SIZE/sizeof(unsigned long))
  /external/kernel-headers/original/linux/
sched.h     [all...]

Completed in 547 milliseconds