OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CTX_SCR_EL3
(Results
1 - 6
of
6
) sorted by null
/device/linaro/bootloader/arm-trusted-firmware/lib/el3_runtime/aarch64/
context_mgmt.c
199
write_ctx_reg(state,
CTX_SCR_EL3
, scr_el3);
252
scr_el3 = read_ctx_reg(get_el3state_ctx(ctx),
CTX_SCR_EL3
);
532
scr_el3 = read_ctx_reg(state,
CTX_SCR_EL3
);
535
write_ctx_reg(state,
CTX_SCR_EL3
, scr_el3);
552
return read_ctx_reg(state,
CTX_SCR_EL3
);
context.S
410
ldr x18, [sp, #CTX_EL3STATE_OFFSET +
CTX_SCR_EL3
]
/device/linaro/bootloader/arm-trusted-firmware/plat/arm/common/
execution_state_switch.c
90
scr = read_ctx_reg(el3_ctx,
CTX_SCR_EL3
);
/device/linaro/bootloader/arm-trusted-firmware/bl1/aarch64/
bl1_exceptions.S
261
str x18, [x6, #CTX_EL3STATE_OFFSET +
CTX_SCR_EL3
]
/device/linaro/bootloader/arm-trusted-firmware/bl31/aarch64/
runtime_exceptions.S
357
str x18, [x6, #CTX_EL3STATE_OFFSET +
CTX_SCR_EL3
]
/device/linaro/bootloader/arm-trusted-firmware/include/lib/el3_runtime/aarch64/
context.h
55
#define
CTX_SCR_EL3
U(0x0)
Completed in 477 milliseconds