Home
last modified time | relevance | path

Searched full:suffix (Results 1 – 25 of 374) sorted by relevance

12345678910>>...15

/openbmc/qemu/include/exec/
H A Dmemory_ldst_phys.h.inc22 static inline uint16_t glue(lduw_phys, SUFFIX)(ARG1_DECL, hwaddr addr)
24 return glue(address_space_lduw, SUFFIX)(ARG1, addr,
28 static inline uint32_t glue(ldl_phys, SUFFIX)(ARG1_DECL, hwaddr addr)
30 return glue(address_space_ldl, SUFFIX)(ARG1, addr,
34 static inline uint64_t glue(ldq_phys, SUFFIX)(ARG1_DECL, hwaddr addr)
36 return glue(address_space_ldq, SUFFIX)(ARG1, addr,
40 static inline void glue(stw_phys, SUFFIX)(ARG1_DECL, hwaddr addr, uint16_t val)
42 glue(address_space_stw, SUFFIX)(ARG1, addr, val,
46 static inline void glue(stl_phys, SUFFIX)(ARG1_DECL, hwaddr addr, uint32_t val)
48 glue(address_space_stl, SUFFIX)(ARG1, addr, val,
[all …]
H A Dmemory_ldst.h.inc22 uint16_t glue(address_space_lduw, SUFFIX)(ARG1_DECL,
24 uint32_t glue(address_space_ldl, SUFFIX)(ARG1_DECL,
26 uint64_t glue(address_space_ldq, SUFFIX)(ARG1_DECL,
28 void glue(address_space_stl_notdirty, SUFFIX)(ARG1_DECL,
30 void glue(address_space_stw, SUFFIX)(ARG1_DECL,
32 void glue(address_space_stl, SUFFIX)(ARG1_DECL,
34 void glue(address_space_stq, SUFFIX)(ARG1_DECL,
36 uint8_t glue(address_space_ldub, SUFFIX)(ARG1_DECL,
38 uint16_t glue(address_space_lduw_le, SUFFIX)(ARG1_DECL,
40 uint16_t glue(address_space_lduw_be, SUFFIX)(ARG1_DECL,
[all …]
/openbmc/qemu/target/i386/tcg/
H A Dops_sse_header.h.inc21 #define SUFFIX _mmx
25 #define SUFFIX _xmm
27 #define SUFFIX _ymm
41 DEF_HELPER_4(glue(psrlw, SUFFIX), void, env, Reg, Reg, Reg)
42 DEF_HELPER_4(glue(psraw, SUFFIX), void, env, Reg, Reg, Reg)
43 DEF_HELPER_4(glue(psllw, SUFFIX), void, env, Reg, Reg, Reg)
44 DEF_HELPER_4(glue(psrld, SUFFIX), void, env, Reg, Reg, Reg)
45 DEF_HELPER_4(glue(psrad, SUFFIX), void, env, Reg, Reg, Reg)
46 DEF_HELPER_4(glue(pslld, SUFFIX), void, env, Reg, Reg, Reg)
47 DEF_HELPER_4(glue(psrlq, SUFFIX), void, env, Reg, Reg, Reg)
[all …]
H A Dcc_helper_template.h.inc23 #define SUFFIX b
27 #define SUFFIX w
31 #define SUFFIX l
37 #define SUFFIX q
47 static uint32_t glue(compute_all_cout, SUFFIX)(DATA_TYPE dst, DATA_TYPE carries)
68 static uint32_t glue(compute_all_add, SUFFIX)(DATA_TYPE dst, DATA_TYPE src1)
72 return glue(compute_all_cout, SUFFIX)(dst, carries);
75 static int glue(compute_c_add, SUFFIX)(DATA_TYPE dst, DATA_TYPE src1)
80 static uint32_t glue(compute_all_adc, SUFFIX)(DATA_TYPE dst, DATA_TYPE src1,
85 return glue(compute_all_cout, SUFFIX)(dst, carries);
[all …]
/openbmc/qemu/system/
H A Dmemory_ldst.c.inc23 static inline uint32_t glue(address_space_ldl_internal, SUFFIX)(ARG1_DECL,
70 uint32_t glue(address_space_ldl, SUFFIX)(ARG1_DECL,
73 return glue(address_space_ldl_internal, SUFFIX)(ARG1, addr, attrs, result,
77 uint32_t glue(address_space_ldl_le, SUFFIX)(ARG1_DECL,
80 return glue(address_space_ldl_internal, SUFFIX)(ARG1, addr, attrs, result,
84 uint32_t glue(address_space_ldl_be, SUFFIX)(ARG1_DECL,
87 return glue(address_space_ldl_internal, SUFFIX)(ARG1, addr, attrs, result,
92 static inline uint64_t glue(address_space_ldq_internal, SUFFIX)(ARG1_DECL,
139 uint64_t glue(address_space_ldq, SUFFIX)(ARG1_DECL,
142 return glue(address_space_ldq_internal, SUFFIX)(ARG1, addr, attrs, result,
[all …]
H A Dbootdevice.c40 char *suffix; member
138 void del_boot_device_path(DeviceState *dev, const char *suffix) in del_boot_device_path() argument
147 if ((!suffix || !g_strcmp0(i->suffix, suffix)) && in del_boot_device_path()
150 g_free(i->suffix); in del_boot_device_path()
159 const char *suffix) in add_boot_device_path() argument
164 del_boot_device_path(dev, suffix); in add_boot_device_path()
168 assert(dev != NULL || suffix != NULL); in add_boot_device_path()
170 del_boot_device_path(dev, suffix); in add_boot_device_path()
174 node->suffix = g_strdup(suffix); in add_boot_device_path()
209 const char *suffix) in get_boot_device_path() argument
[all …]
/openbmc/obmc-console/
H A Dconfig.c229 /* Left shiftwidth corresponding to the suffix. */ in config_parse_bytesize()
242 char *suffix; in config_parse_bytesize() local
249 logsize = strtoul(size_str, &suffix, 0); in config_parse_bytesize()
250 if (logsize == 0 || logsize >= UINT32_MAX || suffix == size_str) { in config_parse_bytesize()
254 /* Ignore spaces between number and suffix */ in config_parse_bytesize()
255 while (*suffix && isspace(*suffix)) { in config_parse_bytesize()
256 suffix++; in config_parse_bytesize()
260 if (*suffix == suffixes[i].unit) { in config_parse_bytesize()
270 suffix++; in config_parse_bytesize()
275 /* Allow suffix like 'kB' */ in config_parse_bytesize()
[all …]
/openbmc/openbmc/poky/meta/conf/machine/include/arm/
H A DREADME25 ARMPKGSFX_THUMB - This is the thumb specific suffix. Curently it is
28 ARMPKGSFX_DSP - This is the DSP specific suffix. Currently this is set
31 ARMPKGSFX_EABI - This is the eabi specific suffix. There are currently
36 ARMPKGSFX_ENDIAN - This is the endian specific suffix. It is defined in
39 ARMPKGSFX_FPU - This is the FPU specific suffix. The suffix indicates
/openbmc/u-boot/include/
H A Ddisplay_options.h13 * print_size() - Print a size with a suffix
20 * @suffix String to print after the size
22 void print_size(uint64_t size, const char *suffix);
25 * print_freq() - Print a frequency with a suffix
31 * @suffix String to print after the frequency
33 void print_freq(uint64_t freq, const char *suffix);
/openbmc/qemu/target/loongarch/
H A Ddisas.c683 #define output_fcmp(C, PREFIX, SUFFIX) \ in INSN() argument
686 (C)->insn, PREFIX, SUFFIX, a->cd, \ in INSN()
691 const char *suffix)
696 output_fcmp(ctx, "fcmp_caf_", suffix);
699 output_fcmp(ctx, "fcmp_saf_", suffix);
702 output_fcmp(ctx, "fcmp_clt_", suffix);
705 output_fcmp(ctx, "fcmp_slt_", suffix);
708 output_fcmp(ctx, "fcmp_ceq_", suffix);
711 output_fcmp(ctx, "fcmp_seq_", suffix);
714 output_fcmp(ctx, "fcmp_cle_", suffix);
[all …]
/openbmc/qemu/tests/tcg/mips/include/
H A Dwrappers_mips64r6.h28 #define DO_MIPS64R6__RD__RS(suffix, mnemonic) \ argument
29 static inline void do_mips64r6_##suffix(const void *input, \
51 #define DO_MIPS64R6__RD__RS_RT(suffix, mnemonic) \ argument
52 static inline void do_mips64r6_##suffix(const void *input1, \
84 #define DO_MIPS64R6__RT__RS_RT(suffix, mnemonic) \ argument
85 static inline void do_mips64r6_##suffix(const void *input1, \
/openbmc/openbmc-test-automation/
H A DCONTRIBUTING.md274 - Avoid having the variable's type as a suffix portion of the name:
321 host name (whether long or short), please give it a suffix of "\_host".
335 suffix of \_host_name.
348 For short host names (e.g. "bmc1"), use a suffix of \_host_short_name.
361 For IP addresses, use a suffix of \_ip.
374 - If your variable is to contain only the file's name, use a suffix of
383 - If your variable is to contain the path to a file, use a suffix of
386 "\_file_path" suffix.
404 rare case), use a suffix \_abs_file_path.
410 - If your variable is to contain only the directory's name, use a suffix
[all...]
/openbmc/openbmc/poky/meta/recipes-bsp/grub/files/
H A DCVE-2025-0624.patch32 @@ -1909,14 +1909,15 @@ grub_config_search_through (char *config, char *suffix,
41 char *suffix;
45 suffix = config + config_len + 1;
54 - grub_strcpy (suffix, client_uuid);
55 + grub_strlcpy (suffix, client_uuid, suffix_len);
56 if (grub_config_search_through (config, suffix, 1, 0) == 0)
/openbmc/u-boot/test/fs/
H A Dfs-test.sh48 # They shall have a suffix which represents their file system (ext4/fat16/...)
51 # $OUT shall be the prefix of the test output. Their suffix will be .out
189 SUFFIX=" 0:0"
193 SUFFIX=" 0:0"
199 SUFFIX="fs -"
227 ${PREFIX}ls host${SUFFIX} $6
229 ${PREFIX}ls host${SUFFIX} invalid_d
235 ${PREFIX}size host${SUFFIX} ${FPATH}$FILE_SMALL
239 ${PREFIX}size host${SUFFIX} ${FPATH}SUBDIR/../$FILE_SMALL
245 ${PREFIX}size host${SUFFIX} ${FPATH}$FILE_BIG
[all …]
/openbmc/qemu/include/system/
H A Dsystem.h85 const char *suffix);
90 void del_boot_device_path(DeviceState *dev, const char *suffix);
92 const char *name, const char *suffix,
96 void add_boot_device_lchs(DeviceState *dev, const char *suffix,
98 void del_boot_device_lchs(DeviceState *dev, const char *suffix);
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/opencv/
H A D0001-core-fixed-VSX-intrinsics-implementation.patch19 inline _Tpvec v_setzero_##suffix() { return _Tpvec(vec_splats((_Tp)0)); } \
20 inline _Tpvec v_setall_##suffix(_Tp v) { return _Tpvec(vec_splats((_Tp)v));} \
21 template <> inline _Tpvec v_setzero_() { return v_setzero_##suffix(); } \
22 -template <> inline _Tpvec v_setall_(_Tp v) { return v_setall_##suffix(_Tp v); } \
23 +template <> inline _Tpvec v_setall_(_Tp v) { return v_setall_##suffix(v); } \
24 template<typename _Tpvec0> inline _Tpvec v_reinterpret_as_##suffix(const _Tpvec0 &a) \
/openbmc/qemu/target/i386/
H A Dops_sse.h32 #define SUFFIX _mmx macro
41 #define SUFFIX _xmm macro
43 #define SUFFIX _ymm macro
57 void glue(helper_psrlw, SUFFIX)(CPUX86State *env, Reg *d, Reg *s, Reg *c) in glue() argument
72 void glue(helper_psllw, SUFFIX)(CPUX86State *env, Reg *d, Reg *s, Reg *c) in glue() argument
87 void glue(helper_psraw, SUFFIX)(CPUX86State *env, Reg *d, Reg *s, Reg *c) in glue() argument
100 void glue(helper_psrld, SUFFIX)(CPUX86State *env, Reg *d, Reg *s, Reg *c) in glue() argument
115 void glue(helper_pslld, SUFFIX)(CPUX86State *env, Reg *d, Reg *s, Reg *c) in glue() argument
130 void glue(helper_psrad, SUFFIX)(CPUX86State *env, Reg *d, Reg *s, Reg *c) in glue() argument
143 void glue(helper_psrlq, SUFFIX)(CPUX86State *env, Reg *d, Reg *s, Reg *c) in glue() argument
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-128/
H A D0001-util.configure-fix-one-occasionally-reproduced-confi.patch43 - fd, path = mkstemp(prefix="conftest.", suffix=suffix, text=True)
44 + fd, path = mkstemp(prefix="try_invoke_compiler_conftest.", suffix=suffix, text=True)
/openbmc/u-boot/drivers/core/
H A Dof_extra.c71 const char *suffix, fdt_addr_t *basep, in ofnode_decode_memory_region() argument
87 if (!suffix) in ofnode_decode_memory_region()
88 suffix = ""; in ofnode_decode_memory_region()
91 suffix); in ofnode_decode_memory_region()
116 suffix); in ofnode_decode_memory_region()
/openbmc/u-boot/include/dm/
H A Dof_extra.h70 * <mem_type>-memory<suffix> for the name of the memory bank
71 * <mem_type>-offset<suffix> for the offset in that bank
79 * @param suffix String to append to the memory/offset
86 const char *suffix, fdt_addr_t *basep,
/openbmc/qemu/hw/remote/
H A Dmemory.c36 static unsigned int suffix; in remote_sysmem_reconfig() local
43 for (region = 0; region < msg->num_fds; region++, suffix++) { in remote_sysmem_reconfig()
44 g_autofree char *name = g_strdup_printf("remote-mem-%u", suffix); in remote_sysmem_reconfig()
/openbmc/qemu/util/
H A Derror.c57 const char *suffix) in error_setv() argument
69 if (suffix) { in error_setv()
71 err->msg = g_strdup_printf("%s: %s", msg, suffix); in error_setv()
183 char *suffix = NULL; in error_setg_win32_internal() local
190 suffix = g_win32_error_message(win32_err); in error_setg_win32_internal()
195 fmt, ap, suffix); in error_setg_win32_internal()
198 g_free(suffix); in error_setg_win32_internal()
/openbmc/qemu/include/hw/i386/
H A Dpc.h301 #define DEFINE_PC_MACHINE(suffix, namestr, initfn, optsfn) \ argument
302 static void pc_machine_##suffix##_class_init(ObjectClass *oc, \
309 static const TypeInfo pc_machine_type_##suffix = { \
312 .class_init = pc_machine_##suffix##_class_init, \
314 static void pc_machine_init_##suffix(void) \
316 type_register_static(&pc_machine_type_##suffix); \
318 type_init(pc_machine_init_##suffix)
/openbmc/openbmc/poky/scripts/lib/wic/
H A Dksparser.py61 suffix = default
65 suffix = arg[-1:]
72 if suffix == 's' or suffix == 'S':
78 if suffix == "k" or suffix == "K":
80 if suffix == "M":
82 if suffix == "G":
/openbmc/u-boot/tools/binman/etype/
H A Du_boot_ucode.py66 for suffix in ['', '-spl', '-tpl']:
67 name = 'u-boot%s-with-ucode-ptr' % suffix
78 for suffix in ['', '-spl', '-tpl']:
79 name = 'u-boot%s-dtb-with-ucode' % suffix

12345678910>>...15