Searched refs:textStart (Results 1 – 1 of 1) sorted by relevance
1003 UINTPTR textStart = (UINTPTR)&__text_start + offset; in OsSetKSectionAttr() local1012 .phys = SYS_MEM_BASE + textStart - virtAddr, in OsSetKSectionAttr()1013 .virt = textStart, in OsSetKSectionAttr()1014 .size = ROUNDUP(textEnd - textStart, MMU_DESCRIPTOR_L2_SMALL_SIZE), in OsSetKSectionAttr()1056 (textStart - virtAddr) >> MMU_DESCRIPTOR_L2_SMALL_SHIFT, in OsSetKSectionAttr()1058 if (status != ((textStart - virtAddr) >> MMU_DESCRIPTOR_L2_SMALL_SHIFT)) { in OsSetKSectionAttr()