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

Function rt_mm_fault_res_init

components/mm/mm_fault.h:103–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101};
102
103rt_inline void rt_mm_fault_res_init(struct rt_mm_fault_res *res)
104{
105 res->vaddr = RT_NULL;
106 res->size = 0;
107 res->hint = MM_FAULT_HINT_PREFETCH_NONE;
108 res->status = MM_FAULT_STATUS_UNRECOVERABLE;
109}
110
111rt_inline void rt_mm_io_msg_init(struct rt_aspace_io_msg *io, rt_size_t off, void *fault_vaddr, void *buffer_vaddr)
112{

Callers 5

rt_aspace_fault_try_fixFunction · 0.85
_get_page_from_backupFunction · 0.85
_anon_page_readFunction · 0.85
_anon_page_writeFunction · 0.85
rt_mm_io_msg_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected