Lines Matching refs:memblock
14 difficult. This test suite, usually referred as memblock simulator, is
15 an attempt at testing the memblock mechanism. It runs one monolithic test that
17 allocation functionalities of memblock. The main data structure of the boot time
22 As this project uses the actual memblock code and has to run in user space,
24 introduced memblock simulator (commit 16802e55dea9 ("memblock tests: Add
25 skeleton of the memblock simulator")) and a few preparation commits just
61 memblock
72 | |-- common.(c|h) -- helper functions for resetting memblock;
83 memblock to track valid memory ranges. To achieve this, the test suite registers
84 with memblock memory stored by test_memory struct. It is a small wrapper that
86 tests, dummy physical memory is allocated, added to memblock, and then released
100 There's no need to explicitly free the dummy memory from memblock via