/openbmc/qemu/target/sparc/ |
H A D | translate.c | 147 #define env_field_offsetof(X) offsetof(CPUSPARCState, X) argument 149 # define env32_field_offsetof(X) ({ qemu_build_not_reached(); 0; }) argument 150 # define env64_field_offsetof(X) env_field_offsetof(X) argument 152 # define env32_field_offsetof(X) env_field_offsetof(X) argument 153 # define env64_field_offsetof(X) ({ qemu_build_not_reached(); 0; }) argument 200 #define GET_FIELD(X, FROM, TO) \ argument 204 #define GET_FIELD_SP(X, FROM, TO) \ argument
|
/openbmc/linux/drivers/nfc/pn544/ |
H A D | i2c.c | 129 #define MIN(X, Y) ((X) < (Y) ? (X) : (Y)) argument
|
/openbmc/linux/net/sched/ |
H A D | sch_sfq.c | 84 #define SFQ_ALLOT_SIZE(X) DIV_ROUND_UP(X, 1 << SFQ_ALLOT_SHIFT) argument
|
/openbmc/linux/drivers/firmware/arm_scmi/ |
H A D | clock.c | 61 #define RATE_TO_U64(X) \ argument
|
/openbmc/linux/drivers/scsi/ |
H A D | aha152x.h | 135 #define SETSTCNT(X) { SETPORT(STCNT2, ((X) & 0xFF0000) >> 16); \ argument
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | tgafb.c | 425 #define DIFFCHECK(X) \ argument
|
H A D | vga16fb.c | 298 #define FAIL(X) return -EINVAL argument
|
/openbmc/qemu/target/hexagon/ |
H A D | translate.c | 44 #define OPCODE(X) [X] = analyze_##X argument
|
/openbmc/linux/drivers/net/ieee802154/ |
H A D | mcr20a.c | 128 #define printdev(X) (&X->spi->dev) argument
|
/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_hdr.h | 522 #define QLCNIC_REG(X) (NIC_CRB_BASE+(X)) argument 523 #define QLCNIC_REG_2(X) (NIC_CRB_BASE_2+(X)) argument
|
/openbmc/linux/drivers/net/wan/ |
H A D | farsync.c | 415 #define BUF_OFFSET(X) (BFM_BASE + offsetof(struct buf_window, X)) argument 490 #define WIN_OFFSET(X) ((long)&(((struct fst_shared *)SMC_BASE)->X)) argument
|
/openbmc/qemu/target/microblaze/ |
H A D | translate.c | 1839 #define R(X) { &cpu_R[X], offsetof(CPUMBState, regs[X]), "r" #X } in mb_tcg_init() argument 1840 #define SP(X) { &cpu_##X, offsetof(CPUMBState, X), #X } in mb_tcg_init() argument
|
/openbmc/linux/tools/bpf/ |
H A D | bpf_dbg.c | 124 uint32_t X; member
|
/openbmc/linux/drivers/pinctrl/nxp/ |
H A D | pinctrl-s32cc.c | 37 #define S32_MSCR_SRE(X) (((X) & GENMASK(3, 0)) << 14) argument
|
/openbmc/linux/fs/kernfs/ |
H A D | dir.c | 32 #define rb_to_kn(X) rb_entry((X), struct kernfs_node, rb) argument
|
/openbmc/linux/include/linux/avf/ |
H A D | virtchnl.h | 161 #define VIRTCHNL_CHECK_STRUCT_LEN(n, X) enum virtchnl_static_assert_enum_##X \ argument 163 #define VIRTCHNL_CHECK_UNION_LEN(n, X) enum virtchnl_static_asset_enum_##X \ argument
|
/openbmc/linux/net/xfrm/ |
H A D | xfrm_state.c | 234 #define X(afi, T, name) do { \ in xfrm_register_type() macro 279 #define X(afi, T, name) do { \ in xfrm_unregister_type() macro
|
/openbmc/linux/fs/hfs/ |
H A D | hfs.h | 146 #define HFS_BKEY(X) (((void)((X)->KeyLen)), ((struct hfs_bkey *)(X))) argument
|
/openbmc/linux/scripts/ |
H A D | asn1_compiler.c | 206 #define _(X) [DIRECTIVE_##X] = #X argument
|
/openbmc/linux/crypto/ |
H A D | drbg.c | 420 unsigned char *X; in drbg_ctr_df() local
|
/openbmc/linux/fs/jfs/ |
H A D | jfs_xtree.c | 34 #define XT_CMP(CMP, K, X, OFFSET64)\ argument
|
/openbmc/qemu/target/riscv/ |
H A D | vcrypto_helper.c | 810 uint64_t X[2] = {vs1[i * 2 + 0], vs1[i * 2 + 1]}; in HELPER() local
|
/openbmc/qemu/accel/tcg/ |
H A D | user-exec.c | 1269 #define ATOMIC_NAME(X) \ argument
|
/openbmc/linux/drivers/video/fbdev/matrox/ |
H A D | matroxfb_base.h | 86 #define dprintk(X...) printk(X) argument 88 #define dprintk(X...) no_printk(X) argument
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | ohci.h | 85 #define TD_DI_SET(X) (((X) & 0x07)<< 21) argument
|