Home
last modified time | relevance | path

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

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

Completed in 9 milliseconds