Home
last modified time | relevance | path

Searched full:compatible (Results 1 – 25 of 279) sorted by relevance

12345678910>>...12

/qemu/pc-bios/dtb/
H A Dcanyonlands.dts17 compatible = "amcc,canyonlands";
53 compatible = "ibm,uic-460ex","ibm,uic";
63 compatible = "ibm,uic-460ex","ibm,uic";
75 compatible = "ibm,uic-460ex","ibm,uic";
87 compatible = "ibm,uic-460ex","ibm,uic";
99 compatible = "ibm,sdr-460ex";
104 compatible = "ibm,cpr-460ex";
109 compatible = "ibm,cpm";
118 compatible = "ibm,l2-cache-460ex", "ibm,l2-cache";
128 compatible = "ibm,plb-460ex", "ibm,plb4";
[all …]
H A Dbamboo.dts18 compatible = "amcc,bamboo";
51 compatible = "ibm,uic-440ep","ibm,uic";
61 compatible = "ibm,sdr-440ep";
66 compatible = "ibm,cpr-440ep";
71 compatible = "ibm,plb-440ep", "ibm,plb-440gp", "ibm,plb4";
78 compatible = "ibm,sdram-440ep", "ibm,sdram-405gp";
83 compatible = "ibm,dma-440ep", "ibm,dma-440gp";
88 compatible = "ibm,opb-440ep", "ibm,opb-440gp", "ibm,opb";
101 compatible = "ibm,ebc-440ep", "ibm,ebc-440gp", "ibm,ebc";
112 compatible = "ns16550";
[all …]
H A Dpetalogix-s3adsp1800.dts13 compatible = "xlnx,microblaze";
33 compatible = "xlnx,microblaze-7.10.d";
114 compatible = "xlnx,plb-v46-1.03.a\0simple-bus";
118 compatible = "xlnx,xps-ethernetlite-2.00.a";
132 compatible = "xlnx,xps-mch-emc-2.00.a\0cfi-flash";
212 compatible = "xlnx,xps-gpio-1.00.a";
232 compatible = "xlnx,xps-uartlite-1.00.a";
247 compatible = "xlnx,mdm-1.00.d";
260 compatible = "xlnx,xps-intc-1.00.a";
269 compatible = "xlnx,xps-timer-1.00.a";
H A Dpetalogix-ml605.dts13 compatible = "xlnx,microblaze";
38 compatible = "xlnx,microblaze-8.10.a";
137 compatible = "xlnx,axi-interconnect-1.02.a\0simple-bus";
142 compatible = "xlnx,axi-ethernet-2.01.a\0xlnx,axi-ethernet-1.00.a";
173 compatible = "marvell,88e1111";
181 compatible = "xlnx,axi-dma-3.00.a";
202 compatible = "xlnx,axi-uart16550-1.01.a\0xlnx,xps-uart16550-2.00.a\0ns16550a";
221 compatible = "xlnx,axi-timer-1.01.a\0xlnx,xps-timer-1.00.a";
236 compatible = "xlnx,axi-intc-1.01.a\0xlnx,xps-intc-1.00.a";
247 compatible = "xlnx,axi-emc-1.01.a\0cfi-flash";
/qemu/docs/devel/
H A Dcontrol-flow-integrity.rst17 function calls performed through function pointers, always call a "compatible"
18 function. A compatible function is a function with the same signature of the
28 In case of a CFI violation (i.e. call to a non-compatible function) QEMU will
71 Current areas of QEMU that are not entirely compatible with CFI are:
92 definition, and add an explanation on why the function is not compatible
107 NOTE: CFI needs to be disabled at the **caller** function, (i.e. a compatible
108 cfi function that calls a non-compatible one), since the check is performed
/qemu/hw/riscv/
H A Dsifive_u.c2 * QEMU RISC-V Board Compatible with SiFive Freedom U SDK
8 * Provides a board compatible with the SiFive Freedom U SDK:
121 qemu_fdt_setprop_string(fdt, "/", "compatible", in create_fdt()
128 qemu_fdt_setprop_string(fdt, "/soc", "compatible", "simple-bus"); in create_fdt()
139 qemu_fdt_setprop_string(fdt, nodename, "compatible", "fixed-clock"); in create_fdt()
150 qemu_fdt_setprop_string(fdt, nodename, "compatible", "fixed-clock"); in create_fdt()
185 qemu_fdt_setprop_string(fdt, nodename, "compatible", "riscv"); in create_fdt()
191 qemu_fdt_setprop_string(fdt, intc, "compatible", "riscv,cpu-intc"); in create_fdt()
212 qemu_fdt_setprop_string_array(fdt, nodename, "compatible", in create_fdt()
229 qemu_fdt_setprop_string(fdt, nodename, "compatible", in create_fdt()
[all …]
H A Dspike.c75 qemu_fdt_setprop_string(fdt, "/", "compatible", "ucbbar,spike-bare-dev"); in create_fdt()
80 qemu_fdt_setprop_string(fdt, "/htif", "compatible", "ucb,htif0"); in create_fdt()
88 qemu_fdt_setprop_string(fdt, "/soc", "compatible", "simple-bus"); in create_fdt()
117 qemu_fdt_setprop_string(fdt, cpu_name, "compatible", "riscv"); in create_fdt()
129 qemu_fdt_setprop_string(fdt, intc_name, "compatible", in create_fdt()
162 qemu_fdt_setprop_string_array(fdt, clint_name, "compatible", in create_fdt()
H A Dvirt.c278 qemu_fdt_setprop_string(ms->fdt, cpu_name, "compatible", "riscv"); in create_fdt_socket_cpus()
292 qemu_fdt_setprop_string(ms->fdt, intc_name, "compatible", in create_fdt_socket_cpus()
346 qemu_fdt_setprop_string_array(ms->fdt, clint_name, "compatible", in create_fdt_socket_clint()
389 qemu_fdt_setprop_string(ms->fdt, name, "compatible", in create_fdt_socket_aclint()
412 qemu_fdt_setprop_string(ms->fdt, name, "compatible", in create_fdt_socket_aclint()
430 qemu_fdt_setprop_string(ms->fdt, name, "compatible", in create_fdt_socket_aclint()
466 qemu_fdt_setprop_string_array(ms->fdt, plic_name, "compatible", in create_fdt_socket_plic()
564 qemu_fdt_setprop_string_array(ms->fdt, imsic_name, "compatible", in create_fdt_one_imsic()
643 qemu_fdt_setprop_string_array(ms->fdt, aplic_name, "compatible", in create_fdt_one_aplic()
738 qemu_fdt_setprop_string(ms->fdt, pmu_name, "compatible", "riscv,pmu"); in create_fdt_pmu()
[all …]
/qemu/hw/ppc/
H A Dmpc8544ds.c23 const char compatible[] = "MPC8544DS\0MPC85xxDS"; in mpc8544ds_fixup_devtree() local
26 qemu_fdt_setprop(fdt, "/", "compatible", compatible, in mpc8544ds_fixup_devtree()
27 sizeof(compatible)); in mpc8544ds_fixup_devtree()
H A De500plat.c26 const char compatible[] = "fsl,qemu-e500"; in e500plat_fixup_devtree() local
29 qemu_fdt_setprop(fdt, "/", "compatible", compatible, in e500plat_fixup_devtree()
30 sizeof(compatible)); in e500plat_fixup_devtree()
H A De500.c129 qemu_fdt_setprop_string(fdt, ser, "compatible", "ns16550"); in dt_serial_create()
142 * compatible with the existing firmware. in dt_serial_create()
159 qemu_fdt_setprop_string(fdt, node, "compatible", "fsl,qoriq-gpio"); in create_dt_mpc8xxx_gpio()
171 qemu_fdt_setprop_string(fdt, poweroff, "compatible", "gpio-poweroff"); in create_dt_mpc8xxx_gpio()
184 qemu_fdt_setprop_string(fdt, rtc, "compatible", "pericom,pt7c4338"); in dt_rtc_create()
200 qemu_fdt_setprop_string(fdt, i2c, "compatible", "fsl-i2c"); in dt_i2c_create()
226 qemu_fdt_setprop_string(fdt, name, "compatible", "fsl,esdhc"); in dt_sdhc_create()
257 qemu_fdt_setprop_string(fdt, node, "compatible", "fsl,etsec2"); in create_devtree_etsec()
313 qemu_fdt_setprop_string(fdt, name, "compatible", "cfi-flash"); in create_devtree_flash()
334 qemu_fdt_setprop(fdt, node, "compatible", platcomp, sizeof(platcomp)); in platform_bus_create_devtree()
[all …]
/qemu/hw/loongarch/
H A Dvirt-fdt-build.c32 qemu_fdt_setprop_string(ms->fdt, "/", "compatible", in create_fdt()
70 qemu_fdt_setprop_string(ms->fdt, nodename, "compatible", in fdt_add_cpu_nodes()
179 "compatible", "qemu,fw-cfg-mmio"); in fdt_add_fw_cfg_node()
208 qemu_fdt_setprop_string(ms->fdt, nodename, "compatible", "cfi-flash"); in fdt_add_flash_node()
226 qemu_fdt_setprop_string(ms->fdt, nodename, "compatible", in fdt_add_cpuic_node()
246 qemu_fdt_setprop_string(ms->fdt, nodename, "compatible", in fdt_add_eiointc_node()
271 qemu_fdt_setprop_string(ms->fdt, nodename, "compatible", in fdt_add_pch_pic_node()
296 qemu_fdt_setprop_string(ms->fdt, nodename, "compatible", in fdt_add_pch_msi_node()
382 "compatible", "pci-host-ecam-generic"); in fdt_add_pcie_node()
413 qemu_fdt_setprop_string(ms->fdt, nodename, "compatible", "ns16550a"); in fdt_add_uart_node()
[all …]
/qemu/hw/openrisc/
H A Dvirt.c142 qemu_fdt_setprop_string(fdt, "/", "compatible", "opencores,or1ksim"); in openrisc_create_fdt()
148 qemu_fdt_setprop_string(fdt, "/soc", "compatible", "simple-bus"); in openrisc_create_fdt()
167 qemu_fdt_setprop_string(fdt, nodename, "compatible", in openrisc_create_fdt()
178 qemu_fdt_setprop_string(fdt, nodename, "compatible", in openrisc_create_fdt()
222 qemu_fdt_setprop_string(fdt, nodename, "compatible", "openrisc,ompic"); in openrisc_virt_ompic_init()
244 qemu_fdt_setprop_string(fdt, nodename, "compatible", "ns16550a"); in openrisc_virt_serial_init()
269 qemu_fdt_setprop_string(fdt, nodename, "compatible", "syscon"); in openrisc_virt_test_init()
278 qemu_fdt_setprop_string(fdt, nodename, "compatible", "syscon-reboot"); in openrisc_virt_test_init()
286 qemu_fdt_setprop_string(fdt, nodename, "compatible", "syscon-poweroff"); in openrisc_virt_test_init()
308 qemu_fdt_setprop_string(fdt, nodename, "compatible", in openrisc_virt_rtc_init()
[all …]
H A Dopenrisc_sim.c124 qemu_fdt_setprop_string(fdt, "/", "compatible", "opencores,or1ksim"); in openrisc_create_fdt()
143 qemu_fdt_setprop_string(fdt, nodename, "compatible", in openrisc_create_fdt()
154 qemu_fdt_setprop_string(fdt, nodename, "compatible", in openrisc_create_fdt()
205 qemu_fdt_setprop_string(fdt, nodename, "compatible", "opencores,ethoc"); in openrisc_sim_net_init()
237 qemu_fdt_setprop_string(fdt, nodename, "compatible", "openrisc,ompic"); in openrisc_sim_ompic_init()
274 qemu_fdt_setprop_string(fdt, nodename, "compatible", "ns16550a"); in openrisc_sim_serial_init()
/qemu/hw/arm/
H A Dxlnx-versal-virt.c85 qemu_fdt_setprop_string(s->fdt, "/", "compatible", "xlnx-versal-virt"); in fdt_create()
95 qemu_fdt_setprop_string(s->fdt, name, "compatible", "fixed-clock"); in fdt_add_clk_node()
118 qemu_fdt_setprop_string(s->fdt, name, "compatible", in fdt_add_cpu_nodes()
141 qemu_fdt_setprop_string(s->fdt, nodename, "compatible", "arm,gic-v3"); in fdt_add_gic_nodes()
156 qemu_fdt_setprop(s->fdt, "/timer", "compatible", in fdt_add_timer_nodes()
169 qemu_fdt_setprop(s->fdt, name, "compatible", in fdt_add_usb_xhci_nodes()
187 qemu_fdt_setprop(s->fdt, name, "compatible", in fdt_add_usb_xhci_nodes()
232 qemu_fdt_setprop(s->fdt, name, "compatible", in fdt_add_uart_nodes()
269 qemu_fdt_setprop_string(s->fdt, name, "compatible", in fdt_add_canfd_nodes()
316 qemu_fdt_setprop(s->fdt, name, "compatible", in fdt_add_gem_nodes()
[all …]
/qemu/docs/system/
H A Dtarget-i386-desc.rst.inc24 - Intel 82801AA AC97 Audio compatible sound card
28 - Adlib (OPL2) - Yamaha YM3812 compatible chip
32 - CS4231A compatible sound card
H A Dcpu-models-mips.rst.inc13 compatibility is required, use the newest CPU model that is compatible
45 compatibility is required, use the newest CPU model that is compatible
89 compatibility is required, use the newest CPU model that is compatible
H A Dtarget-sparc64.rst27 - PCI VGA compatible card with VESA Bochs Extensions
33 - PC-compatible serial ports
/qemu/hw/i386/
H A Dmicrovm-dt.c81 qemu_fdt_setprop_string(mms->fdt, nodename, "compatible", "virtio,mmio"); in dt_add_virtio()
98 qemu_fdt_setprop(mms->fdt, nodename, "compatible", compat, sizeof(compat)); in dt_add_xhci()
114 "compatible", "pci-host-ecam-generic"); in dt_add_pcie()
173 "compatible", "intel,ce4100-ioapic"); in dt_add_ioapic()
198 qemu_fdt_setprop(mms->fdt, nodename, "compatible", compat, sizeof(compat)); in dt_add_isa_serial()
219 qemu_fdt_setprop(mms->fdt, nodename, "compatible", compat, sizeof(compat)); in dt_add_isa_rtc()
325 qemu_fdt_setprop_string(mms->fdt, "/", "compatible", "linux,microvm"); in dt_setup_microvm()
/qemu/hw/core/
H A Dguest-loader.c60 if (qemu_fdt_setprop_string_array(fdt, node, "compatible", in loader_insert_platform_data()
63 error_setg(errp, "couldn't set %s/compatible", node); in loader_insert_platform_data()
73 if (qemu_fdt_setprop_string_array(fdt, node, "compatible", in loader_insert_platform_data()
76 error_setg(errp, "couldn't set %s/compatible", node); in loader_insert_platform_data()
H A Dsysbus-fdt.c120 {"compatible", false},
165 r = qemu_fdt_getprop(host_fdt, node_path, "compatible", &prop_len, in fdt_build_clock_node()
213 * compatible string, regs, interrupts, dma-coherent
234 qemu_fdt_setprop(fdt, nodename, "compatible", in add_calxeda_midway_xgmac_fdt_node()
267 {"compatible", false},
420 /* DT compatible matching */
465 qemu_fdt_setprop_string(fdt, nodename, "compatible", "tcg,tpm-tis-mmio"); in add_tpm_tis_fdt_node()
490 "compatible", UEFI_VARS_FDT_COMPAT); in add_uefi_vars_node()
572 qemu_fdt_setprop(fdt, node, "compatible", platcomp, sizeof(platcomp)); in platform_bus_add_all_fdt_nodes()
/qemu/hw/mips/
H A Dboston.c468 qemu_fdt_setprop_string(fdt, name, "compatible", in fdt_create_pcie()
535 qemu_fdt_setprop_string(fdt, "/", "compatible", "img,boston"); in create_fdt()
547 qemu_fdt_setprop_string(fdt, name, "compatible", "img,mips"); in create_fdt()
557 qemu_fdt_setprop_string(fdt, "/soc", "compatible", "simple-bus"); in create_fdt()
577 qemu_fdt_setprop_string(fdt, gic_name, "compatible", "mti,gic"); in create_fdt()
586 qemu_fdt_setprop_string(fdt, name, "compatible", "mti,gic-timer"); in create_fdt()
596 qemu_fdt_setprop_string(fdt, name, "compatible", "mti,mips-cdmm"); in create_fdt()
604 qemu_fdt_setprop_string(fdt, name, "compatible", "mti,mips-cpc"); in create_fdt()
613 qemu_fdt_setprop_string_array(fdt, platreg_name, "compatible", in create_fdt()
623 qemu_fdt_setprop_string(fdt, name, "compatible", "img,boston-clock"); in create_fdt()
[all …]
/qemu/docs/system/ppc/
H A Dprep.rst12 * PCI VGA compatible card with VESA Bochs Extensions
18 * PC compatible keyboard and mouse.
/qemu/python/qemu/qmp/
H A Dutil.py91 Python 3.6-compatible `asyncio.create_task` wrapper.
109 Python 3.6-compatible `asyncio.StreamWriter.is_closing` wrapper.
125 Python 3.6-compatible `asyncio.StreamWriter.wait_closed` wrapper.
154 Python 3.6-compatible `asyncio.run` wrapper.
/qemu/hw/isa/
H A Dsmc37c669-superio.c15 /* UARTs (compatible with NS16450 or PC16550) */
44 /* Diskette controller (Software compatible with the Intel PC8477) */

12345678910>>...12