Home
last modified time | relevance | path

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

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