Home
last modified time | relevance | path

Searched refs:file_offset (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/demand_paging/backing_store/
Dbacking_store_ondemand_semihost.c60 uintptr_t file_offset = (uintptr_t)lnkr_ondemand_load_start in k_mem_paging_backing_store_location_query() local
63 __ASSERT(file_offset % CONFIG_MMU_PAGE_SIZE == 0, "file_offset = %#lx", file_offset); in k_mem_paging_backing_store_location_query()
64 *location = file_offset; in k_mem_paging_backing_store_location_query()
/Zephyr-latest/soc/intel/intel_adsp/common/
Dboot.c101 bias = mod->segment[i].file_offset - in parse_module()
/Zephyr-latest/soc/intel/intel_adsp/common/include/
Dmanifest.h62 uint32_t file_offset; member