Home
last modified time | relevance | path

Searched refs:__VNCR_START__ (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/arch/arm64/include/asm/
Dkvm_host.h408 r = __VNCR_START__ + ((VNCR_ ## r) / 8), \
497 __VNCR_START__, /* Any VNCR-capable reg goes after this point */ enumerator
557 } mask[NR_SYS_REGS - __VNCR_START__];
990 r >= __VNCR_START__ && ctxt->vncr_array)) in ___ctxt_sys_reg()
991 return &ctxt->vncr_array[r - __VNCR_START__]; in ___ctxt_sys_reg()
1010 if (vcpu_has_nv((v)) && (r) >= __VNCR_START__) \
/linux-6.12.1/arch/arm64/kvm/
Dnested.c944 sr -= __VNCR_START__; in kvm_vcpu_sanitise_vncr_reg()
955 int i = sr - __VNCR_START__; in set_sysreg_masks()
Demulate-nested.c2121 if (sr < __VNCR_START__) in kvm_get_sysreg_res0()
2126 return masks->mask[sr - __VNCR_START__].res0; in kvm_get_sysreg_res0()