/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop/ |
H A D | 0001-meson-Add-riscv32-to-seccomp-unsupported-list.patch | 19 host_os = host_machine.system() 20 host_cpu = host_machine.cpu()
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gjs/gjs/ |
H A D | 0001-Support-cross-builds-a-bit-better.patch | 43 -if host_machine.system() != 'windows' 44 +if host_machine.system() != 'windows' and not meson.is_cross_build()
|
/openbmc/qemu/target/s390x/kvm/ |
H A D | meson.build | 18 if host_machine.cpu_family() == 's390x' and cc.has_link_argument('-Wl,--s390-pgste')
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perfetto/libperfetto/ |
H A D | 0001-meson-add-pc-file-for-lib_perfetto.patch | 29 @@ -35,8 +38,9 @@ if host_machine.system() == 'android'
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pkcs11-provider/pkcs11-provider/ |
H A D | 0001-meson-add-option-to-allow-override-default-default_p.patch | 18 @@ -67,10 +67,15 @@ if host_machine.endian() == 'big'
|
/openbmc/openbmc/poky/meta/recipes-graphics/wayland/wayland/ |
H A D | 0001-build-Fix-strndup-detection-on-MinGW.patch | 38 if host_machine.system() == 'freebsd'
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/libgnt/ |
H A D | 0001-meson-import-changes-from-3.0.-version.patch | 60 -if host_machine.system() == 'windows' 150 +if not ncurses_available and host_machine.system() == 'windows'
|
/openbmc/linux/tools/perf/util/ |
H A D | probe-event.c | 73 static struct machine *host_machine; variable 87 if (host_machine || user_only) /* already initialized */ in init_probe_symbol_maps() 93 host_machine = machine__new_host(); in init_probe_symbol_maps() 94 if (!host_machine) { in init_probe_symbol_maps() 107 machine__delete(host_machine); in exit_probe_symbol_maps() 108 host_machine = NULL; in exit_probe_symbol_maps() 115 struct map *map = machine__kernel_map(host_machine); in kernel_get_ref_reloc_sym() 143 sym = machine__find_kernel_symbol_by_name(host_machine, name, &map); in kernel_get_symbol_address_by_name() 155 struct maps *maps = machine__kernel_maps(host_machine); in kernel_get_module_map() 163 struct map *map = machine__kernel_map(host_machine); in kernel_get_module_map() [all …]
|
H A D | machine.c | 429 struct machine *host_machine, in findnew_guest_code() argument 447 host_thread = machine__find_thread(host_machine, -1, pid); in findnew_guest_code() 471 struct machine *host_machine = machines__find(machines, HOST_KERNEL_ID); in machines__findnew_guest_code() local 474 return findnew_guest_code(machine, host_machine, pid); in machines__findnew_guest_code() 480 struct machine *host_machine; in machine__findnew_guest_code() local 485 host_machine = machines__find(machines, HOST_KERNEL_ID); in machine__findnew_guest_code() 487 return findnew_guest_code(machine, host_machine, pid); in machine__findnew_guest_code()
|
/openbmc/libpldm/src/ |
H A D | meson.build | 53 host = host_machine.cpu_family()
|
/openbmc/qemu/trace/ |
H A D | meson.build | 50 if host_machine.system() != 'darwin'
|
/openbmc/qemu/tests/docker/dockerfiles/ |
H A D | debian-riscv64-cross.docker | 69 [host_machine]\n\
|
H A D | debian-mips64el-cross.docker | 151 [host_machine]\n\
|
H A D | debian-ppc64el-cross.docker | 162 [host_machine]\n\
|
H A D | debian-s390x-cross.docker | 161 [host_machine]\n\
|
H A D | debian-mipsel-cross.docker | 160 [host_machine]\n\
|
H A D | debian-armhf-cross.docker | 163 [host_machine]\n\
|
H A D | debian-amd64-cross.docker | 164 [host_machine]\n\
|
H A D | debian-arm64-cross.docker | 163 [host_machine]\n\
|
H A D | debian-i686-cross.docker | 162 [host_machine]\n\
|
/openbmc/qemu/subprojects/packagefiles/berkeley-testfloat-3/ |
H A D | meson.build | 8 platform_data.set('LITTLEENDIAN', host_machine.endian() == 'little')
|
/openbmc/openbmc/poky/meta/recipes-devtools/meson/ |
H A D | meson_1.7.0.bb | 120 [host_machine]
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | meson.bbclass | 94 [host_machine]
|
/openbmc/qemu/subprojects/packagefiles/berkeley-softfloat-3/ |
H A D | meson.build | 8 platform_data.set('LITTLEENDIAN', host_machine.endian() == 'little')
|
/openbmc/qemu/ |
H A D | meson.build | 22 host_os = host_machine.system() 52 cpu = host_machine.cpu_family() 842 if get_option('whpx').enabled() and host_machine.cpu() != 'x86_64' 4433 if host_machine.system() == 'windows' 4440 host_machine.cpu(),
|