Home
last modified time | relevance | path

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

/external/vboot_reference/tests/futility/
Ddata_fmap_expect_x.txt4 fmap_base: 0x0
Ddata_fmap_expect_x2.txt4 fmap_base: 0x0
/external/vboot_reference/host/lib/include/
Dfmap.h23 uint64_t fmap_base; member
/external/vboot_reference/futility/
Dcmd_dump_fmap.c69 printf("fmap_base: 0x%" PRIx64 "\n", fmh->fmap_base); in dump_fmap()
328 all_nodes[numnodes].start = fmh->fmap_base; in human_fmap()
330 all_nodes[numnodes].end = fmh->fmap_base + fmh->fmap_size; in human_fmap()
/external/vboot_reference/host/arch/x86_64/lib/
Dcrossystem_arch.c729 unsigned fmap_base; in VbGetArchPropertyInt() local
730 if (ReadFileInt(ACPI_FMAP_PATH, &fmap_base) < 0) in VbGetArchPropertyInt()
733 value = (int)fmap_base; in VbGetArchPropertyInt()
/external/vboot_reference/host/arch/x86/lib/
Dcrossystem_arch.c729 unsigned fmap_base; in VbGetArchPropertyInt() local
730 if (ReadFileInt(ACPI_FMAP_PATH, &fmap_base) < 0) in VbGetArchPropertyInt()
733 value = (int)fmap_base; in VbGetArchPropertyInt()