Home
last modified time | relevance | path

Searched defs:major (Results 1 – 25 of 27) sorted by relevance

12

/qemu/include/hw/
H A Dboards.h540 #define _MACHINE_VER_STR2(major, minor) \ argument
543 #define _MACHINE_VER_STR3(major, minor, micro) \ argument
546 #define _MACHINE_VER_STR4(major, minor, _unused_, tag) \ argument
549 #define _MACHINE_VER_STR5(major, minor, micro, _unused_, tag) \ argument
578 #define _MACHINE_VER_TYPE_NAME2(prefix, major, minor) \ argument
581 #define _MACHINE_VER_TYPE_NAME3(prefix, major, minor, micro) \ argument
584 #define _MACHINE_VER_TYPE_NAME4(prefix, major, minor, _unused_, tag) \ argument
587 #define _MACHINE_VER_TYPE_NAME5(prefix, major, minor, micro, _unused_, tag) \ argument
615 #define _MACHINE_VER_SYM2(sym, prefix, major, minor) \ argument
618 #define _MACHINE_VER_SYM3(sym, prefix, major, minor, micro) \ argument
[all …]
/qemu/hw/i386/
H A Dpc_q35.c330 #define DEFINE_Q35_MACHINE(major, minor) \ argument
333 #define DEFINE_Q35_MACHINE_AS_LATEST(major, minor) \ argument
336 #define DEFINE_Q35_MACHINE_BUGFIX(major, minor, micro) \ argument
H A Dpc_piix.c454 #define DEFINE_I440FX_MACHINE(major, minor) \ argument
457 #define DEFINE_I440FX_MACHINE_AS_LATEST(major, minor) \ argument
/qemu/ui/
H A Dgtk-gl-area.c221 static int gd_cmp_gl_context_version(int major, int minor, QEMUGLParams *params) in gd_cmp_gl_context_version()
245 int major, minor; in gd_gl_area_create_context() local
H A Dinput-barrier.h57 int16_t major; member
H A Degl-helpers.c558 EGLint major, minor; in qemu_egl_init_dpy() local
H A Dspice-core.c525 unsigned int major; in qmp_query_spice_real() local
H A Dvdagent.c20 #define CHECK_SPICE_PROTOCOL_VERSION(major, minor, micro) \ argument
H A Dvnc.h293 int major; member
/qemu/hw/m68k/
H A Dvirt.c365 #define DEFINE_VIRT_MACHINE_AS_LATEST(major, minor) \ argument
367 #define DEFINE_VIRT_MACHINE(major, minor) \ argument
/qemu/docs/
H A Dconf.py122 major = int(bits[0]) variable
/qemu/include/standard-headers/asm-m68k/
H A Dbootinfo.h158 #define MK_BI_VERSION(major, minor) (((major) << 16) + (minor)) argument
/qemu/include/hw/xen/interface/io/
H A Dkbdif.h476 uint32_t major; /* length of the major axis, pixels */ member
/qemu/hw/s390x/
H A Ds390-virtio-ccw.c888 #define DEFINE_CCW_MACHINE_AS_LATEST(major, minor) \ argument
891 #define DEFINE_CCW_MACHINE(major, minor) \ argument
/qemu/hw/vfio/
H A Diommufd.c211 int major, minor; in iommufd_cdev_getfd() local
/qemu/include/standard-headers/linux/
H A Dfuse.h893 uint32_t major; member
905 uint32_t major; member
924 uint32_t major; member
931 uint32_t major; member
/qemu/net/
H A Dtap-win32.c602 unsigned long major; in tap_win32_open() member
/qemu/qga/
H A Dcommands-win32.c2079 int major; member
2144 DWORD major = os_version->dwMajorVersion; in ga_get_win_name() local
H A Dcommands-linux.c1949 unsigned int major, minor; in guest_get_diskstats() local
/qemu/scripts/
H A Danalyse-9p-simpletrace.py177 def v9fs_mknod(self, tag, id, fid, mode, major, minor): argument
/qemu/block/
H A Dvpc.c76 uint16_t major; member
/qemu/tests/qtest/
H A Dlibqtest.c1559 int major, int minor) in qtest_check_machine_version()
1577 const int major = QEMU_VERSION_MAJOR; in qtest_is_old_versioned_machine() local
/qemu/hw/arm/
H A Dvirt.c134 #define DEFINE_VIRT_MACHINE_AS_LATEST(major, minor) \ argument
136 #define DEFINE_VIRT_MACHINE(major, minor) \ argument
/qemu/hw/9pfs/
H A D9p.c2925 uint32_t major, minor; in v9fs_create() local
3720 int major, minor; in v9fs_mknod() local
/qemu/include/hw/firmware/
H A Dsmbios.h26 uint8_t major, minor; member

12