Home
last modified time | relevance | path

Searched full:el3 (Results 1 – 16 of 16) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Darm,gic-v5.yaml100 and "el3-" for EL3.
104 enum: [ ns-config, s-config, realm-config, el3-config, ns-setlpi,
105 s-setlpi, realm-setlpi, el3-setlpi ]
152 and "el3-" for EL3.
156 enum: [ ns-config, s-config, realm-config, el3-config ]
188 and "el3-" for EL3.
192 enum: [ ns-translate, s-translate, realm-translate, el3-translate ]
/freebsd/sys/contrib/device-tree/Bindings/firmware/
H A Dintel,stratix10-svc.txt10 communication with SDM, only the secure world of software (EL3, Exception
12 exception layers must channel through the EL3 software whenever it needs
19 code running in EL3.
H A Dintel,stratix10-svc.yaml21 communication with SDM, only the secure world of software (EL3, Exception
23 exception layers must channel through the EL3 software whenever it needs
30 code running in EL3.
/freebsd/contrib/opencsd/decoder/source/mem_acc/
H A Dtrc_mem_acc_base.cpp126 case OCSD_MEM_SPACE_EL3: oss << "EL3"; break; in getMemAccString()
141 oss << "EL3,"; in getMemAccString()
/freebsd/contrib/opencsd/decoder/include/common/
H A Docsd_dcd_tree.h253 …e.g. if the core is accessing secure EL3, then the most specialised matching space will be accesse…
254 If an EL3 space matches that will be used, otherwise the any secure, and finally _ANY.
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h91 enum ExceptionLevel { EL0 = 0, EL1 = 1, EL2 = 2, EL3 = 3 }; enumerator
H A DEmulateInstructionARM64.cpp495 when EL3 in BranchTo()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DAArch64.cpp261 if (Mtp == "el3" || Mtp == "tpidr_el3") in getAArch64TargetFeatures()
262 Features.push_back("+tpidr-el3"); in getAArch64TargetFeatures()
/freebsd/contrib/opencsd/decoder/include/opencsd/
H A Docsd_if_types.h355 ocsd_EL3, /**< EL3 */
437 OCSD_MEM_SPACE_EL3 = 0x8, /**< S EL3 */
/freebsd/sys/arm64/arm64/
H A Didentcpu.c531 MRS_FIELD_VALUE(ID_AA64DFR0_BRBE_EL3, "BRBE EL3"),
1715 MRS_FIELD_VALUE_NONE_IMPL(ID_AA64PFR0, EL3, NONE, 64),
1716 MRS_FIELD_VALUE(ID_AA64PFR0_EL3_64_32, "EL3 32"),
1755 MRS_FIELD(ID_AA64PFR0, EL3, false, MRS_LOWER, 0, id_aa64pfr0_el3),
2333 * instruction that can be trapped by EL3. in user_ctr_enable()
H A Dmp_machdep.c560 * remain useful, due to lack of EL3. Thus, we'll usually fall into the in start_cpu()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Features.td735 def FeatureEL3 : SubtargetFeature<"el3", "HasEL3", "true",
H A DAArch64SystemOperands.td1958 // v9.5a Delegated SError exceptions for EL3 (FEAT_E3DSE)
1973 // v9.5a Fine Grained Write Trap EL3 (FEAT_FGWTE3)
H A DAArch64InstrInfo.td58 AssemblerPredicateWithAll<(all_of FeatureEL3), "el3">;
/freebsd/sys/arm64/include/
H A Darmreg.h2371 #define PMEVTYPER_M (1 << 26) /* Secure EL3 filtering */
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td4628 …_Features_Group>, Values<"soft,cp15,tpidrurw,tpidruro,tpidrprw,el0,el1,el2,el3,tpidr_el0,tpidr_el1…