Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/scripts/gdb/linux/
H A Dstackdepot.py14 DEPOT_STACK_ALIGN = 4 variable
17 global DEPOT_STACK_ALIGN
27 offset = parts['offset'] << DEPOT_STACK_ALIGN
/kernel/linux/linux-6.6/lib/
H A Dstackdepot.c38 #define DEPOT_STACK_ALIGN 4 macro
39 #define DEPOT_OFFSET_BITS (DEPOT_POOL_ORDER + PAGE_SHIFT - DEPOT_STACK_ALIGN)
265 required_size = ALIGN(required_size, 1 << DEPOT_STACK_ALIGN); in depot_alloc_stack()
305 stack->handle.offset = pool_offset >> DEPOT_STACK_ALIGN; in depot_alloc_stack()
470 size_t offset = parts.offset << DEPOT_STACK_ALIGN; in stack_depot_fetch()

Completed in 2 milliseconds