Searched refs:Rt1 (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/arch/arm/kvm/ |
D | trace.h | 12 TP_PROTO(unsigned long Op1, unsigned long Rt1, unsigned long CRn, 14 TP_ARGS(Op1, Rt1, CRn, CRm, Op2, is_write), 18 __field( unsigned int, Rt1 ) 28 __entry->Rt1 = Rt1; 36 __entry->Op1, __entry->Rt1, __entry->CRn,
|
D | coproc.c | 135 *vcpu_reg(vcpu, p->Rt1) = vcpu_cp15(vcpu, c1_ACTLR); in access_actlr() 157 *vcpu_reg(vcpu, p->Rt1) = vcpu_cp15(vcpu, c9_L2CTLR); in access_l2ctlr() 203 *vcpu_reg(vcpu, p->Rt1) = 0; in access_l2ectlr() 236 vcpu_cp15(vcpu, r->reg) = *vcpu_reg(vcpu, p->Rt1); in access_vm_reg() 255 reg |= *vcpu_reg(vcpu, p->Rt1) ; in access_gic_sgi() 287 *vcpu_reg(vcpu, p->Rt1) = vcpu->arch.vgic_cpu.vgic_v3.vgic_sre; in access_gic_sre() 300 val = *vcpu_reg(vcpu, p->Rt1); in access_cntp_tval() 304 *vcpu_reg(vcpu, p->Rt1) = val - now; in access_cntp_tval() 317 val = *vcpu_reg(vcpu, p->Rt1); in access_cntp_ctl() 321 *vcpu_reg(vcpu, p->Rt1) = val; in access_cntp_ctl() [all …]
|
D | coproc.h | 27 unsigned long Rt1; member 80 *vcpu_reg(vcpu, p->Rt1) = 0; in read_zero()
|