MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / get_free_page

Function get_free_page

libcpu/aarch64/common/mmu.c:633–636  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

631}
632
633unsigned long get_free_page(void)
634{
635 return (unsigned long) (__init_page_array[__page_off++].page);
636}
637
638static int _map_single_page_2M(unsigned long *lv0_tbl, unsigned long va,
639 unsigned long pa, unsigned long attr,

Callers 1

_map_single_page_2MFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected