Home
last modified time | relevance | path

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

/linux-6.15/arch/arm64/include/asm/
H A Dkvm_host.h624 u64 *vncr_array; member
1037 r >= __VNCR_START__ && ctxt->vncr_array)) in ___ctxt_sys_reg()
1038 return &ctxt->vncr_array[r - __VNCR_START__]; in ___ctxt_sys_reg()
/linux-6.15/arch/arm64/kvm/hyp/vhe/
H A Dswitch.c62 write_sysreg_s(vcpu->arch.ctxt.vncr_array, SYS_VNCR_EL2); in __compute_hcr()