Home
last modified time | relevance | path

Searched refs:host_machine (Results 1 – 25 of 27) sorted by relevance

12

/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/glib-2.0/
H A D0001-Set-host_machine-correctly-when-building-with-mingw3.patch4 Subject: [PATCH] Set host_machine correctly when building with mingw32
22 -if host_machine.system() == 'windows'
31 -if host_machine.system() != 'windows'
36 @@ -562,7 +562,7 @@ if host_machine.system() != 'windows'
40 -if host_machine.system() == 'windows'
49 -if host_machine.system() != 'windows'
62 -if host_machine.system() == 'windows'
74 host_system = host_machine.system()
/openbmc/openbmc/poky/meta/recipes-graphics/mesa/files/
H A D0001-meson.build-check-for-all-linux-host_os-combinations.patch29 …nu/kfreebsd', 'dragonfly', 'linux', 'sunos', 'android', 'managarm'].contains(host_machine.system())
30 …nfly', 'linux', 'sunos', 'android', 'managarm'].contains(host_machine.system()) or host_machine.sy…
38 …, 'gnu', 'freebsd', 'gnu/kfreebsd', 'haiku', 'android', 'managarm'].contains(host_machine.system())
39 …'gnu/kfreebsd', 'haiku', 'android', 'managarm'].contains(host_machine.system()) or host_machine.sy…
41 elif host_machine.system() == 'sunos'
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop/
H A D0001-meson-Add-riscv32-to-seccomp-unsupported-list.patch19 host_os = host_machine.system()
20 host_cpu = host_machine.cpu()
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gjs/gjs/
H A D0001-Support-cross-builds-a-bit-better.patch43 -if host_machine.system() != 'windows'
44 +if host_machine.system() != 'windows' and not meson.is_cross_build()
/openbmc/qemu/target/s390x/kvm/
H A Dmeson.build18 if host_machine.cpu_family() == 's390x' and cc.has_link_argument('-Wl,--s390-pgste')
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perfetto/files/
H A D0001-meson-add-pc-file-for-lib_perfetto.patch28 @@ -36,8 +39,9 @@ if host_machine.system() == 'android'
/openbmc/openbmc/poky/meta/recipes-graphics/wayland/wayland/
H A D0001-build-Fix-strndup-detection-on-MinGW.patch38 if host_machine.system() == 'freebsd'
/openbmc/libpldm/src/
H A Dmeson.build48 host = host_machine.cpu_family()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/libgnt/
H A D0001-meson-import-changes-from-3.0.-version.patch60 -if host_machine.system() == 'windows'
150 +if not ncurses_available and host_machine.system() == 'windows'
/openbmc/linux/tools/perf/util/
H A Dprobe-event.c73 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()
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()
356 map = machine__kernel_map(host_machine); in kernel_get_module_dso()
[all …]
H A Dmachine.c429 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/openbmc/poky/meta/recipes-core/glib-2.0/
H A Dglib-2.0_2.78.4.bb13 file://0001-Set-host_machine-correctly-when-building-with-mingw3.patch \
/openbmc/qemu/trace/
H A Dmeson.build50 if host_machine.system() != 'darwin'
/openbmc/qemu/tests/docker/dockerfiles/
H A Ddebian-riscv64-cross.docker69 [host_machine]\n\
H A Ddebian-s390x-cross.docker158 [host_machine]\n\
H A Ddebian-mips64el-cross.docker149 [host_machine]\n\
H A Ddebian-mipsel-cross.docker157 [host_machine]\n\
H A Ddebian-amd64-cross.docker161 [host_machine]\n\
H A Ddebian-armhf-cross.docker160 [host_machine]\n\
H A Ddebian-arm64-cross.docker160 [host_machine]\n\
H A Ddebian-ppc64el-cross.docker159 [host_machine]\n\
H A Ddebian-i686-cross.docker159 [host_machine]\n\
/openbmc/qemu/subprojects/packagefiles/berkeley-testfloat-3/
H A Dmeson.build8 platform_data.set('LITTLEENDIAN', host_machine.endian() == 'little')
/openbmc/openbmc/poky/meta/recipes-devtools/meson/
H A Dmeson_1.3.1.bb119 [host_machine]
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dmeson.bbclass95 [host_machine]

12