Home
last modified time | relevance | path

Searched full:defs (Results 1 – 25 of 55) sorted by relevance

123

/qemu/scripts/codeconverter/codeconverter/
H A Dqom_type_info.py464 defs = list(find_type_definitions(self.allfiles, uppercase))
465 if len(defs) > 1:
467 for d in defs:
470 elif len(defs) == 0:
473 d = defs[0]
497 defs = list(find_type_definitions(self.allfiles, uppercase))
498 if len(defs) > 1:
500 for d in defs:
503 elif len(defs) == 0:
506 d = defs[0]
[all …]
/qemu/tests/data/qobject/
H A Dqdict.txt3687 cvmx-asxx-defs.h: 14223
3691 cvmx-ciu-defs.h: 39090
3695 cvmx-dbg-defs.h: 2123
3698 cvmx-fpa-defs.h: 11938
3700 cvmx-gmxx-defs.h: 79305
3701 cvmx-gpio-defs.h: 6346
3729 cvmx-iob-defs.h: 16589
3730 cvmx-ipd-defs.h: 27302
3733 cvmx-l2c-defs.h: 23395
3735 cvmx-l2d-defs.h: 9721
[all …]
/qemu/hw/i386/
H A Dacpi-build.h4 #include "hw/acpi/acpi-defs.h"
/qemu/include/user/
H A Dtswap-target.h11 #include "exec/cpu-defs.h"
H A Dabitypes.h8 #include "exec/cpu-defs.h"
/qemu/include/hw/mips/
H A Dbootloader.h12 #include "exec/cpu-defs.h"
/qemu/include/exec/
H A Dtarget_long.h14 * Usually this should only be included via cpu-defs.h however for
/qemu/target/tricore/
H A Dcpu.h26 #include "exec/cpu-defs.h"
28 #include "tricore-defs.h"
/qemu/include/hw/openrisc/
H A Dboot.h22 #include "exec/cpu-defs.h"
/qemu/include/migration/
H A Dcpu.h6 #include "exec/cpu-defs.h"
/qemu/include/semihosting/
H A Dsyscalls.h12 #include "exec/cpu-defs.h"
H A Duaccess.h18 #include "exec/cpu-defs.h"
/qemu/include/hw/ppc/
H A Dvof.h12 #include "exec/cpu-defs.h"
/qemu/include/hw/riscv/
H A Dboot.h23 #include "exec/cpu-defs.h"
H A Dboot_opensbi.h11 #include "exec/cpu-defs.h"
/qemu/hw/openrisc/
H A Dboot.c11 #include "exec/cpu-defs.h"
/qemu/target/hexagon/
H A Dcpu.h25 #include "exec/cpu-defs.h"
/qemu/target/microblaze/
H A Dcpu.h25 #include "exec/cpu-defs.h"
410 /* See NB_MMU_MODES in cpu-defs.h. */
/qemu/docs/
H A Dconf.py186 # We slurp in the defs.rst.inc and literally include it into rst_epilog,
190 with open(os.path.join(qemu_docdir, 'defs.rst.inc')) as f:
/qemu/stubs/
H A Dmeson.build77 stub_ss.add(files('target-monitor-defs.c'))
/qemu/target/rx/
H A Dcpu.h27 #include "exec/cpu-defs.h"
/qemu/tests/qtest/
H A Dvmgenid-test.c14 #include "hw/acpi/acpi-defs.h"
/qemu/target/avr/
H A Dcpu.h26 #include "exec/cpu-defs.h"
/qemu/target/s390x/
H A Dgen-features.c21 /***** BEGIN FEATURE DEFS *****/
924 /****** END FEATURE DEFS ******/
/qemu/target/openrisc/
H A Dcpu.h25 #include "exec/cpu-defs.h"

123