OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KERNEL_STACK_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/arch/xtensa/include/asm/
ptrace.h
37
#define
KERNEL_STACK_SIZE
(2 * PAGE_SIZE)
114
(task_stack_page(tsk) +
KERNEL_STACK_SIZE
- (XCHAL_NUM_AREGS-16)*4) - 1)
128
#define PT_REGS_OFFSET (
KERNEL_STACK_SIZE
- PT_USER_SIZE)
/external/u-boot/arch/arm/include/asm/proc-armv/
processor.h
23
#define
KERNEL_STACK_SIZE
PAGE_SIZE
Completed in 85 milliseconds