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

Function rt_page_addr2page

components/mm/mm_page.c:452–455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450}
451
452struct rt_page *rt_page_addr2page(void *addr)
453{
454 return addr_to_page(page_start, addr);
455}
456
457void *rt_page_page2addr(struct rt_page *p)
458{

Callers 4

_buddy_getFunction · 0.85
rt_page_ref_getFunction · 0.85
rt_page_ref_incFunction · 0.85
rt_pages_freeFunction · 0.85

Calls 1

addr_to_pageFunction · 0.85

Tested by

no test coverage detected