Home
last modified time | relevance | path

Searched defs:SetupHeader (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/avb/examples/uefi/
H A Duefi_avb_boot.c39 struct SetupHeader { struct
40 UINT8 boot_sector[0x01f1];
41 UINT8 setup_secs;
42 UINT16 root_flags;
43 UINT32 sys_size;
44 UINT16 ram_size;
45 UINT16 video_mode;
46 UINT16 root_dev;
47 UINT16 signature;
48 UINT16 jump;
[all …]
/aosp_15_r20/system/nvram/core/tests/
H A Dnvram_manager_test.cpp39 static void SetupHeader(uint32_t header_version, uint32_t index) { in SetupHeader() function in nvram::__anonf32308c40111::NvramManagerTest
/aosp_15_r20/art/runtime/oat/
H A Doat_file.cc1850 void SetupHeader(size_t number_of_dex_files, ClassLoaderContext* context) { in SetupHeader() function in art::OatFileBackedByVdex