Searched refs:DEPOT_STACK_ALIGN (Results 1 - 3 of 3) sorted by relevance

/linux-master/scripts/gdb/linux/
H A Dstackdepot.py14 DEPOT_STACK_ALIGN = 4 variable
17 global DEPOT_STACK_ALIGN
27 offset = parts['offset'] << DEPOT_STACK_ALIGN
/linux-master/include/linux/
H A Dstackdepot.h37 #define DEPOT_STACK_ALIGN 4 macro
38 #define DEPOT_OFFSET_BITS (DEPOT_POOL_ORDER + PAGE_SHIFT - DEPOT_STACK_ALIGN)
/linux-master/lib/
H A Dstackdepot.c334 stack->handle.offset = pool_offset >> DEPOT_STACK_ALIGN;
376 return ALIGN(sizeof(struct stack_record) - unused, 1 << DEPOT_STACK_ALIGN);
445 size_t offset = parts.offset << DEPOT_STACK_ALIGN;

Completed in 242 milliseconds