Searched refs:machine_type (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-smp-parse.c | 1010 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 D | test_multiprocess.py | 40 kernel_command_line, machine_type): argument 65 self.vm.add_args('-machine', machine_type)
|
/openbmc/linux/include/uapi/linux/ |
H A D | a.out.h | 16 enum machine_type { enum 46 #define N_MACHTYPE(exec) ((enum machine_type)(((exec).a_info >> 16) & 0xff))
|
/openbmc/linux/tools/perf/util/ |
H A D | s390-cpumsf.c | 176 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 D | 0001-symbol-fix-S-cannot-work-with-kaslr-detection.patch | 86 if (machine_type("X86_64")) {
|
/openbmc/qemu/python/qemu/machine/ |
H A D | machine.py | 862 def set_machine(self, machine_type: str) -> None: 869 self._machine = machine_type
|
/openbmc/qemu/system/ |
H A D | vl.c | 1676 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 D | esas2r_flash.c | 1146 switch (le16_to_cpu(ei->machine_type)) { in esas2r_read_image_type()
|
H A D | esas2r.h | 386 u16 machine_type; member
|