Home
last modified time | relevance | path

Searched defs:x (Results 1026 – 1050 of 1111) sorted by relevance

1...<<4142434445

/openbmc/u-boot/include/
H A Dsdhci.h207 #define SDHCI_GET_VERSION(x) (x->version & SDHCI_SPEC_VER_MASK) argument
H A Dfsl_dtsec.h212 #define MACCFG2_PRE_LEN(x) ((x << 12) & MACCFG2_PRE_LEN_MASK) argument
/openbmc/qemu/contrib/plugins/
H A Dcache.c14 #define STRTOLL(x) g_ascii_strtoll(x, NULL, 10) argument
/openbmc/qemu/target/arm/tcg/
H A Dgengvec.c1377 TCGv_vec x = tcg_temp_new_vec_matching(t); in gen_uqadd_vec() local
1457 TCGv_vec x = tcg_temp_new_vec_matching(t); in gen_sqadd_vec() local
1522 TCGv_vec x = tcg_temp_new_vec_matching(t); in gen_uqsub_vec() local
1602 TCGv_vec x = tcg_temp_new_vec_matching(t); in gen_sqsub_vec() local
H A Dtranslate-sve.c45 static int tszimm_esz(DisasContext *s, int x) in tszimm_esz()
51 static int tszimm_shr(DisasContext *s, int x) in tszimm_shr()
66 static int tszimm_shl(DisasContext *s, int x) in tszimm_shl()
77 static inline int expand_imm_sh8s(DisasContext *s, int x) in expand_imm_sh8s()
82 static inline int expand_imm_sh8u(DisasContext *s, int x) in expand_imm_sh8u()
4874 #define dtype_msz(x) (dtype_mop[x] & MO_SIZE) argument
/openbmc/qemu/target/sparc/
H A Dvis_helper.c122 static inline int do_ms16b(int x, int y) in do_ms16b()
/openbmc/u-boot/tools/env/
H A Dfw_env.c51 #define min(x, y) ({ \ argument
/openbmc/qemu/disas/
H A Dalpha.c574 #define OP(x) (((x) & 0x3F) << 26) argument
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dcommand.py442 def sortkey(x): argument
/openbmc/qemu/target/arm/
H A Dcpu.c2657 static vaddr aarch64_untagged_addr(CPUState *cs, vaddr x) in aarch64_untagged_addr()
/openbmc/qemu/chardev/
H A Dchar-socket.c740 #define IACSET(x, a, b, c) \ in tcp_chr_telnet_init() argument
/openbmc/qemu/target/i386/emulate/
H A Dx86_decode.h241 uint8_t x:1; member
/openbmc/qemu/subprojects/libvhost-user/
H A Dlibvhost-user.c72 #define MIN(x, y) ({ \ argument
86 #define unlikely(x) __builtin_expect(!!(x), 0) argument
/openbmc/qemu/target/riscv/
H A Dcpu.h53 #define RV(x) ((target_ulong)1 << (x - 'A')) argument
644 #define BOOL_TO_MASK(x) (-!!(x)) /* helper for riscv_cpu_update_mip value */ argument
/openbmc/u-boot/arch/mips/mach-ath79/include/mach/
H A Dar71xx_regs.h1042 #define AR933X_GPIO(x) BIT(x) argument
1085 #define QCA953X_GPIO(x) BIT(x) argument
1086 #define QCA953X_GPIO_MUX_MASK(x) (0xff << (x)) argument
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Datmel_nand.c759 unsigned int i, x = 1; in build_gf_tables() local
/openbmc/u-boot/arch/x86/include/asm/arch-ivybridge/
H A Dpch.h279 #define PCH_DISABLE_PCIE(x) (1 << (16 + x)) argument
/openbmc/ipmitool/lib/
H A Dipmi_sel.c65 #define BIT(x) (1 << x) /* Select the Bit */ argument
/openbmc/libmctp/tests/
H A Dtest_astlpc.c12 #define pr_fmt(x) "test: " x argument
/openbmc/u-boot/drivers/pci/
H A Dpci_tegra.c107 #define AFI_PCIE_CONFIG_PCIE_DISABLE(x) (1 << ((x) + 1)) argument
/openbmc/qemu/linux-headers/asm-arm64/
H A Dkvm.h243 #define ARM64_SYS_REG_SHIFT_MASK(x,n) \ argument
/openbmc/qemu/hw/ssi/
H A Dxilinx_spips.c429 static inline void stripe8(uint8_t *x, int num, bool dir) in stripe8()
/openbmc/u-boot/arch/x86/include/asm/
H A Dme_common.h133 #define PCI_ME_HER(x) (0xc0+(4*(x))) argument
/openbmc/libmctp/
H A Dastlpc.c18 #define pr_fmt(x) "astlpc: " x argument
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dcpm_8xx.h585 #define SPMODE_LEN(x) ((((x) - 1) & 0xF) << 4) argument
586 #define SPMODE_PM(x) ((x) & 0xF) argument

1...<<4142434445