Searched refs:cptr_el2 (Results 1 – 4 of 4) sorted by relevance
34 static inline u64 translate_cptr_el2_to_cpacr_el1(u64 cptr_el2) in translate_cptr_el2_to_cpacr_el1() argument38 if (cptr_el2 & CPTR_EL2_TTA) in translate_cptr_el2_to_cpacr_el1()40 if (!(cptr_el2 & CPTR_EL2_TFP)) in translate_cptr_el2_to_cpacr_el1()42 if (!(cptr_el2 & CPTR_EL2_TZ)) in translate_cptr_el2_to_cpacr_el1()45 cpacr_el1 |= cptr_el2 & (CPTR_EL2_TCPAC | CPTR_EL2_TAM); in translate_cptr_el2_to_cpacr_el1()
188 msr cptr_el2, x0 // Disable copro. traps to EL2386 mrs x0, cptr_el2 // Disable SVE traps388 msr cptr_el2, x0407 mrs x0, cptr_el2 // Disable SME traps409 msr cptr_el2, x0
621 sysreg_clear_set(cptr_el2, \
70 write_sysreg(val, cptr_el2); in __activate_cptr_traps()93 write_sysreg(val, cptr_el2); in __deactivate_cptr_traps()