Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
452
struct rt_page *rt_page_addr2page(void *addr)
453
{
454
return addr_to_page(page_start, addr);
455
}
456
457
void *rt_page_page2addr(struct rt_page *p)
458
{
Callers
4
_buddy_get
Function · 0.85
rt_page_ref_get
Function · 0.85
rt_page_ref_inc
Function · 0.85
rt_pages_free
Function · 0.85
Calls
1
addr_to_page
Function · 0.85
Tested by
no test coverage detected