Home
last modified time | relevance | path

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

/linux-6.15/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.c961 .halt_request = vfe_halt_request,
H A Dcamss-vfe-4-7.c1113 .halt_request = vfe_halt_request,
H A Dcamss-vfe-4-8.c1103 .halt_request = vfe_halt_request,
/linux-6.15/arch/x86/kvm/vmx/
H A Dvmx.c5185 if (vcpu->arch.halt_request) { in handle_rmode_exception()
5186 vcpu->arch.halt_request = 0; in handle_rmode_exception()
5952 if (vcpu->arch.halt_request) { in handle_invalid_guest_state()
5953 vcpu->arch.halt_request = 0; in handle_invalid_guest_state()
/linux-6.15/arch/x86/include/asm/
H A Dkvm_host.h881 int halt_request; /* real mode on Intel only */ member
/linux-6.15/arch/x86/kvm/
H A Dx86.c8508 emul_to_vcpu(ctxt)->arch.halt_request = 1; in emulator_halt()