/openbmc/hiomapd/test/ |
H A D | windows_equally_evictable.c | 25 #define N_WINDOWS 3 macro 27 #define MEM_SIZE (N_WINDOWS * WINDOW_SIZE) 28 #define PNOR_SIZE ((N_WINDOWS + 1) * WINDOW_SIZE) 60 tctx->ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
|
H A D | read_window_cycle.c | 36 #define N_WINDOWS MEM_SIZE - 1 macro 45 system_set_reserved_size(N_WINDOWS); in main() 48 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
|
H A D | request_high_version.c | 24 #define N_WINDOWS 1 macro 35 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
|
H A D | get_mbox_info_v2_timeout.c | 29 #define N_WINDOWS 1 macro 40 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
|
H A D | request_low_version.c | 24 #define N_WINDOWS 1 macro 37 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
|
H A D | get_mbox_info_v2.c | 24 #define N_WINDOWS 1 macro 35 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
|
H A D | get_flash_info_v2.c | 29 #define N_WINDOWS 1 macro 40 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
|
H A D | reset_state.c | 29 #define N_WINDOWS 1 macro 40 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
|
/openbmc/hiomapd/vpnor/test/ |
H A D | create_read_window_remap.cpp | 24 static const auto N_WINDOWS = 2; variable 25 static const auto MEM_SIZE = N_WINDOWS * WINDOW_SIZE; 50 ctx = mbox_create_frontend_context(N_WINDOWS, WINDOW_SIZE); in main()
|
H A D | read_patch.cpp | 22 static constexpr auto N_WINDOWS = 2; variable 24 static constexpr auto MEM_SIZE = WINDOW_SIZE * N_WINDOWS; 50 ctx = mbox_create_frontend_context(N_WINDOWS, WINDOW_SIZE); in main()
|
H A D | dump_flash.cpp | 30 static constexpr auto N_WINDOWS = 3; variable 32 static constexpr auto MEM_SIZE = N_WINDOWS * WINDOW_SIZE; 71 tctx->ctx = mbox_create_frontend_context(N_WINDOWS, WINDOW_SIZE); in main()
|
H A D | toc_overlap.cpp | 21 static constexpr auto N_WINDOWS = 1; variable 39 ctx = mbox_create_frontend_context(N_WINDOWS, WINDOW_SIZE); in main()
|
/openbmc/phosphor-mboxd/vpnor/test/ |
H A D | create_read_window_remap.cpp | 23 static const auto N_WINDOWS = 2; variable 24 static const auto MEM_SIZE = N_WINDOWS * WINDOW_SIZE; 49 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
|
H A D | read_patch.cpp | 21 static constexpr auto N_WINDOWS = 2; variable 23 static constexpr auto MEM_SIZE = WINDOW_SIZE * N_WINDOWS; 49 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
|
H A D | dump_flash.cpp | 29 static constexpr auto N_WINDOWS = 3; variable 31 static constexpr auto MEM_SIZE = N_WINDOWS * WINDOW_SIZE; 70 tctx->ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
|
H A D | toc_overlap.cpp | 20 static constexpr auto N_WINDOWS = 1; variable 38 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
|
H A D | toc_lookup_failed.cpp | 21 static constexpr auto N_WINDOWS = 1; variable 39 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
|
H A D | toc_missing_file.cpp | 20 static constexpr auto N_WINDOWS = 1; variable 39 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
|
/openbmc/phosphor-mboxd/test/ |
H A D | read_window_cycle.c | 36 #define N_WINDOWS MEM_SIZE - 1 macro 45 system_set_reserved_size(N_WINDOWS); in main() 48 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
|
H A D | get_mbox_info_v2.c | 24 #define N_WINDOWS 1 macro 35 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
|
H A D | request_high_version.c | 24 #define N_WINDOWS 1 macro 35 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
|
H A D | request_low_version.c | 24 #define N_WINDOWS 1 macro 37 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
|
H A D | get_mbox_info_v2_timeout.c | 29 #define N_WINDOWS 1 macro 40 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
|
H A D | get_flash_info_v2.c | 29 #define N_WINDOWS 1 macro 40 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
|
H A D | reset_state.c | 29 #define N_WINDOWS 1 macro 40 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
|