Searched refs:ef (Results 1 – 7 of 7) sorted by relevance
/qemu/hw/s390x/ |
H A D | event-facility.c | 53 static bool event_pending(SCLPEventFacility *ef) in event_pending() argument 59 QTAILQ_FOREACH(kid, &ef->sbus.qbus.children, sibling) { in event_pending() 63 event_class->get_send_mask() & ef->receive_mask) { in event_pending() 70 static sccb_mask_t get_host_send_mask(SCLPEventFacility *ef) in get_host_send_mask() argument 78 QTAILQ_FOREACH(kid, &ef->sbus.qbus.children, sibling) { in get_host_send_mask() 86 static sccb_mask_t get_host_receive_mask(SCLPEventFacility *ef) in get_host_receive_mask() argument 94 QTAILQ_FOREACH(kid, &ef->sbus.qbus.children, sibling) { in get_host_receive_mask() 123 static uint16_t handle_write_event_buf(SCLPEventFacility *ef, in handle_write_event_buf() argument 133 QTAILQ_FOREACH(kid, &ef->sbus.qbus.children, sibling) { in handle_write_event_buf() 147 static uint16_t handle_sccb_write_events(SCLPEventFacility *ef, SCCB *sccb) in handle_sccb_write_events() argument [all …]
|
H A D | sclp.c | 244 SCLPEventFacility *ef = sclp->event_facility; in sclp_execute() local 245 SCLPEventFacilityClass *efc = EVENT_FACILITY_GET_CLASS(ef); in sclp_execute() 262 efc->command_handler(ef, sccb, code); in sclp_execute() 357 SCLPEventFacility *ef = sclp->event_facility; in service_interrupt() local 358 SCLPEventFacilityClass *efc = EVENT_FACILITY_GET_CLASS(ef); in service_interrupt() 363 param |= efc->event_pending(ef) ? 1 : 0; in service_interrupt()
|
H A D | s390-virtio-ccw.c | 253 SCLPEventFacility *ef = sclp->event_facility; in s390_create_sclpconsole() local 254 BusState *ev_fac_bus = sclp_get_event_facility_bus(ef); in s390_create_sclpconsole() 258 object_property_add_child(OBJECT(ef), type, OBJECT(dev)); in s390_create_sclpconsole()
|
/qemu/include/qemu/ |
H A D | xxhash.h | 51 static inline uint32_t qemu_xxhash8(uint64_t ab, uint64_t cd, uint64_t ef, in qemu_xxhash8() argument 62 uint32_t e = ef; in qemu_xxhash8() 63 uint32_t f = ef >> 32; in qemu_xxhash8() 127 static inline uint32_t qemu_xxhash7(uint64_t ab, uint64_t cd, uint64_t ef, in qemu_xxhash7() argument 130 return qemu_xxhash8(ab, cd, ef, g, 0); in qemu_xxhash7()
|
/qemu/include/hw/s390x/ |
H A D | event-facility.h | 202 void (*command_handler)(SCLPEventFacility *ef, SCCB *sccb, uint64_t code); 203 bool (*event_pending)(SCLPEventFacility *ef); 206 BusState *sclp_get_event_facility_bus(SCLPEventFacility *ef);
|
/qemu/docs/specs/ |
H A D | pci-ids.rst | 35 1af4:1040 to 1af4:10ef
|
/qemu/target/i386/tcg/ |
H A D | emit.c.inc | 2969 * 7: ab......bc......cd......de......ef......fg......gh......h.......
|