Home
last modified time | relevance | path

Searched refs:halt_request (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/media/platform/qcom/camss/
H A Dcamss-vfe-gen1.h33 void (*halt_request)(struct vfe_device *vfe); member
H A Dcamss-vfe-gen1.c24 vfe->ops_gen1->halt_request(vfe); in vfe_gen1_halt()
H A Dcamss-vfe-4-1.c964 .halt_request = vfe_halt_request,
H A Dcamss-vfe-4-7.c1160 .halt_request = vfe_halt_request,
H A Dcamss-vfe-4-8.c1145 .halt_request = vfe_halt_request,
/openbmc/linux/arch/x86/include/asm/
H A Dkvm_host.h826 int halt_request; /* real mode on Intel only */ member
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c5149 if (vcpu->arch.halt_request) { in handle_rmode_exception()
5150 vcpu->arch.halt_request = 0; in handle_rmode_exception()
5874 if (vcpu->arch.halt_request) { in handle_invalid_guest_state()
5875 vcpu->arch.halt_request = 0; in handle_invalid_guest_state()
/openbmc/linux/arch/x86/kvm/
H A Dx86.c8256 emul_to_vcpu(ctxt)->arch.halt_request = 1; in emulator_halt()