Home
last modified time | relevance | path

Searched hist:"86606 eb51e81b4189579e2b429f1c8f26f5c804c" (Results 1 – 1 of 1) sorted by relevance

/rk3399_ARM-atf/include/lib/el3_runtime/
H A Dcpu_data.h86606eb51e81b4189579e2b429f1c8f26f5c804c Fri Sep 01 08:22:20 UTC 2017 Etienne Carriere <etienne.carriere@linaro.org> cpu log buffer size depends on cache line size

Platform may use specific cache line sizes. Since CACHE_WRITEBACK_GRANULE
defines the platform specific cache line size, it is used to define the
size of the cpu data structure CPU_DATA_SIZE aligned on cache line size.

Introduce assembly macro 'mov_imm' for AArch32 to simplify implementation
of function '_cpu_data_by_index'.

Change-Id: Ic2d49ffe0c3e51649425fd9c8c99559c582ac5a1
Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>