Home
last modified time | relevance | path

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

/arch/arm64/kvm/
Dregmap.c33 static const unsigned long vcpu_reg_offsets[VCPU_NR_MODES][16] = { variable
138 return reg_array + vcpu_reg_offsets[mode][reg_num]; in vcpu_reg32()
/arch/arm/kvm/
Demulate.c40 static const unsigned long vcpu_reg_offsets[VCPU_NR_MODES][15] = { variable
139 return reg_array + vcpu_reg_offsets[mode][reg_num]; in vcpu_reg()