Home
last modified time | relevance | path

Searched refs:WINDOW_SIZE (Results 1 – 25 of 96) sorted by relevance

1234

/openbmc/hiomapd/test/
H A Dwindows_equally_evictable.c26 #define WINDOW_SIZE BLOCK_SIZE 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()
70 rc = mbox_create_read_window(tctx, pos, (WINDOW_SIZE / BLOCK_SIZE)); in main()
81 rc = mbox_create_read_window(tctx, pos, (WINDOW_SIZE / BLOCK_SIZE)); in main()
H A Drequest_high_version.c25 #define WINDOW_SIZE 1 macro
35 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
H A Dget_mbox_info_v2_timeout.c30 #define WINDOW_SIZE 1 << 20 macro
40 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
H A Drequest_low_version.c25 #define WINDOW_SIZE 1 macro
37 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
H A Dget_mbox_info_v2.c25 #define WINDOW_SIZE 1 macro
35 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
H A Dget_flash_info_v2.c30 #define WINDOW_SIZE 1 macro
40 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
H A Dreset_state.c30 #define WINDOW_SIZE 1 macro
40 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
/openbmc/phosphor-mboxd/vpnor/test/
H A Ddump_flash.cpp30 static constexpr auto WINDOW_SIZE = 2 * BLOCK_SIZE; variable
31 static constexpr auto MEM_SIZE = N_WINDOWS * WINDOW_SIZE;
70 tctx->ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
82 rc = mbox_create_read_window(tctx, pos, (WINDOW_SIZE / BLOCK_SIZE)); in main()
H A Dcreate_read_window_remap.cpp22 static const auto WINDOW_SIZE = 16 * BLOCK_SIZE; 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 Dcreate_write_window_unmapped.cpp19 static constexpr auto WINDOW_SIZE = BLOCK_SIZE; variable
20 static constexpr auto MEM_SIZE = WINDOW_SIZE;
48 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
H A Dcreate_read_window_size.cpp18 static const auto WINDOW_SIZE = 2 * BLOCK_SIZE; variable
19 static const auto MEM_SIZE = WINDOW_SIZE;
57 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
H A Dread_patch.cpp22 static constexpr auto WINDOW_SIZE = PART_SIZE * 8; variable
23 static constexpr auto MEM_SIZE = WINDOW_SIZE * N_WINDOWS;
49 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
/openbmc/hiomapd/vpnor/test/
H A Ddump_flash.cpp31 static constexpr auto WINDOW_SIZE = 2 * BLOCK_SIZE; variable
32 static constexpr auto MEM_SIZE = N_WINDOWS * WINDOW_SIZE;
71 tctx->ctx = mbox_create_frontend_context(N_WINDOWS, WINDOW_SIZE); in main()
82 rc = mbox_create_read_window(tctx, pos, (WINDOW_SIZE / BLOCK_SIZE)); in main()
H A Dcreate_read_window_remap.cpp23 static const auto WINDOW_SIZE = 16 * BLOCK_SIZE; 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 Dcreate_write_window_unmapped.cpp20 static constexpr auto WINDOW_SIZE = BLOCK_SIZE; variable
21 static constexpr auto MEM_SIZE = WINDOW_SIZE;
49 ctx = mbox_create_frontend_context(N_WINDOWS, WINDOW_SIZE); in main()
H A Dcreate_aligned_window.cpp31 static const auto WINDOW_SIZE = 1024 * 1024; variable
32 static const auto MEM_SIZE = WINDOW_SIZE * 3;
62 ctx = mbox_create_frontend_context(N_WINDOWS, WINDOW_SIZE); in main()
H A Dcreate_read_window_size.cpp20 static const auto WINDOW_SIZE = 2 * BLOCK_SIZE; variable
21 static const auto MEM_SIZE = WINDOW_SIZE;
59 ctx = mbox_create_frontend_context(N_WINDOWS, WINDOW_SIZE); in main()
H A Dread_patch.cpp23 static constexpr auto WINDOW_SIZE = PART_SIZE * 8; variable
24 static constexpr auto MEM_SIZE = WINDOW_SIZE * N_WINDOWS;
50 ctx = mbox_create_frontend_context(N_WINDOWS, WINDOW_SIZE); in main()
/openbmc/phosphor-mboxd/test/
H A Dget_mbox_info_v2.c25 #define WINDOW_SIZE 1 macro
35 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
H A Drequest_high_version.c25 #define WINDOW_SIZE 1 macro
35 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
H A Drequest_low_version.c25 #define WINDOW_SIZE 1 macro
37 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
H A Dget_mbox_info_v2_timeout.c30 #define WINDOW_SIZE 1 << 20 macro
40 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
H A Dget_flash_info_v2.c30 #define WINDOW_SIZE 1 macro
40 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
H A Dreset_state.c30 #define WINDOW_SIZE 1 macro
40 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
/openbmc/linux/drivers/mtd/maps/
H A Dl440gx.c19 #define WINDOW_SIZE 0x00100000 macro
50 .size = WINDOW_SIZE,
81 l440gx_map.virt = ioremap(WINDOW_ADDR, WINDOW_SIZE); in init_l440gx()

1234