| 755 | } |
| 756 | |
| 757 | static struct rt_page *_early_pages_alloc(pgls_agr_t page_list[], |
| 758 | rt_uint32_t size_bits, int affid) |
| 759 | { |
| 760 | return __pages_alloc(page_list, size_bits, affid, _early_page_remove, |
| 761 | _early_page_insert, _early_page_alloc); |
| 762 | } |
| 763 | |
| 764 | static pgls_agr_t *_get_page_list(void *vaddr) |
| 765 | { |
nothing calls this directly
no test coverage detected