Searched refs:handle (Results 1 – 3 of 3) sorted by relevance
60 depot_stack_handle_t handle; member72 union handle_parts handle; member140 stack->handle.slabindex = depot_index; in depot_alloc_stack()141 stack->handle.offset = depot_offset >> STACK_ALLOC_ALIGN; in depot_alloc_stack()142 stack->handle.valid = 1; in depot_alloc_stack()184 void depot_fetch_stack(depot_stack_handle_t handle, struct stack_trace *trace) in depot_fetch_stack() argument186 union handle_parts parts = { .handle = handle }; in depot_fetch_stack()283 retval = found->handle.handle; in depot_save_stack()
100 unsigned long *handle, in iommu_tbl_range_alloc() argument136 if (pass == 0 && handle && *handle && in iommu_tbl_range_alloc()137 (*handle >= pool->start) && (*handle < pool->end)) in iommu_tbl_range_alloc()138 start = *handle; in iommu_tbl_range_alloc()219 if (handle) in iommu_tbl_range_alloc()220 *handle = end; in iommu_tbl_range_alloc()
706 Drivers ought to be able to handle interrupts coming in at those