Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/migration/
H A Dmigration-util.c185 char *find_common_machine_version(const char *mtype, const char *var1, in find_common_machine_version() argument
188 g_autofree char *type1 = qtest_resolve_machine_alias(var1, mtype); in find_common_machine_version()
189 g_autofree char *type2 = qtest_resolve_machine_alias(var2, mtype); in find_common_machine_version()
207 "binaries %s and %s", mtype, getenv(var1), getenv(var2)); in find_common_machine_version()
H A Dmigration-util.h38 char *find_common_machine_version(const char *mtype, const char *var1,
/openbmc/u-boot/arch/arm/mach-omap2/omap3/
H A Demif4.c137 if ((sysinfo.mtype == DDR_COMBO) || (sysinfo.mtype == DDR_STACKED)) in dram_init()
/openbmc/u-boot/arch/arm/include/asm/arch-omap3/
H A Dsys_proto.h13 u32 mtype; member
/openbmc/u-boot/board/lg/sniper/
H A Dsniper.c25 .mtype = DDR_STACKED,
/openbmc/qemu/scripts/qapi/
H A Dintrospect.py254 def _gen_tree(self, name: str, mtype: str, obj: Dict[str, object],
269 if mtype not in ('command', 'event', 'builtin', 'array'):
276 obj['meta-type'] = mtype
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/opensaf/opensaf/
H A D0001-src-Add-missing-header-limits.h-for-_POSIX_HOST_NAME.patch35 long int mtype;
/openbmc/qemu/linux-user/
H A Dsyscall.c4293 abi_long mtype; member
4315 host_mb->mtype = (abi_long) tswapal(target_mb->mtype); in do_msgsnd()
4395 target_mb->mtype = tswapal(host_mb->mtype); in do_msgrcv()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch10058 +#define QENT_BASE_INITIALIZER(mtype) {\
10061 + .memtype = (mtype),\
10082 +static struct qent_src * qe_src_new(enum mediabufs_memory mtype)
10088 + .base = QENT_BASE_INITIALIZER(mtype)