Home
last modified time | relevance | path

Searched refs:fmap_offset (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/coreboot/util/smmstoretool/
H A Dstorage.c29 long fmap_offset = fmap_find(storage->file.start, storage->file.length); in storage_open() local
30 if (fmap_offset >= 0) { in storage_open()
31 struct fmap *fmap = (void *)(storage->file.start + fmap_offset); in storage_open()
/aosp_15_r20/external/coreboot/util/cbfstool/
H A Dfmaptool.c130 unsigned fmap_offset = in write_header() local
132 assert(fmap_offset != FMD_NOTFOUND); in write_header()
136 fprintf(header, "#define %s %#x\n", HEADER_FMAP_OFFSET, fmap_offset); in write_header()
/aosp_15_r20/external/coreboot/payloads/libpayload/libc/
H A Dcoreboot.c194 info->fmap_offset = bmp->fmap_offset; in cb_parse_boot_media_params()
/aosp_15_r20/external/coreboot/src/soc/amd/common/vboot/include/psp_verstage/
H A Dpsp_transfer.h37 uint32_t fmap_offset; member
/aosp_15_r20/external/coreboot/payloads/libpayload/include/
H A Dsysinfo.h142 uint64_t fmap_offset; member
H A Dcoreboot_tables.h322 cb_uint64_t fmap_offset; member
/aosp_15_r20/external/coreboot/src/soc/amd/common/psp_verstage/
H A Dpsp_verstage.c185 buffer_info.fmap_offset = (uint32_t)((uintptr_t)_fmap_cache - in save_buffers()
/aosp_15_r20/external/coreboot/src/commonlib/include/commonlib/
H A Dcoreboot_tables.h373 lb_uint64_t fmap_offset; member
/aosp_15_r20/external/coreboot/tests/lib/
H A Dcoreboot_table-test.c424 assert_int_equal(get_fmap_flash_offset(), bmp->fmap_offset); in test_write_tables()
/aosp_15_r20/external/coreboot/src/lib/
H A Dcoreboot_table.c237 bmp->fmap_offset = get_fmap_flash_offset(); in lb_boot_media_params()