Searched refs:boot_size (Results 1 – 4 of 4) sorted by relevance
67 __u32 boot_size; /* size of boot code, in bytes */ member
81 mmc read ${loadaddr} ${boot_start} ${boot_size}; \
2116 size_t boot_size = 5 * 1024 * 1024; in TEST_F() local2118 base::FilePath boot_path = GenerateImage("boot", boot_size); in TEST_F()
2211 const size_t boot_size = 6 * MiB; in TEST_F() local2219 base::FilePath boot_path = GenerateImage("boot.img", boot_size); in TEST_F()