Home
last modified time | relevance | path

Searched hist:c4babc4fd0b0939c23063343a875edf94ad9fd52 (Results 1 – 1 of 1) sorted by relevance

/rk3399_ARM-atf/include/lib/el3_runtime/aarch64/
H A Dcontext.hc4babc4fd0b0939c23063343a875edf94ad9fd52 Wed Aug 13 17:17:44 UTC 2025 Noah Woo <namyoon@google.com> refactor(lib): add cache unit alignment attribute to cpu_context_t

This patch ensures that the dirty cache lines associated with a single
CPU's context are contained within that core, preventing them from
being shared with other CPUs. The alignment applied to cpu_context_t
is consistent with the existing alignment for cpu_data_t.

Change-Id: I4973cd46fe85724f61cd83e4d26ec366671061e2
Signed-off-by: Noah Woo <namyoon@google.com>