Home
last modified time | relevance | path

Searched defs:write_ctx_reg (Results 1 – 2 of 2) sorted by relevance

/tf-a-ffa_el3_spmc/include/lib/el3_runtime/aarch32/
A Dcontext.h51 #define write_ctx_reg(ctx, offset, val) (((ctx)->ctx_regs[offset >> WORD_SHIFT]) \ macro
/tf-a-ffa_el3_spmc/include/lib/el3_runtime/aarch64/
A Dcontext.h400 #define write_ctx_reg(ctx, offset, val) (((ctx)->ctx_regs[(offset) >> DWORD_SHIFT]) \ macro

Completed in 4 milliseconds