Home
last modified time | relevance | path

Searched hist:cdb5e02ed133731f8a6676a389ed40ca303cab7c (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/arch/arm64/kvm/
H A Dmmio.cdiff cdb5e02ed133731f8a6676a389ed40ca303cab7c Wed Oct 14 03:29:27 CDT 2020 Marc Zyngier <maz@kernel.org> KVM: arm64: Make kvm_skip_instr() and co private to HYP

In an effort to remove the vcpu PC manipulations from EL1 on nVHE
systems, move kvm_skip_instr() to be HYP-specific. EL1's intent
to increment PC post emulation is now signalled via a flag in the
vcpu structure.

Signed-off-by: Marc Zyngier <maz@kernel.org>
H A Dhandle_exit.cdiff cdb5e02ed133731f8a6676a389ed40ca303cab7c Wed Oct 14 03:29:27 CDT 2020 Marc Zyngier <maz@kernel.org> KVM: arm64: Make kvm_skip_instr() and co private to HYP

In an effort to remove the vcpu PC manipulations from EL1 on nVHE
systems, move kvm_skip_instr() to be HYP-specific. EL1's intent
to increment PC post emulation is now signalled via a flag in the
vcpu structure.

Signed-off-by: Marc Zyngier <maz@kernel.org>
H A Dmmu.cdiff cdb5e02ed133731f8a6676a389ed40ca303cab7c Wed Oct 14 03:29:27 CDT 2020 Marc Zyngier <maz@kernel.org> KVM: arm64: Make kvm_skip_instr() and co private to HYP

In an effort to remove the vcpu PC manipulations from EL1 on nVHE
systems, move kvm_skip_instr() to be HYP-specific. EL1's intent
to increment PC post emulation is now signalled via a flag in the
vcpu structure.

Signed-off-by: Marc Zyngier <maz@kernel.org>
H A Dsys_regs.cdiff cdb5e02ed133731f8a6676a389ed40ca303cab7c Wed Oct 14 03:29:27 CDT 2020 Marc Zyngier <maz@kernel.org> KVM: arm64: Make kvm_skip_instr() and co private to HYP

In an effort to remove the vcpu PC manipulations from EL1 on nVHE
systems, move kvm_skip_instr() to be HYP-specific. EL1's intent
to increment PC post emulation is now signalled via a flag in the
vcpu structure.

Signed-off-by: Marc Zyngier <maz@kernel.org>
/openbmc/linux/arch/arm64/kvm/hyp/include/hyp/
H A Dadjust_pc.hcdb5e02ed133731f8a6676a389ed40ca303cab7c Wed Oct 14 03:29:27 CDT 2020 Marc Zyngier <maz@kernel.org> KVM: arm64: Make kvm_skip_instr() and co private to HYP

In an effort to remove the vcpu PC manipulations from EL1 on nVHE
systems, move kvm_skip_instr() to be HYP-specific. EL1's intent
to increment PC post emulation is now signalled via a flag in the
vcpu structure.

Signed-off-by: Marc Zyngier <maz@kernel.org>
H A Dswitch.hdiff cdb5e02ed133731f8a6676a389ed40ca303cab7c Wed Oct 14 03:29:27 CDT 2020 Marc Zyngier <maz@kernel.org> KVM: arm64: Make kvm_skip_instr() and co private to HYP

In an effort to remove the vcpu PC manipulations from EL1 on nVHE
systems, move kvm_skip_instr() to be HYP-specific. EL1's intent
to increment PC post emulation is now signalled via a flag in the
vcpu structure.

Signed-off-by: Marc Zyngier <maz@kernel.org>
/openbmc/linux/arch/arm64/kvm/hyp/
H A Dvgic-v2-cpuif-proxy.cdiff cdb5e02ed133731f8a6676a389ed40ca303cab7c Wed Oct 14 03:29:27 CDT 2020 Marc Zyngier <maz@kernel.org> KVM: arm64: Make kvm_skip_instr() and co private to HYP

In an effort to remove the vcpu PC manipulations from EL1 on nVHE
systems, move kvm_skip_instr() to be HYP-specific. EL1's intent
to increment PC post emulation is now signalled via a flag in the
vcpu structure.

Signed-off-by: Marc Zyngier <maz@kernel.org>
H A Dvgic-v3-sr.cdiff cdb5e02ed133731f8a6676a389ed40ca303cab7c Wed Oct 14 03:29:27 CDT 2020 Marc Zyngier <maz@kernel.org> KVM: arm64: Make kvm_skip_instr() and co private to HYP

In an effort to remove the vcpu PC manipulations from EL1 on nVHE
systems, move kvm_skip_instr() to be HYP-specific. EL1's intent
to increment PC post emulation is now signalled via a flag in the
vcpu structure.

Signed-off-by: Marc Zyngier <maz@kernel.org>
/openbmc/linux/arch/arm64/kvm/hyp/vhe/
H A Dswitch.cdiff cdb5e02ed133731f8a6676a389ed40ca303cab7c Wed Oct 14 03:29:27 CDT 2020 Marc Zyngier <maz@kernel.org> KVM: arm64: Make kvm_skip_instr() and co private to HYP

In an effort to remove the vcpu PC manipulations from EL1 on nVHE
systems, move kvm_skip_instr() to be HYP-specific. EL1's intent
to increment PC post emulation is now signalled via a flag in the
vcpu structure.

Signed-off-by: Marc Zyngier <maz@kernel.org>
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H A Dswitch.cdiff cdb5e02ed133731f8a6676a389ed40ca303cab7c Wed Oct 14 03:29:27 CDT 2020 Marc Zyngier <maz@kernel.org> KVM: arm64: Make kvm_skip_instr() and co private to HYP

In an effort to remove the vcpu PC manipulations from EL1 on nVHE
systems, move kvm_skip_instr() to be HYP-specific. EL1's intent
to increment PC post emulation is now signalled via a flag in the
vcpu structure.

Signed-off-by: Marc Zyngier <maz@kernel.org>
/openbmc/linux/arch/arm64/include/asm/
H A Dkvm_emulate.hdiff cdb5e02ed133731f8a6676a389ed40ca303cab7c Wed Oct 14 03:29:27 CDT 2020 Marc Zyngier <maz@kernel.org> KVM: arm64: Make kvm_skip_instr() and co private to HYP

In an effort to remove the vcpu PC manipulations from EL1 on nVHE
systems, move kvm_skip_instr() to be HYP-specific. EL1's intent
to increment PC post emulation is now signalled via a flag in the
vcpu structure.

Signed-off-by: Marc Zyngier <maz@kernel.org>
H A Dkvm_host.hdiff cdb5e02ed133731f8a6676a389ed40ca303cab7c Wed Oct 14 03:29:27 CDT 2020 Marc Zyngier <maz@kernel.org> KVM: arm64: Make kvm_skip_instr() and co private to HYP

In an effort to remove the vcpu PC manipulations from EL1 on nVHE
systems, move kvm_skip_instr() to be HYP-specific. EL1's intent
to increment PC post emulation is now signalled via a flag in the
vcpu structure.

Signed-off-by: Marc Zyngier <maz@kernel.org>