Searched refs:PAGE_START (Results 1 – 13 of 13) sorted by relevance
22 #define PAGE_START HEAP_END macro26 #define PAGE_START HEAP_END macro27 #define PAGE_END ((size_t)PAGE_START + 64 * 1024 * 1024)
49 init_page_region.start = PAGE_START; in rt_hw_board_init()
24 #define PAGE_START HEAP_END macro30 #define PAGE_START HEAP_END macro31 #define PAGE_END ((size_t)PAGE_START + 128 * 1024 * 1024)
86 PAGE_START,
23 #define PAGE_START HEAP_END macro29 #define PAGE_START HEAP_END macro30 #define PAGE_END ((size_t)PAGE_START + 128 * 1024 * 1024)
22 #define PAGE_START HEAP_END macro28 #define PAGE_START HEAP_END macro29 #define PAGE_END ((size_t)PAGE_START + 64 * 1024 * 1024)
48 init_page_region.start = PAGE_START; in rt_hw_board_init()
37 #define PAGE_START HEAP_END + 1 * 1024 * 1024 macro42 #define PAGE_START (rt_size_t)(HEAP_END) macro43 #define PAGE_END (PAGE_START +PAGE_POOL_SIZE)
68 PAGE_START,
28 #define PAGE_START HEAP_END macro
53 (uint32_t)PAGE_START,
33 #define PAGE_START HEAP_END macro
57 (uint32_t)PAGE_START,
Completed in 16 milliseconds