/qemu/include/hw/xen/ |
H A D | xen_backend_ops.h | 55 int (*bind_interdomain)(xenevtchn_handle *xc, uint32_t domid, 57 int (*unbind)(xenevtchn_handle *xc, evtchn_port_t port); 58 int (*close)(struct xenevtchn_handle *xc); 59 int (*get_fd)(struct xenevtchn_handle *xc); 60 int (*notify)(struct xenevtchn_handle *xc, evtchn_port_t port); 61 int (*unmask)(struct xenevtchn_handle *xc, evtchn_port_t port); 62 int (*pending)(struct xenevtchn_handle *xc); 75 static inline int qemu_xen_evtchn_bind_interdomain(xenevtchn_handle *xc, in qemu_xen_evtchn_bind_interdomain() argument 82 return xen_evtchn_ops->bind_interdomain(xc, domid, guest_port); in qemu_xen_evtchn_bind_interdomain() 85 static inline int qemu_xen_evtchn_unbind(xenevtchn_handle *xc, in qemu_xen_evtchn_unbind() argument [all …]
|
H A D | xen_native.h | 308 static inline int xen_get_vmport_regs_pfn(xc_interface *xc, domid_t dom, in xen_get_vmport_regs_pfn() argument 313 rc = xc_hvm_param_get(xc, dom, HVM_PARAM_VMPORT_REGS_PFN, &value); in xen_get_vmport_regs_pfn() 320 static inline int xen_get_vmport_regs_pfn(xc_interface *xc, domid_t dom, in xen_get_vmport_regs_pfn() argument
|
/qemu/scripts/ |
H A D | xen-detect.c | 71 xc_interface *xc = NULL; in main() local 79 xc = xc_interface_open(0, 0, 0); in main() 82 xc_hvm_inject_msi(xc, 0, 0xf0000000, 0x00000000); in main() 83 xc_hvm_create_ioreq_server(xc, 0, HVM_IOREQSRV_BUFIOREQ_ATOMIC, NULL); in main() 116 xc_interface *xc = NULL; in main() local 123 xc = xc_interface_open(0, 0, 0); in main() 126 xc_hvm_inject_msi(xc, 0, 0xf0000000, 0x00000000); in main() 127 xc_hvm_create_ioreq_server(xc, 0, HVM_IOREQSRV_BUFIOREQ_ATOMIC, NULL); in main()
|
/qemu/hw/i386/kvm/ |
H A D | xen_evtchn.h | 42 int xen_be_evtchn_bind_interdomain(struct xenevtchn_handle *xc, uint32_t domid, 44 int xen_be_evtchn_unbind(struct xenevtchn_handle *xc, evtchn_port_t port); 45 int xen_be_evtchn_close(struct xenevtchn_handle *xc); 46 int xen_be_evtchn_fd(struct xenevtchn_handle *xc); 47 int xen_be_evtchn_notify(struct xenevtchn_handle *xc, evtchn_port_t port); 48 int xen_be_evtchn_unmask(struct xenevtchn_handle *xc, evtchn_port_t port); 49 int xen_be_evtchn_pending(struct xenevtchn_handle *xc); 51 int xen_be_evtchn_get_guest_port(struct xenevtchn_handle *xc);
|
H A D | xen_evtchn.c | 1082 struct xenevtchn_handle *xc = s->be_handles[be_port]; in close_port() local 1083 if (xc) { in close_port() 1087 xc->guest_port = 0; in close_port() 1395 struct xenevtchn_handle *xc = s->be_handles[interdomain->remote_port]; in xen_evtchn_bind_interdomain_op() local 1398 if (!xc) { in xen_evtchn_bind_interdomain_op() 1403 if (xc->guest_port) { in xen_evtchn_bind_interdomain_op() 1408 assert(xc->be_port == interdomain->remote_port); in xen_evtchn_bind_interdomain_op() 1409 xc->guest_port = interdomain->local_port; in xen_evtchn_bind_interdomain_op() 1411 assign_kernel_eventfd(lp->type, xc->guest_port, xc->fd); in xen_evtchn_bind_interdomain_op() 1509 struct xenevtchn_handle *xc = s->be_handles[be_port]; in xen_evtchn_send_op() local [all …]
|
/qemu/target/i386/ |
H A D | cpu-system.c | 157 X86CPU *xc = NULL; in x86_cpu_from_model() local 167 xc = X86_CPU(object_new_with_class(OBJECT_CLASS(xcc))); in x86_cpu_from_model() 169 object_apply_props(OBJECT(xc), props, props_arg_name, &err); in x86_cpu_from_model() 175 x86_cpu_expand_features(xc, &err); in x86_cpu_from_model() 183 object_unref(OBJECT(xc)); in x86_cpu_from_model() 184 xc = NULL; in x86_cpu_from_model() 186 return xc; in x86_cpu_from_model() 194 X86CPU *xc = NULL; in qmp_query_cpu_model_expansion() local 200 xc = x86_cpu_from_model(model->name, model->props, "model.props", &err); in qmp_query_cpu_model_expansion() 213 x86_cpu_to_dict(xc, props); in qmp_query_cpu_model_expansion() [all …]
|
H A D | cpu.c | 6726 X86CPU *xc = X86_CPU(obj); in x86_cpu_get_unavailable_features() local 6729 x86_cpu_list_feature_names(xc->filtered_features, &result); in x86_cpu_get_unavailable_features() 6778 static char *x86_cpu_class_get_model_id(X86CPUClass *xc) in x86_cpu_class_get_model_id() argument 6780 Object *obj = object_new_with_class(OBJECT_CLASS(xc)); in x86_cpu_class_get_model_id() 6875 X86CPU *xc; in x86_cpu_class_check_missing_features() local 6883 xc = X86_CPU(object_new_with_class(OBJECT_CLASS(xcc))); in x86_cpu_class_check_missing_features() 6885 x86_cpu_expand_features(xc, &err); in x86_cpu_class_check_missing_features() 6895 x86_cpu_filter_features(xc, false); in x86_cpu_class_check_missing_features() 6897 x86_cpu_list_feature_names(xc->filtered_features, tail); in x86_cpu_class_check_missing_features() 6899 object_unref(OBJECT(xc)); in x86_cpu_class_check_missing_features()
|
/qemu/target/ppc/ |
H A D | insn64.decode | 56 &8RR_XX4 xt xa xb xc 59 &8RR_XX4 xt=%8rr_xx_xt xa=%8rr_xx_xa xb=%8rr_xx_xb xc=%8rr_xx_xc 61 &8RR_XX4_imm xt xa xb xc imm 64 &8RR_XX4_imm xt=%8rr_xx_xt xa=%8rr_xx_xa xb=%8rr_xx_xb xc=%8rr_xx_xc 66 &8RR_XX4_uim3 xt xa xb xc uim3 69 &8RR_XX4_uim3 xt=%8rr_xx_xt xa=%8rr_xx_xa xb=%8rr_xx_xb xc=%8rr_xx_xc
|
H A D | insn32.decode | 257 &XX4 xt xa xb xc 258 … ...... ..... ..... ..... ..... .. .... &XX4 xt=%xx_xt xa=%xx_xa xb=%xx_xb xc=%xx_xc
|
/qemu/hw/ppc/ |
H A D | pnv_xscom.c | 249 PnvXScomInterfaceClass *xc = PNV_XSCOM_INTERFACE_GET_CLASS(xd); in xscom_dt_child() local 254 if (xc->dt_xscom && DEVICE(child)->realized) { in xscom_dt_child() 255 _FDT((xc->dt_xscom(xd, args->fdt, args->xscom_offset))); in xscom_dt_child()
|
/qemu/pc-bios/s390-ccw/ |
H A D | start.S | 34 xc 0(256,%r1),0(%r1) 47 xc 0(1,%r1),0(%r1)
|
H A D | Makefile | 52 cc-test = $(CC) -Werror $1 -c -o /dev/null -xc /dev/null >/dev/null 2>/dev/null
|
/qemu/pc-bios/keymaps/ |
H A D | sv | 214 plus 0xc 215 question 0xc shift 216 backslash 0xc altgr
|
/qemu/target/ppc/translate/ |
H A D | vsx-impl.c.inc | 1325 TCGv_ptr xt, xa, xb, xc; 1333 xc = gen_vsr_ptr(a->xc); 1335 gen_helper_XXPERMX(xt, xa, xb, xc, tcg_constant_tl(a->uim3)); 1630 tcg_gen_gvec_bitsel(MO_64, vsr_full_offset(a->xt), vsr_full_offset(a->xc), 2496 xb = vsr_full_offset(a->xb), xc = vsr_full_offset(a->xc); 2511 tcg_gen_gvec_and(MO_64, xt, xc, xa, 16, 16); 2517 tcg_gen_gvec_and(MO_64, xt, xc, xb, 16, 16); 2520 tcg_gen_gvec_bitsel(MO_64, xt, xc, xb, xa, 16, 16); 2523 tcg_gen_gvec_bitsel(MO_64, xt, xb, xc, xa, 16, 16); 2526 tcg_gen_gvec_bitsel(MO_64, xt, xc, xa, xb, 16, 16); [all …]
|
/qemu/docs/specs/ |
H A D | acpi_mem_hotplug.rst | 19 [0xc-0xf] 55 [0xc-0x13]
|
/qemu/pc-bios/optionrom/ |
H A D | Makefile | 24 cc-test = $(CC) -Werror $1 -c -o /dev/null -xc /dev/null >/dev/null 2>/dev/null
|
/qemu/tests/tcg/ |
H A D | Makefile.target | 50 cc-test = $(CC) -Werror $1 -c -o /dev/null -xc /dev/null >/dev/null 2>&1
|
/qemu/pc-bios/dtb/ |
H A D | bamboo.dts | 151 reg = <0xef600d00 0xc>;
|
H A D | canyonlands.dts | 190 /* DMA */ 0x2 &UIC0 0xc 0x4>; 500 0x0 0x0 0x0 0x1 &UIC3 0xc 0x4 /* swizzled int A */
|
/qemu/target/xtensa/core-lx106/ |
H A D | xtensa-modules.c.inc | 1222 0xc, 1241 0xc, 1262 0xc, 1467 case 0xc: t_0 = 0xc; break; 1503 case 0xc: r_0 = 0xa; break; 1505 case 0x20: r_0 = 0xc; break; 1541 case 0xc: r_0 = 0xa; break; 1543 case 0x20: r_0 = 0xc; break; 3855 slotbuf[0] = 0xc; 7596 insn[0] = 0xc; [all …]
|
/qemu/target/xtensa/core-sample_controller/ |
H A D | xtensa-modules.c.inc | 1446 0xc, 1465 0xc, 1486 0xc, 1755 case 0xc: ai4const_in_0 = 0xc; break; 1793 case 0xc: b4const_in_0 = 0xa; break; 1795 case 0x20: b4const_in_0 = 0xc; break; 1833 case 0xc: b4constu_in_0 = 0xa; break; 1835 case 0x20: b4constu_in_0 = 0xc; break; 5640 slotbuf[0] = 0xc; 11054 insn[0] = 0xc; [all …]
|
/qemu/target/xtensa/core-fsf/ |
H A D | xtensa-modules.c.inc | 1247 0xc, 1266 0xc, 1287 0xc, 1592 case 0xc: t_0 = 0xc; break; 1628 case 0xc: r_0 = 0xa; break; 1630 case 0x20: r_0 = 0xc; break; 1666 case 0xc: r_0 = 0xa; break; 1668 case 0x20: r_0 = 0xc; break; 5043 slotbuf[0] = 0xc;
|
/qemu/target/xtensa/core-de212/ |
H A D | xtensa-modules.c.inc | 1658 0xc, 1677 0xc, 1698 0xc, 1983 case 0xc: ai4const_in_0 = 0xc; break; 2021 case 0xc: b4const_in_0 = 0xa; break; 2023 case 0x20: b4const_in_0 = 0xc; break; 2061 case 0xc: b4constu_in_0 = 0xa; break; 2063 case 0x20: b4constu_in_0 = 0xc; break; 6557 slotbuf[0] = 0xc; 14231 insn[0] = 0xc; [all …]
|
/qemu/target/xtensa/core-dc233c/ |
H A D | xtensa-modules.c.inc | 1685 0xc, 1704 0xc, 1725 0xc, 2030 case 0xc: t_0 = 0xc; break; 2066 case 0xc: r_0 = 0xa; break; 2068 case 0x20: r_0 = 0xc; break; 2104 case 0xc: r_0 = 0xa; break; 2106 case 0x20: r_0 = 0xc; break; 7073 slotbuf[0] = 0xc; 15133 insn[0] = 0xc; [all …]
|
/qemu/target/xtensa/core-dc232b/ |
H A D | xtensa-modules.c.inc | 1604 0xc, 1623 0xc, 1644 0xc, 1949 case 0xc: t_0 = 0xc; break; 1985 case 0xc: r_0 = 0xa; break; 1987 case 0x20: r_0 = 0xc; break; 2023 case 0xc: r_0 = 0xa; break; 2025 case 0x20: r_0 = 0xc; break; 6491 slotbuf[0] = 0xc; 14006 insn[0] = 0xc; [all …]
|