Searched refs:parts (Results 1 – 2 of 2) sorted by relevance
491 union handle_parts parts = { .handle = handle }; in depot_fetch_stack() local493 u32 pool_index = parts.pool_index_plus_1 - 1; in depot_fetch_stack()494 size_t offset = parts.offset << DEPOT_STACK_ALIGN; in depot_fetch_stack()826 union handle_parts parts = { .handle = handle }; in stack_depot_set_extra_bits() local832 parts.extra = extra_bits; in stack_depot_set_extra_bits()833 return parts.handle; in stack_depot_set_extra_bits()839 union handle_parts parts = { .handle = handle }; in stack_depot_get_extra_bits() local841 return parts.extra; in stack_depot_get_extra_bits()
1698 Some parts of the kernel contain bugs relating to their use of3223 The test consists of two parts: saving kernel data before kexec and
Completed in 10 milliseconds