Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/arm/board/automotive_rd/platform/common/
H A Dcper.c183 struct EFI_ARM_AARCH64_EL1_CONTEXT_SYSTEM_REGISTERS *type5SysRegValues = in fill_ns_context_blocks() local
186 type5SysRegValues->SPSR_EL1 = read_el1_ctx_common(el1, spsr_el1); in fill_ns_context_blocks()
187 type5SysRegValues->ELR_EL1 = read_el1_ctx_common(el1, elr_el1); in fill_ns_context_blocks()
188 type5SysRegValues->ESR_EL1 = read_el1_ctx_common(el1, esr_el1); in fill_ns_context_blocks()
189 type5SysRegValues->FAR_EL1 = read_el1_ctx_common(el1, far_el1); in fill_ns_context_blocks()
190 type5SysRegValues->ISR_EL1 = 0; in fill_ns_context_blocks()
192 type5SysRegValues->MAIR_EL1 = read_el1_ctx_common(el1, mair_el1); in fill_ns_context_blocks()
193 type5SysRegValues->MIDR_EL1 = read_midr_el1(); in fill_ns_context_blocks()
194 type5SysRegValues->MPIDR_EL1 = read_mpidr_el1(); in fill_ns_context_blocks()
195 type5SysRegValues->SCTLR_EL1 = read_ctx_sctlr_el1_reg_errata(ns); in fill_ns_context_blocks()
[all …]