Home
last modified time | relevance | path

Searched refs:alloc_start (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/trusty/lk/kernel/vm/
Dvm.c90 uintptr_t alloc_start = boot_alloc_start; in vm_init_preheap() local
96 if (alloc_end != alloc_start) { in vm_init_preheap()
97 …LTRACEF("marking boot alloc used from 0x%" PRIxPTR " to 0x%" PRIxPTR "\n", alloc_start, alloc_end); in vm_init_preheap()
103 ASSERT(alloc_start == (uintptr_t)&_end); in vm_init_preheap()
104 alloc_start = page_align(alloc_start); in vm_init_preheap()
110 if (alloc_start < alloc_end) { in vm_init_preheap()
111 mark_pages_in_use(alloc_start, alloc_end - alloc_start); in vm_init_preheap()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Dregalloc.c391 unsigned alloc_start; member
397 unsigned reg_offset = ctx->alloc_start++; in find_free_value_reg()
398 if (ctx->alloc_start == GPIR_PHYSICAL_REG_NUM + GPIR_VALUE_REG_NUM) in find_free_value_reg()
399 ctx->alloc_start = 0; in find_free_value_reg()
/aosp_15_r20/external/libbpf/.github/actions/build-selftests/
H A Dvmlinux.h96568 unsigned int alloc_start; member
/aosp_15_r20/external/bcc/libbpf-tools/x86/
H A Dvmlinux.h34395 unsigned int alloc_start; member
H A Dvmlinux_518.h34395 unsigned int alloc_start; member
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/x86_64/
H A Dvmlinux.h35522 unsigned int alloc_start; member