Home
last modified time | relevance | path

Searched refs:OVERFLOW_STACK_SIZE (Results 1 – 14 of 14) sorted by relevance

/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm64/include/asm/
H A Dstacktrace.h110 DECLARE_PER_CPU(unsigned long [OVERFLOW_STACK_SIZE/sizeof(long)], overflow_stack);
116 unsigned long high = low + OVERFLOW_STACK_SIZE; in on_overflow_stack()
H A Dmemory.h117 #define OVERFLOW_STACK_SIZE SZ_4K macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm64/include/asm/
H A Dstacktrace.h110 DECLARE_PER_CPU(unsigned long [OVERFLOW_STACK_SIZE/sizeof(long)], overflow_stack);
116 unsigned long high = low + OVERFLOW_STACK_SIZE; in on_overflow_stack()
H A Dmemory.h117 #define OVERFLOW_STACK_SIZE SZ_4K macro
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm64/include/asm/
H A Dstacktrace.h110 DECLARE_PER_CPU(unsigned long [OVERFLOW_STACK_SIZE/sizeof(long)], overflow_stack);
116 unsigned long high = low + OVERFLOW_STACK_SIZE; in on_overflow_stack()
H A Dmemory.h117 #define OVERFLOW_STACK_SIZE SZ_4K macro
/dports/lang/polyml/polyml-5.8.2/libpolyml/
H A Dx86_dep.cpp134 #define OVERFLOW_STACK_SIZE (50+1024) macro
136 #define OVERFLOW_STACK_SIZE 50 macro
214 OVERFLOW_STACK_SIZE*sizeof(uintptr_t)/sizeof(PolyWord); } in currentStackSpace()
273 …virtual unsigned InitialStackSize(void) { return (128+OVERFLOW_STACK_SIZE) * sizeof(uintptr_t) / s… in InitialStackSize()
505 OVERFLOW_STACK_SIZE * sizeof(uintptr_t) / sizeof(PolyWord); in HandleTrap()
513 OVERFLOW_STACK_SIZE * sizeof(uintptr_t) / sizeof(PolyWord); in HandleTrap()
528 … this->assemblyInterface.stackLimit = (stackItem*)this->stack->bottom + OVERFLOW_STACK_SIZE; in HandleTrap()
566 assemblyInterface.stackLimit = (stackItem*)space->bottom + OVERFLOW_STACK_SIZE; in InitStackFrame()
H A Dinterpret.cpp97 #define OVERFLOW_STACK_SIZE \ macro
145 …ckSpace(void) const { return ((stackItem*)this->stack->top - this->taskSp) + OVERFLOW_STACK_SIZE; } in currentStackSpace()
415 sl = (stackItem*)((PolyWord*)this->stack->stack() + OVERFLOW_STACK_SIZE); in SwitchToPoly()
604 … uintptr_t min_size = (this->stack->top - (PolyWord*)sp) + OVERFLOW_STACK_SIZE + stackCheck; in SwitchToPoly()
608 sl = (stackItem*)this->stack->stack() + OVERFLOW_STACK_SIZE; in SwitchToPoly()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm64/kernel/
H A Dtraps.c789 DEFINE_PER_CPU(unsigned long [OVERFLOW_STACK_SIZE/sizeof(long)], overflow_stack)
813 ovf_stk, ovf_stk + OVERFLOW_STACK_SIZE); in handle_bad_stack()
H A Dentry.S107 adr_this_cpu sp, overflow_stack + OVERFLOW_STACK_SIZE, x0
115 tst x0, #~(OVERFLOW_STACK_SIZE - 1) // within range?
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm64/kernel/
H A Dtraps.c789 DEFINE_PER_CPU(unsigned long [OVERFLOW_STACK_SIZE/sizeof(long)], overflow_stack)
813 ovf_stk, ovf_stk + OVERFLOW_STACK_SIZE); in handle_bad_stack()
H A Dentry.S107 adr_this_cpu sp, overflow_stack + OVERFLOW_STACK_SIZE, x0
115 tst x0, #~(OVERFLOW_STACK_SIZE - 1) // within range?
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm64/kernel/
H A Dtraps.c789 DEFINE_PER_CPU(unsigned long [OVERFLOW_STACK_SIZE/sizeof(long)], overflow_stack)
813 ovf_stk, ovf_stk + OVERFLOW_STACK_SIZE); in handle_bad_stack()
H A Dentry.S107 adr_this_cpu sp, overflow_stack + OVERFLOW_STACK_SIZE, x0
115 tst x0, #~(OVERFLOW_STACK_SIZE - 1) // within range?