Home
last modified time | relevance | path

Searched refs:SUFFIX (Results 1 – 25 of 28) sorted by relevance

12

/openbmc/qemu/include/exec/
H A Dmemory_ldst_phys.h.inc23 static inline uint16_t glue(lduw_phys, SUFFIX)(ARG1_DECL, hwaddr addr)
25 return glue(address_space_lduw, SUFFIX)(ARG1, addr,
29 static inline uint32_t glue(ldl_phys, SUFFIX)(ARG1_DECL, hwaddr addr)
31 return glue(address_space_ldl, SUFFIX)(ARG1, addr,
35 static inline uint64_t glue(ldq_phys, SUFFIX)(ARG1_DECL, hwaddr addr)
37 return glue(address_space_ldq, SUFFIX)(ARG1, addr,
41 static inline void glue(stw_phys, SUFFIX)(ARG1_DECL, hwaddr addr, uint16_t val)
43 glue(address_space_stw, SUFFIX)(ARG1, addr, val,
47 static inline void glue(stl_phys, SUFFIX)(ARG1_DECL, hwaddr addr, uint32_t val)
49 glue(address_space_stl, SUFFIX)(ARG1, addr, val,
[all …]
H A Dmemory_ldst.h.inc23 uint16_t glue(address_space_lduw, SUFFIX)(ARG1_DECL,
25 uint32_t glue(address_space_ldl, SUFFIX)(ARG1_DECL,
27 uint64_t glue(address_space_ldq, SUFFIX)(ARG1_DECL,
29 void glue(address_space_stl_notdirty, SUFFIX)(ARG1_DECL,
31 void glue(address_space_stw, SUFFIX)(ARG1_DECL,
33 void glue(address_space_stl, SUFFIX)(ARG1_DECL,
35 void glue(address_space_stq, SUFFIX)(ARG1_DECL,
38 uint8_t glue(address_space_ldub, SUFFIX)(ARG1_DECL,
40 uint16_t glue(address_space_lduw_le, SUFFIX)(ARG1_DECL,
42 uint16_t glue(address_space_lduw_be, SUFFIX)(ARG1_DECL,
[all …]
H A Dcpu-all.h103 #define SUFFIX macro
109 #define SUFFIX _cached_slow macro
121 #define SUFFIX macro
131 #define SUFFIX _cached macro
H A Dmemory.h2721 #define SUFFIX macro
2726 #define SUFFIX macro
2764 #define SUFFIX _cached_slow macro
2798 #define SUFFIX _cached macro
H A Dcpu_ldst.h243 #define GEN_ATOMIC_HELPER(NAME, TYPE, SUFFIX) \ argument
244 TYPE cpu_atomic_ ## NAME ## SUFFIX ## _mmu \
/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_add, SUFFIX)(DATA_TYPE dst, DATA_TYPE src1)
61 static int glue(compute_c_add, SUFFIX)(DATA_TYPE dst, DATA_TYPE src1)
66 static uint32_t glue(compute_all_adc, SUFFIX)(DATA_TYPE dst, DATA_TYPE src1,
90 static int glue(compute_c_adc, SUFFIX)(DATA_TYPE dst, DATA_TYPE src1,
102 static uint32_t glue(compute_all_sub, SUFFIX)(DATA_TYPE dst, DATA_TYPE src2)
116 static int glue(compute_c_sub, SUFFIX)(DATA_TYPE dst, DATA_TYPE src2)
[all …]
/openbmc/linux/tools/testing/selftests/bpf/
H A Dwith_tunnels.sh6 readonly SUFFIX="test_$(mktemp -u XXXX)"
10 ip link add "ipip_${SUFFIX}" type ipip ${CONFIG}
11 ip link add "gre_${SUFFIX}" type gre ${CONFIG}
12 ip link add "sit_${SUFFIX}" type sit ${CONFIG}
17 ip link set "ipip_${SUFFIX}" up
18 ip link set "gre_${SUFFIX}" up
19 ip link set "sit_${SUFFIX}" up
24 ip tunnel del "ipip_${SUFFIX}"
25 ip tunnel del "gre_${SUFFIX}"
26 ip tunnel del "sit_${SUFFIX}"
/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 …]
/openbmc/u-boot/test/fs/
H A Dfs-test.sh189 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
254 ${PREFIX}load host${SUFFIX} $addr ${FPATH}$FILE_SMALL
261 ${PREFIX}load host${SUFFIX} $addr ${FPATH}$FILE_BIG $length 0x0
[all …]
/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/qemu/target/hexagon/
H A Dfma_emu.c391 #define GEN_XF_ROUND(SUFFIX, MANTBITS, INF_EXP, INTERNAL_TYPE) \ argument
392 static SUFFIX accum_round_##SUFFIX(Accum a, float_status * fp_status) \
399 return zero_##SUFFIX(1); \
401 return zero_##SUFFIX(0); \
483 return maxfinite_##SUFFIX(a.sign); \
486 return infinite_##SUFFIX(a.sign); \
488 return maxfinite_##SUFFIX(a.sign); \
492 return infinite_##SUFFIX(a.sign); \
494 return maxfinite_##SUFFIX(a.sign); \
497 return infinite_##SUFFIX(a.sign); \
/openbmc/qemu/accel/tcg/
H A Datomic_template.h24 # define SUFFIX o macro
29 # define SUFFIX q macro
35 # define SUFFIX l macro
41 # define SUFFIX w macro
47 # define SUFFIX b macro
329 #undef SUFFIX
H A Duser-exec.c1265 glue(glue(glue(cpu_atomic_ ## X, SUFFIX), END), _mmu)
/openbmc/linux/tools/testing/selftests/net/
H A Dudpgro_fwd.sh199 SUFFIX=24
206 SUFFIX="64 nodad"
229 ip -n $NS_DST addr add dev veth$DST $BM_NET$DST_NAT/$SUFFIX
249 ip -n $NS_DST addr add dev $VXDEV$DST $OL_NET$DST_NAT/$SUFFIX
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/rfkill/rfkill/
H A Ddont.call.git.rev-parse.on.parent.dir.patch27 if test "x$SUFFIX" != 'x'; then
28 v="$VERSION$SUFFIX"
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Delement.py941 SUFFIX = '' variable in NavigableString
994 return self.PREFIX + output + self.SUFFIX
1068 SUFFIX = '' variable in PreformattedString
1084 return self.PREFIX + self + self.SUFFIX
1089 SUFFIX = ']]>' variable in CData
1095 SUFFIX = '>' variable in ProcessingInstruction
1100 SUFFIX = '?>' variable in XMLProcessingInstruction
1105 SUFFIX = '-->' variable in Comment
1111 SUFFIX = '?>' variable in Declaration
1140 SUFFIX = '>\n' variable in Doctype
/openbmc/openbmc/poky/meta/recipes-bsp/grub/files/
H A D0001-RISC-V-Restore-the-typcast-to-long.patch29 @@ -1310,7 +1310,7 @@ SUFFIX (relocate_addrs) (Elf_Ehdr *e, struct section_metadata *smd,
/openbmc/qemu/scripts/
H A Dqemu-binfmt-conf.sh187 [--persistent yes|no][--qemu-suffix SUFFIX]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/procmail/
H A Dfrom-debian-to-modify-parameters.patch21 # to the definitions of MAN?DIR and/or MAN?SUFFIX by hand)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/poppler/poppler/
H A D0001-cmake-Do-not-use-isystem.patch70 …set_target_properties(poppler-glib PROPERTIES SUFFIX "-${POPPLER_GLIB_SOVERSION}${CMAKE_SHARED_LIB…
/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()
1516 #define output_vfcmp(C, PREFIX, SUFFIX) \ in INSN_LSX() argument
1519 (C)->insn, PREFIX, SUFFIX, a->vd, \ in INSN_LSX()
2430 #define output_xvfcmp(C, PREFIX, SUFFIX) \ in INSN_LASX() argument
2433 (C)->insn, PREFIX, SUFFIX, a->vd, \ in INSN_LASX()
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/
H A D0017-Platform-CS1000-Remove-unused-BL1-files.patch45 - SUFFIX ".axf"
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/
H A D0008-Use-libtool-2.4.patch1674 -# strip PREFIX and SUFFIX off of NAME.
1675 -# PREFIX and SUFFIX must not contain globbing or regex special
1676 -# characters, hashes, percent signs, but SUFFIX may contain a leading
1749 -# strip PREFIX and SUFFIX off of NAME.
1750 -# PREFIX and SUFFIX must not contain globbing or regex special
1751 -# characters, hashes, percent signs, but SUFFIX may contain a leading
3629 -# strip PREFIX and SUFFIX off of NAME.
3630 -# PREFIX and SUFFIX must not contain globbing or regex special
3631 -# characters, hashes, percent signs, but SUFFIX may contain a leading
3704 -# strip PREFIX and SUFFIX off of NAME.
[all …]
/openbmc/linux/tools/usb/usbip/
H A DINSTALL124 option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.

12