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

Function arch_setup_additional_pages

components/lwp/arch/common/vdso.c:86–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86int arch_setup_additional_pages(struct rt_lwp *lwp)
87{
88 int ret;
89 if (init_ret_flag != RT_EOK) return -RT_ERROR;
90 ret = __setup_additional_pages(VDSO_ABI_COMMON, lwp);
91
92 return ret;
93}
94
95
96static void __initdata(void)

Callers

nothing calls this directly

Calls 1

__setup_additional_pagesFunction · 0.85

Tested by

no test coverage detected