Home
last modified time | relevance | path

Searched refs:machine_type (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dtest-smp-parse.c1010 const char *machine_type = opaque; in test_generic_valid() local
1011 Object *obj = object_new(machine_type); in test_generic_valid()
1029 const char *machine_type = opaque; in test_generic_invalid() local
1030 Object *obj = object_new(machine_type); in test_generic_invalid()
1048 const char *machine_type = opaque; in test_with_modules() local
1049 Object *obj = object_new(machine_type); in test_with_modules()
1098 const char *machine_type = opaque; in test_with_dies() local
1099 Object *obj = object_new(machine_type); in test_with_dies()
1148 const char *machine_type = opaque; in test_with_modules_dies() local
1149 Object *obj = object_new(machine_type); in test_with_modules_dies()
[all …]
/openbmc/qemu/tests/functional/
H A Dtest_multiprocess.py40 kernel_command_line, machine_type): argument
65 self.vm.add_args('-machine', machine_type)
/openbmc/linux/include/uapi/linux/
H A Da.out.h16 enum machine_type { enum
46 #define N_MACHTYPE(exec) ((enum machine_type)(((exec).a_info >> 16) & 0xff))
/openbmc/linux/tools/perf/util/
H A Ds390-cpumsf.c176 u16 machine_type; member
371 static bool s390_cpumsf_validate(int machine_type, in s390_cpumsf_validate() argument
391 switch (machine_type) { in s390_cpumsf_validate()
446 if (!s390_cpumsf_validate(sf->machine_type, buf, len, &bsdes, in s390_cpumsf_dump()
450 len, sf->machine_type, bsdes, dsdes); in s390_cpumsf_dump()
611 if (!s390_cpumsf_validate(sf->machine_type, buf, len, &bsdes, in s390_cpumsf_samples()
1148 sf->machine_type = s390_cpumsf_get_type(session->evlist->env->cpuid); in s390_cpumsf_process_auxtrace_info()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/crash/crash/
H A D0001-symbol-fix-S-cannot-work-with-kaslr-detection.patch86 if (machine_type("X86_64")) {
/openbmc/qemu/python/qemu/machine/
H A Dmachine.py862 def set_machine(self, machine_type: str) -> None:
869 self._machine = machine_type
/openbmc/qemu/system/
H A Dvl.c1676 const char *machine_type = qdict_get_try_str(qdict, "type"); in select_machine() local
1680 if (machine_type) { in select_machine()
1681 machine_class = find_machine(machine_type, machines); in select_machine()
1683 error_setg(errp, "unsupported machine type: \"%s\"", machine_type); in select_machine()
/openbmc/linux/drivers/scsi/esas2r/
H A Desas2r_flash.c1146 switch (le16_to_cpu(ei->machine_type)) { in esas2r_read_image_type()
H A Desas2r.h386 u16 machine_type; member