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.c1621 CHAR *userInitEnd = (CHAR *)&__user_init_end; in OsLoadUserInit() local
1622 UINT32 initBssSize = userInitEnd - userInitBssStart; in OsLoadUserInit()
1623 UINT32 initSize = userInitEnd - userInitTextStart; in OsLoadUserInit()
1628 (LOS_Align((UINTPTR)userInitEnd, PAGE_SIZE) != (UINTPTR)userInitEnd)) { in OsLoadUserInit()