Home
last modified time | relevance | path

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

/Linux-v5.10/arch/csky/mm/
Dtcm.c22 extern char __tcm_start, __tcm_end, __dtcm_start;
85 &__tcm_start, &__dtcm_start - &__tcm_start);
91 __func__, (unsigned long)&__tcm_start, &__dtcm_start - &__tcm_start);
94 &__dtcm_start, &__tcm_end - &__dtcm_start);
101 __func__, (unsigned long)&__dtcm_start, &__tcm_end - &__dtcm_start);
140 - (u32) (&__tcm_end - &__dtcm_start);
143 + (u32) (&__tcm_end - &__dtcm_start);
/Linux-v5.10/arch/arm/include/asm/
Dvmlinux.lds.h140 __dtcm_start = .; \
141 .data_dtcm DTCM_OFFSET : AT(__dtcm_start - LOAD_OFFSET) { \
147 . = __dtcm_start + SIZEOF(.data_dtcm);
/Linux-v5.10/arch/csky/kernel/
Dvmlinux.lds.S82 __dtcm_start = .; symbol
85 .data_tcm FIXADDR_TCM + ITCM_SIZE : AT(__dtcm_start)
/Linux-v5.10/arch/arm/kernel/
Dtcm.c31 extern char __dtcm_start, __sdtcm_data, __edtcm_data;
327 ram = &__dtcm_start; in tcm_init()