Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
H A Dhardirq.h44 write_sysreg_hcr(___hcr | HCR_TGE); \
85 write_sysreg_hcr(___hcr); \
H A Dsysreg.h1223 write_sysreg_hcr(__scs_new); \
1233 #define write_sysreg_hcr(__val) do { \ macro
/linux/arch/arm64/kvm/hyp/vhe/
H A Dtlb.c66 write_sysreg_hcr(val); in enter_vmid_context()
76 write_sysreg_hcr(HCR_HOST_VHE_FLAGS); in exit_vmid_context()
H A Dswitch.c151 write_sysreg_hcr(HCR_HOST_VHE_FLAGS); in __deactivate_traps()
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dswitch.c104 write_sysreg_hcr(this_cpu_ptr(&kvm_init_params)->hcr_el2); in __deactivate_traps()
H A Dmem_protect.c338 write_sysreg_hcr(params->hcr_el2); in __pkvm_prot_finalize()
/linux/arch/arm64/kvm/
H A Dat.c1386 write_sysreg_hcr(vcpu->arch.hcr_el2); in __kvm_at_s1e01_fast()
1418 write_sysreg_hcr(HCR_HOST_VHE_FLAGS); in __kvm_at_s1e01_fast()
1487 write_sysreg_hcr(val); in __kvm_at_s1e2()
1510 write_sysreg_hcr(hcr); in __kvm_at_s1e2()
/linux/arch/arm64/kvm/hyp/include/hyp/
H A Dswitch.h356 write_sysreg_hcr(hcr); in ___activate_traps()