Searched defs:offset (Results 1 – 4 of 4) sorted by relevance
201 static inline uintptr_t virt_from_bitmap_offset(size_t offset, size_t size) in virt_from_bitmap_offset()215 size_t offset, num_bits; in virt_region_init() local242 size_t offset, num_bits; in virt_region_free() local292 size_t offset; in virt_region_alloc() local898 size_t offset; in k_mem_map_phys_bare() local1296 for (size_t offset = 0; offset < size; offset += CONFIG_MMU_PAGE_SIZE) { in virt_region_foreach() local1443 for (size_t offset = 0; offset < size; offset += CONFIG_MMU_PAGE_SIZE) { in k_mem_page_out() local
37 size_t offset; in z_thread_stack_alloc_pool() local
215 ptrdiff_t offset = p - slab->buffer; in slab_ptr_is_good() local
316 int offset = tidx % NUM_BITS(_thread_idx_map[0]); in thread_idx_free() local
Completed in 23 milliseconds