Home
last modified time | relevance | path

Searched refs:handle_halt (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/s390x/
H A Ds390-ccw.c37 if (!cdc->handle_halt) { in s390_ccw_halt()
40 return cdc->handle_halt(sch); in s390_ccw_halt()
/openbmc/qemu/include/hw/s390x/
H A Ds390-ccw.h37 int (*handle_halt) (SubchDev *sch); member
/openbmc/linux/arch/x86/coco/tdx/
H A Dtdx.c327 static int handle_halt(struct ve_info *ve) in handle_halt() function
719 return handle_halt(ve); in virt_exception_kernel()
/openbmc/qemu/hw/vfio/
H A Dccw.c718 cdc->handle_halt = vfio_ccw_handle_halt; in vfio_ccw_class_init()