Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/bl1/aarch32/
A Dbl1_context_mgmt.c26 static void *bl1_next_cpu_context_ptr; variable
59 bl1_next_cpu_context_ptr = context; in cm_set_next_context()
64 return bl1_next_cpu_context_ptr; in cm_get_next_context()
93 flush_dcache_range((uintptr_t)&bl1_next_cpu_context_ptr, in flush_smc_and_cpu_ctx()
94 sizeof(bl1_next_cpu_context_ptr)); in flush_smc_and_cpu_ctx()
95 flush_dcache_range((uintptr_t)bl1_next_cpu_context_ptr, in flush_smc_and_cpu_ctx()

Completed in 2 milliseconds