/openbmc/phosphor-mboxd/vpnor/test/ |
H A D | create_pnor_partition_table.cpp | 18 static const auto PNOR_SIZE = 64 * 1024 * 1024; variable 19 static const auto MEM_SIZE = PNOR_SIZE; 35 system_set_mtd_sizes(PNOR_SIZE, ERASE_SIZE); in main() 48 (PNOR_SIZE) / expectedTable.data.block_size; in main()
|
H A D | dump_flash.cpp | 32 static constexpr auto PNOR_SIZE = (4 * BLOCK_SIZE); variable 68 system_set_mtd_sizes(PNOR_SIZE, ERASE_SIZE); in main() 78 while (pos < (PNOR_SIZE / BLOCK_SIZE)) in main()
|
H A D | create_read_window_oob.cpp | 26 static constexpr auto PNOR_SIZE = (BLOCK_SIZE * 4); variable 48 system_set_mtd_sizes(PNOR_SIZE, ERASE_SIZE); in main()
|
H A D | create_write_window_unmapped.cpp | 21 static constexpr auto PNOR_SIZE = 3 * BLOCK_SIZE; variable 46 system_set_mtd_sizes(PNOR_SIZE, ERASE_SIZE); in main()
|
H A D | create_read_window_straddle_partitions.cpp | 30 static constexpr auto PNOR_SIZE = MEM_SIZE * 2; variable 53 system_set_mtd_sizes(PNOR_SIZE, ERASE_SIZE); in main()
|
H A D | create_read_window_size.cpp | 21 static const auto PNOR_SIZE = 4 * BLOCK_SIZE; variable 55 system_set_mtd_sizes(PNOR_SIZE, ERASE_SIZE); in main()
|
H A D | read_patch.cpp | 24 static constexpr auto PNOR_SIZE = MEM_SIZE * 2; variable 48 system_set_mtd_sizes(PNOR_SIZE, ERASE_SIZE); in main()
|
H A D | create_read_window_toc.cpp | 18 static constexpr auto PNOR_SIZE = 64 * 1024 * 1024; variable 54 system_set_mtd_sizes(PNOR_SIZE, ERASE_SIZE); in main()
|
H A D | toc_overlap.cpp | 18 static constexpr auto PNOR_SIZE = 64 * 1024 * 1024; variable
|
H A D | toc_missing_file.cpp | 18 static constexpr auto PNOR_SIZE = 64 * 1024 * 1024; variable
|
H A D | toc_lookup_failed.cpp | 19 static constexpr auto PNOR_SIZE = 64 * 1024 * 1024; variable
|
H A D | toc_lookup_found.cpp | 18 static constexpr auto PNOR_SIZE = 64 * 1024 * 1024; variable
|
/openbmc/hiomapd/vpnor/test/ |
H A D | create_pnor_partition_table.cpp | 20 static const auto PNOR_SIZE = 64 * 1024 * 1024; variable 21 static const auto MEM_SIZE = PNOR_SIZE; 37 system_set_mtd_sizes(PNOR_SIZE, ERASE_SIZE); in main() 50 (PNOR_SIZE) / expectedTable.data.block_size; in main()
|
H A D | dump_flash.cpp | 33 static constexpr auto PNOR_SIZE = (4 * BLOCK_SIZE); variable 69 system_set_mtd_sizes(PNOR_SIZE, ERASE_SIZE); in main() 78 while (pos < (PNOR_SIZE / BLOCK_SIZE)) in main()
|
H A D | create_read_window_oob.cpp | 27 static constexpr auto PNOR_SIZE = (BLOCK_SIZE * 4); variable 49 system_set_mtd_sizes(PNOR_SIZE, ERASE_SIZE); in main()
|
H A D | create_write_window_unmapped.cpp | 22 static constexpr auto PNOR_SIZE = 3 * BLOCK_SIZE; variable 47 system_set_mtd_sizes(PNOR_SIZE, ERASE_SIZE); in main()
|
H A D | create_read_window_straddle_partitions.cpp | 30 static constexpr auto PNOR_SIZE = MEM_SIZE * 2; variable 53 system_set_mtd_sizes(PNOR_SIZE, ERASE_SIZE); in main()
|
H A D | create_read_window_size.cpp | 23 static const auto PNOR_SIZE = 4 * BLOCK_SIZE; variable 57 system_set_mtd_sizes(PNOR_SIZE, ERASE_SIZE); in main()
|
H A D | read_patch.cpp | 25 static constexpr auto PNOR_SIZE = MEM_SIZE * 2; variable 49 system_set_mtd_sizes(PNOR_SIZE, ERASE_SIZE); in main()
|
H A D | create_read_window_toc.cpp | 20 static constexpr auto PNOR_SIZE = 64 * 1024 * 1024; variable 56 system_set_mtd_sizes(PNOR_SIZE, ERASE_SIZE); in main()
|
H A D | force_readonly_toc.cpp | 22 static constexpr auto PNOR_SIZE = BLOCK_SIZE; variable 53 system_set_mtd_sizes(PNOR_SIZE, ERASE_SIZE); in main()
|
H A D | write_toc.cpp | 20 static constexpr auto PNOR_SIZE = 2 * BLOCK_SIZE; variable 68 system_set_mtd_sizes(PNOR_SIZE, ERASE_SIZE); in main()
|
H A D | toc_overlap.cpp | 19 static constexpr auto PNOR_SIZE = 64 * 1024 * 1024; variable
|
H A D | toc_lookup_failed.cpp | 20 static constexpr auto PNOR_SIZE = 64 * 1024 * 1024; variable
|
/openbmc/hiomapd/test/ |
H A D | windows_equally_evictable.c | 28 #define PNOR_SIZE ((N_WINDOWS + 1) * WINDOW_SIZE) macro 58 system_set_mtd_sizes(PNOR_SIZE, ERASE_SIZE); in main() 66 while (pos < ((PNOR_SIZE - BLOCK_SIZE) / BLOCK_SIZE)) in main()
|