HomeSort by relevance Sort by last modified time
    Searched refs:get_el3state_ctx (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/bl31/
context_mgmt.c 199 state = get_el3state_ctx(ctx);
228 scr_el3 = read_ctx_reg(get_el3state_ctx(ctx), CTX_SCR_EL3);
305 state = get_el3state_ctx(ctx);
323 state = get_el3state_ctx(ctx);
354 state = get_el3state_ctx(ctx);
374 state = get_el3state_ctx(ctx);
  /device/linaro/bootloader/arm-trusted-firmware/include/bl31/
runtime_svc.h 175 read_ctx_reg(get_el3state_ctx(_h), (_e));
177 write_ctx_reg(get_el3state_ctx(_h), (_e), (_v));
context.h 262 #define get_el3state_ctx(h) (&((cpu_context_t *) h)->el3state_ctx) macro

Completed in 640 milliseconds