Searched refs:cptr_el2 (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/arch/arm64/kvm/hyp/nvhe/ |
D | pkvm.c | 56 vcpu->arch.cptr_el2 |= cptr_set; in pvm_init_traps_aa64pfr0() 119 vcpu->arch.cptr_el2 |= cptr_set; in pvm_init_traps_aa64dfr0() 170 vcpu->arch.cptr_el2 |= CPTR_NVHE_EL2_RES1; in pvm_init_trap_regs() 171 vcpu->arch.cptr_el2 &= ~(CPTR_NVHE_EL2_RES0); in pvm_init_trap_regs()
|
D | switch.c | 46 val = vcpu->arch.cptr_el2; in __activate_traps() 55 write_sysreg(val, cptr_el2); in __activate_traps() 107 write_sysreg(cptr, cptr_el2); in __deactivate_traps()
|
D | hyp-main.c | 289 sysreg_clear_set(cptr_el2, CPTR_EL2_TZ, 0); in handle_trap()
|
/linux-6.1.9/arch/arm64/kernel/ |
D | hyp-stub.S | 104 mrs x0, cptr_el2 // Disable SVE traps 106 msr cptr_el2, x0 115 mrs x0, cptr_el2 // Disable SME traps 117 msr cptr_el2, x0
|
/linux-6.1.9/arch/arm64/include/asm/ |
D | el2_setup.h | 129 msr cptr_el2, x0 // Disable copro. traps to EL2
|
D | kvm_host.h | 320 u64 cptr_el2; member
|
/linux-6.1.9/arch/arm64/kvm/hyp/include/hyp/ |
D | switch.h | 197 sysreg_clear_set(cptr_el2, reg, 0); in kvm_hyp_handle_fpsimd()
|
/linux-6.1.9/arch/arm64/kvm/ |
D | arm.c | 1197 vcpu->arch.cptr_el2 = CPTR_EL2_DEFAULT; in kvm_arch_vcpu_ioctl_vcpu_init()
|