Home
last modified time | relevance | path

Searched refs:userInitEnd (Results 1 – 1 of 1) sorted by relevance

/kernel/liteos_a/kernel/base/core/
Dlos_process.c1832 CHAR *userInitEnd = (CHAR *)&__user_init_end; in OsLoadUserInit() local
1833 UINT32 initBssSize = userInitEnd - userInitBssStart; in OsLoadUserInit()
1834 UINT32 initSize = userInitEnd - userInitTextStart; in OsLoadUserInit()
1839 (LOS_Align((UINTPTR)userInitEnd, PAGE_SIZE) != (UINTPTR)userInitEnd)) { in OsLoadUserInit()