/openbmc/qemu/include/exec/ |
H A D | memory_ldst_phys.h.inc | 23 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 D | memory_ldst.h.inc | 23 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 D | cpu-all.h | 103 #define SUFFIX macro 109 #define SUFFIX _cached_slow macro 121 #define SUFFIX macro 131 #define SUFFIX _cached macro
|
H A D | memory.h | 2721 #define SUFFIX macro 2726 #define SUFFIX macro 2764 #define SUFFIX _cached_slow macro 2798 #define SUFFIX _cached macro
|
H A D | cpu_ldst.h | 243 #define GEN_ATOMIC_HELPER(NAME, TYPE, SUFFIX) \ argument 244 TYPE cpu_atomic_ ## NAME ## SUFFIX ## _mmu \
|
/openbmc/qemu/target/i386/tcg/ |
H A D | ops_sse_header.h.inc | 21 #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 D | cc_helper_template.h.inc | 23 #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 D | with_tunnels.sh | 6 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 D | memory_ldst.c.inc | 23 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 D | fs-test.sh | 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 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 D | ops_sse.h | 32 #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 D | fma_emu.c | 391 #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 D | atomic_template.h | 24 # 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 D | user-exec.c | 1265 glue(glue(glue(cpu_atomic_ ## X, SUFFIX), END), _mmu)
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | udpgro_fwd.sh | 199 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 D | dont.call.git.rev-parse.on.parent.dir.patch | 27 if test "x$SUFFIX" != 'x'; then 28 v="$VERSION$SUFFIX"
|
/openbmc/openbmc/poky/bitbake/lib/bs4/ |
H A D | element.py | 941 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 D | 0001-RISC-V-Restore-the-typcast-to-long.patch | 29 @@ -1310,7 +1310,7 @@ SUFFIX (relocate_addrs) (Elf_Ehdr *e, struct section_metadata *smd,
|
/openbmc/qemu/scripts/ |
H A D | qemu-binfmt-conf.sh | 187 [--persistent yes|no][--qemu-suffix SUFFIX]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/procmail/ |
H A D | from-debian-to-modify-parameters.patch | 21 # to the definitions of MAN?DIR and/or MAN?SUFFIX by hand)
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/poppler/poppler/ |
H A D | 0001-cmake-Do-not-use-isystem.patch | 70 …set_target_properties(poppler-glib PROPERTIES SUFFIX "-${POPPLER_GLIB_SOVERSION}${CMAKE_SHARED_LIB…
|
/openbmc/qemu/target/loongarch/ |
H A D | disas.c | 683 #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 D | 0017-Platform-CS1000-Remove-unused-BL1-files.patch | 45 - SUFFIX ".axf"
|
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/ |
H A D | 0008-Use-libtool-2.4.patch | 1674 -# 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 D | INSTALL | 124 option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
|