Home
last modified time | relevance | path

Searched refs:N_WINDOWS (Results 1 – 25 of 85) sorted by relevance

1234

/openbmc/hiomapd/test/
H A Dwindows_equally_evictable.c25 #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 Dread_window_cycle.c36 #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 Drequest_high_version.c24 #define N_WINDOWS 1 macro
35 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
H A Dget_mbox_info_v2_timeout.c29 #define N_WINDOWS 1 macro
40 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
H A Drequest_low_version.c24 #define N_WINDOWS 1 macro
37 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
H A Dget_mbox_info_v2.c24 #define N_WINDOWS 1 macro
35 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
H A Dget_flash_info_v2.c29 #define N_WINDOWS 1 macro
40 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
H A Dreset_state.c29 #define N_WINDOWS 1 macro
40 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
/openbmc/hiomapd/vpnor/test/
H A Dcreate_read_window_remap.cpp24 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 Dread_patch.cpp22 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 Ddump_flash.cpp30 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 Dtoc_overlap.cpp21 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 Dcreate_read_window_remap.cpp23 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 Dread_patch.cpp21 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 Ddump_flash.cpp29 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 Dtoc_overlap.cpp20 static constexpr auto N_WINDOWS = 1; variable
38 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
H A Dtoc_lookup_failed.cpp21 static constexpr auto N_WINDOWS = 1; variable
39 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
H A Dtoc_missing_file.cpp20 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 Dread_window_cycle.c36 #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 Dget_mbox_info_v2.c24 #define N_WINDOWS 1 macro
35 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
H A Drequest_high_version.c24 #define N_WINDOWS 1 macro
35 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
H A Drequest_low_version.c24 #define N_WINDOWS 1 macro
37 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
H A Dget_mbox_info_v2_timeout.c29 #define N_WINDOWS 1 macro
40 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
H A Dget_flash_info_v2.c29 #define N_WINDOWS 1 macro
40 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
H A Dreset_state.c29 #define N_WINDOWS 1 macro
40 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()

1234