/openbmc/qemu/target/openrisc/ |
H A D | disas.c | 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 * You should have received a copy of the GNU General Public License 54 static bool trans_l_##opcode(disassemble_info *info, arg_l_##opcode *a) \ 60 INSN(add, "r%d, r%d, r%d", a->d, a->a, a->b) 61 INSN(addc, "r%d, r%d, r%d", a->d, a->a, a->b) 62 INSN(sub, "r%d, r%d, r%d", a->d, a->a, a->b) 63 INSN(and, "r%d, r%d, r%d", a->d, a->a, a->b) 64 INSN(or, "r%d, r%d, r%d", a->d, a->a, a->b) 65 INSN(xor, "r%d, r%d, r%d", a->d, a->a, a->b) 66 INSN(sll, "r%d, r%d, r%d", a->d, a->a, a->b) [all …]
|
H A D | translate.c | 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 * You should have received a copy of the GNU Lesser General Public 52 /* If not -1, jmp_pc contains this value and so is a direct jump. */ 419 static bool trans_l_add(DisasContext *dc, arg_dab *a) in trans_l_add() argument 421 check_r0_write(dc, a->d); in trans_l_add() 422 gen_add(dc, cpu_R(dc, a->d), cpu_R(dc, a->a), cpu_R(dc, a->b)); in trans_l_add() 426 static bool trans_l_addc(DisasContext *dc, arg_dab *a) in trans_l_addc() argument 428 check_r0_write(dc, a->d); in trans_l_addc() 429 gen_addc(dc, cpu_R(dc, a->d), cpu_R(dc, a->a), cpu_R(dc, a->b)); in trans_l_addc() 433 static bool trans_l_sub(DisasContext *dc, arg_dab *a) in trans_l_sub() argument [all …]
|
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_reg.h | 26 #define RVU_AF_AFPFX_MBOXX(a, b) (0x2000 | (a) << 4 | (b) << 3) argument 44 #define RVU_AF_PFX_BAR4_ADDR(a) (0x5000 | (a) << 4) argument 45 #define RVU_AF_PFX_BAR4_CFG (0x5200 | (a) << 4) 46 #define RVU_AF_PFX_VF_BAR4_ADDR (0x5400 | (a) << 4) 47 #define RVU_AF_PFX_VF_BAR4_CFG (0x5600 | (a) << 4) 48 #define RVU_AF_PFX_LMTLINE_ADDR (0x5800 | (a) << 4) 60 #define RVU_PRIV_PFX_CFG(a) (0x8000100 | (a) << 16) argument 61 #define RVU_PRIV_PFX_MSIX_CFG(a) (0x8000110 | (a) << 16) argument 62 #define RVU_PRIV_PFX_ID_CFG(a) (0x8000120 | (a) << 16) argument 63 #define RVU_PRIV_PFX_INT_CFG(a) (0x8000200 | (a) << 16) argument [all …]
|
H A D | mcs_reg.h | 14 #define MCSX_MCS_TOP_SLAVE_PORT_RESET(a) ({ \ argument 20 offset += (a) * 0x8ull; \ 24 #define MCSX_MCS_TOP_SLAVE_CHANNEL_CFG(a) ({ \ argument 30 offset += (a) * 0x8ull; \ 41 #define MCSX_MIL_RX_LMACX_CFG(a) ({ \ argument 47 offset += (a) * 0x800ull; \ 58 #define MCSX_LINK_LMACX_CFG(a) ({ \ argument 64 offset += (a) * 0x800ull; \ 84 #define MCSX_PAB_RX_SLAVE_PORT_CFGX(a) ({ \ argument 90 offset += (a) * 0x40ull; \ [all …]
|
/openbmc/qemu/include/qemu/ |
H A D | int128.h | 15 static inline Int128 int128_make64(uint64_t a) in int128_make64() argument 17 return a; in int128_make64() 20 static inline Int128 int128_makes64(int64_t a) in int128_makes64() argument 22 return a; in int128_makes64() 30 static inline uint64_t int128_get64(Int128 a) in int128_get64() argument 32 uint64_t r = a; in int128_get64() 33 assert(r == a); in int128_get64() 37 static inline uint64_t int128_getlo(Int128 a) in int128_getlo() argument 39 return a; in int128_getlo() 42 static inline int64_t int128_gethi(Int128 a) in int128_gethi() argument [all …]
|
/openbmc/qemu/target/tricore/ |
H A D | csfr.h.inc | 1 /* A(ll) access permitted 5 A|R|E(offset, register, feature introducing reg) 7 NOTE: PSW is handled as a special case in gen_mtcr/mfcr */ 9 A(0xfe00, PCXI, TRICORE_FEATURE_13) 10 A(0xfe08, PC, TRICORE_FEATURE_13) 11 A(0xfe14, SYSCON, TRICORE_FEATURE_13) 17 A(0xfe2c, ICR, TRICORE_FEATURE_13) 18 A(0xfe38, FCX, TRICORE_FEATURE_13) 19 A(0xfe3c, LCX, TRICORE_FEATURE_13) 22 A(0xC000, DPR0_0L, TRICORE_FEATURE_13) [all …]
|
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_reg.h | 16 #define RVU_PF_VFX_PFVF_MBOXX(a, b) (0x0 | (a) << 12 | (b) << 3) argument 18 #define RVU_PF_BLOCK_ADDRX_DISC(a) (0x200 | (a) << 3) argument 19 #define RVU_PF_VFME_STATUSX(a) (0x800 | (a) << 3) argument 20 #define RVU_PF_VFTRPENDX(a) (0x820 | (a) << 3) argument 21 #define RVU_PF_VFTRPEND_W1SX(a) (0x840 | (a) << 3) argument 22 #define RVU_PF_VFPF_MBOX_INTX(a) (0x880 | (a) << 3) argument 23 #define RVU_PF_VFPF_MBOX_INT_W1SX(a) (0x8A0 | (a) << 3) argument 24 #define RVU_PF_VFPF_MBOX_INT_ENA_W1SX(a) (0x8C0 | (a) << 3) argument 25 #define RVU_PF_VFPF_MBOX_INT_ENA_W1CX(a) (0x8E0 | (a) << 3) argument 26 #define RVU_PF_VFFLR_INTX(a) (0x900 | (a) << 3) argument [all …]
|
/openbmc/linux/drivers/scsi/esas2r/ |
H A D | esas2r_init.c | 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 22 * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is 38 * You should have received a copy of the GNU General Public License 46 static bool esas2r_initmem_alloc(struct esas2r_adapter *a, in esas2r_initmem_alloc() argument 53 mem_desc->esas2r_data = dma_alloc_coherent(&a->pcid->dev, in esas2r_initmem_alloc() 75 static void esas2r_initmem_free(struct esas2r_adapter *a, in esas2r_initmem_free() argument 92 dma_free_coherent(&a->pcid->dev, in esas2r_initmem_free() 103 static bool alloc_vda_req(struct esas2r_adapter *a, in alloc_vda_req() argument 117 if (!esas2r_initmem_alloc(a, memdesc, 256)) { in alloc_vda_req() 123 a->num_vrqs++; in alloc_vda_req() [all …]
|
/openbmc/qemu/target/riscv/insn_trans/ |
H A D | trans_rvd.c.inc | 14 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 17 * You should have received a copy of the GNU General Public License along with 42 static bool trans_fld(DisasContext *ctx, arg_fld *a) 65 addr = get_address(ctx, a->rs1, a->imm); 66 tcg_gen_qemu_ld_i64(cpu_fpr[a->rd], addr, ctx->mem_idx, memop); 72 static bool trans_fsd(DisasContext *ctx, arg_fsd *a) 89 addr = get_address(ctx, a->rs1, a->imm); 90 tcg_gen_qemu_st_i64(cpu_fpr[a->rs2], addr, ctx->mem_idx, memop); 94 static bool trans_c_fld(DisasContext *ctx, arg_fld *a) 97 return trans_fld(ctx, a); [all …]
|
H A D | trans_rvzfh.c.inc | 12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 15 * You should have received a copy of the GNU General Public License along with 43 static bool trans_flh(DisasContext *ctx, arg_flh *a) 52 t0 = get_gpr(ctx, a->rs1, EXT_NONE); 53 if (a->imm) { 55 tcg_gen_addi_tl(temp, t0, a->imm); 59 dest = cpu_fpr[a->rd]; 67 static bool trans_fsh(DisasContext *ctx, arg_fsh *a) 75 t0 = get_gpr(ctx, a->rs1, EXT_NONE); 76 if (a->imm) { [all …]
|
H A D | trans_rvf.c.inc | 14 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 17 * You should have received a copy of the GNU General Public License along with 42 static bool trans_flw(DisasContext *ctx, arg_flw *a) 56 addr = get_address(ctx, a->rs1, a->imm); 57 dest = cpu_fpr[a->rd]; 65 static bool trans_fsw(DisasContext *ctx, arg_fsw *a) 78 addr = get_address(ctx, a->rs1, a->imm); 79 tcg_gen_qemu_st_i64(cpu_fpr[a->rs2], addr, ctx->mem_idx, memop); 83 static bool trans_c_flw(DisasContext *ctx, arg_flw *a) 86 return trans_flw(ctx, a); [all …]
|
H A D | trans_xthead.c.inc | 12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 15 * You should have received a copy of the GNU General Public License along with 128 arg_th_addsl##SHAMT * a) \ 131 return gen_arith(ctx, a, EXT_NONE, gen_th_addsl##SHAMT, NULL); \ 141 static bool trans_th_srri(DisasContext *ctx, arg_th_srri * a) 144 return gen_shift_imm_fn_per_ol(ctx, a, EXT_NONE, 149 static bool trans_th_srriw(DisasContext *ctx, arg_th_srriw *a) 154 return gen_shift_imm_fn(ctx, a, EXT_NONE, gen_roriw, NULL); 158 static bool gen_th_bfextract(DisasContext *ctx, arg_th_bfext *a, 161 TCGv dest = dest_gpr(ctx, a->rd); [all …]
|
/openbmc/qemu/target/rx/ |
H A D | disas.c | 12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 15 * You should have received a copy of the GNU General Public License along with 196 static bool trans_MOV_rm(DisasContext *ctx, arg_MOV_rm *a) in trans_MOV_rm() argument 198 if (a->dsp > 0) { in trans_MOV_rm() 200 size[a->sz], a->rs, a->dsp << a->sz, a->rd); in trans_MOV_rm() 203 size[a->sz], a->rs, a->rd); in trans_MOV_rm() 209 static bool trans_MOV_mr(DisasContext *ctx, arg_MOV_mr *a) in trans_MOV_mr() argument 211 if (a->dsp > 0) { in trans_MOV_mr() 213 size[a->sz], a->dsp << a->sz, a->rs, a->rd); in trans_MOV_mr() 216 size[a->sz], a->rs, a->rd); in trans_MOV_mr() [all …]
|
/openbmc/qemu/tests/tcg/s390x/ |
H A D | vfminmax.c | 56 …{/* -inf */ "T(a)", "T(a)", "T(a)", "T(a)", "T(a)", "T(a)", "T(a)", … 57 …{/* -Fn */ "T(b)", "T(M(a,b))", "T(a)", "T(a)", "T(a)", "T(a)", "T(a)", … 58 …{/* -0 */ "T(b)", "T(b)", "T(a)", "T(a)", "T(a)", "T(a)", "T(a)", … 59 …{/* +0 */ "T(b)", "T(b)", "T(b)", "T(a)", "T(a)", "T(a)", "T(a)", … 60 …Fn */ "T(b)", "T(b)", "T(b)", "T(b)", "T(M(a,b))", "T(a)", "T(a)", … 61 … "T(b)", "T(b)", "T(b)", "T(b)", "T(b)", "T(a)", "T(a)", "Xi: T… 62 …", "T(b)", "T(b)", "T(b)", "T(b)", "T(b)", "T(a)", "Xi: T(b*)"}, 63 …{/* SNaN */ "Xi: T(a*)", "Xi: T(a*)", "Xi: T(a*)", "Xi: T(a*)", "Xi: T(a*)", "Xi: T(a*)", "Xi: T(a… 72 …{/* -inf */ "T(b)", "T(a)", "T(a)", "T(a)", "T(a)", "T(a)", "T(b)", … 73 …{/* -Fn */ "T(b)", "T(M(a,b))", "T(a)", "T(a)", "T(a)", "T(a)", "T(b)", … [all …]
|
/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/acpi/ |
H A D | irqroute.h | 9 PCI_DEV_PIRQ_ROUTE(GFX_DEV, A, A, A, A), \ 10 PCI_DEV_PIRQ_ROUTE(EMMC_DEV, A, A, A, A), \ 11 PCI_DEV_PIRQ_ROUTE(SDIO_DEV, A, A, A, A), \ 12 PCI_DEV_PIRQ_ROUTE(SD_DEV, A, A, A, A), \ 13 PCI_DEV_PIRQ_ROUTE(SATA_DEV, A, A, A, A), \ 14 PCI_DEV_PIRQ_ROUTE(XHCI_DEV, A, A, A, A), \ 15 PCI_DEV_PIRQ_ROUTE(LPE_DEV, A, A, A, A), \ 16 PCI_DEV_PIRQ_ROUTE(MMC45_DEV, A, A, A, A), \ 17 PCI_DEV_PIRQ_ROUTE(SIO1_DEV, A, B, C, D), \ 18 PCI_DEV_PIRQ_ROUTE(TXE_DEV, A, A, A, A), \ [all …]
|
/openbmc/linux/drivers/crypto/cavium/cpt/ |
H A D | cpt_common.h | 39 #define CPTX_PF_CONSTANTS(a) (0x0ll + ((u64)(a) << 36)) argument 40 #define CPTX_PF_RESET(a) (0x100ll + ((u64)(a) << 36)) argument 41 #define CPTX_PF_DIAG(a) (0x120ll + ((u64)(a) << 36)) argument 42 #define CPTX_PF_BIST_STATUS(a) (0x160ll + ((u64)(a) << 36)) argument 43 #define CPTX_PF_ECC0_CTL(a) (0x200ll + ((u64)(a) << 36)) argument 44 #define CPTX_PF_ECC0_FLIP(a) (0x210ll + ((u64)(a) << 36)) argument 45 #define CPTX_PF_ECC0_INT(a) (0x220ll + ((u64)(a) << 36)) argument 46 #define CPTX_PF_ECC0_INT_W1S(a) (0x230ll + ((u64)(a) << 36)) argument 47 #define CPTX_PF_ECC0_ENA_W1S(a) (0x240ll + ((u64)(a) << 36)) argument 48 #define CPTX_PF_ECC0_ENA_W1C(a) (0x250ll + ((u64)(a) << 36)) argument [all …]
|
/openbmc/qemu/target/avr/ |
H A D | disas.c | 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 * You should have received a copy of the GNU General Public License 97 static bool trans_##opcode(DisasContext *pctx, arg_##opcode * a) \ 104 static bool trans_##opcode(DisasContext *pctx, arg_##opcode * a) \ 133 INSN(ADD, "r%d, r%d", a->rd, a->rr) 134 INSN(ADC, "r%d, r%d", a->rd, a->rr) 135 INSN(ADIW, "r%d:r%d, %d", a->rd + 1, a->rd, a->imm) 136 INSN(SUB, "r%d, r%d", a->rd, a->rr) 137 INSN(SUBI, "r%d, %d", a->rd, a->imm) 138 INSN(SBC, "r%d, r%d", a->rd, a->rr) [all …]
|
/openbmc/qemu/target/ppc/translate/ |
H A D | fixedpoint-impl.c.inc | 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 * You should have received a copy of the GNU Lesser General Public 48 static bool do_ldst_D(DisasContext *ctx, arg_D *a, bool update, bool store, 51 return do_ldst(ctx, a->rt, a->ra, tcg_constant_tl(a->si), update, store, mop); 54 static bool do_ldst_PLS_D(DisasContext *ctx, arg_PLS_D *a, bool update, 58 if (!resolve_PLS_D(ctx, &d, a)) { 64 static bool do_ldst_X(DisasContext *ctx, arg_X *a, bool update, 67 return do_ldst(ctx, a->rt, a->ra, cpu_gpr[a->rb], update, store, mop); 70 static bool do_ldst_quad(DisasContext *ctx, arg_D *a, bool store, bool prefixed) 89 if (!store && unlikely(a->ra == a->rt)) { [all …]
|
/openbmc/rest-dbus/resources/ |
H A D | jquery.min.js | 2 …a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):fu… argument 4 …a,b,d,e){if(m.acceptData(a)){var f,g,h=m.expando,i=a.nodeType,j=i?m.cache:a,k=i?a[h]:a[h]&&h;if(k&… argument 5 …a,b,c,d,e)}m.Tween=Za,Za.prototype={constructor:Za,init:function(a,b,c,d,e,f){this.elem=a,this.pro… argument
|
/openbmc/qemu/target/hexagon/ |
H A D | fma_emu.c | 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * You should have received a copy of the GNU General Public License 68 Double a = { .i = f64 }; in float64_getmant() local 70 return a.mant | 1ULL << 52; in float64_getmant() 76 return a.mant; in float64_getmant() 83 Double a = { .i = f64 }; in float64_getexp() local 85 return a.exp; in float64_getexp() 88 return a.exp + 1; in float64_getexp() 95 Float a = { .i = f32 }; in float32_getmant() local 97 return a.mant | 1ULL << 23; in float32_getmant() [all …]
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-neon.c | 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * You should have received a copy of the GNU Lesser General Public 215 static bool trans_VCMLA(DisasContext *s, arg_VCMLA *a) in trans_VCMLA() argument 220 if (a->size == MO_16) { in trans_VCMLA() 224 return do_neon_ddda_fpst(s, a->q * 7, a->vd, a->vn, a->vm, a->rot, in trans_VCMLA() 227 return do_neon_ddda_fpst(s, a->q * 7, a->vd, a->vn, a->vm, a->rot, in trans_VCMLA() 231 static bool trans_VCADD(DisasContext *s, arg_VCADD *a) in trans_VCADD() argument 238 || (a->size == MO_16 && !dc_isar_feature(aa32_fp16_arith, s))) { in trans_VCADD() 244 ((a->vd | a->vn | a->vm) & 0x10)) { in trans_VCADD() 248 if ((a->vn | a->vm | a->vd) & a->q) { in trans_VCADD() [all …]
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | ppc-opcode.h | 322 #define ___PPC_RA(a) (((a) & 0x1f) << 16) argument 330 #define __PPC_RA(a) ___PPC_RA(__REG_##a) argument 331 #define __PPC_RA0(a) ___PPC_RA(__REGA0_##a) argument 335 #define __PPC_XA(a) ((((a) & 0x1f) << 16) | (((a) & 0x20) >> 3)) argument 375 #define PPC_RAW_COPY(a, b) (PPC_INST_COPY | ___PPC_RA(a) | ___PPC_RB(b)) argument 377 #define PPC_RAW_DCBAL(a, b) (0x7c2005ec | __PPC_RA(a) | __PPC_RB(b)) argument 378 #define PPC_RAW_DCBZL(a, b) (0x7c2007ec | __PPC_RA(a) | __PPC_RB(b)) argument 379 #define PPC_RAW_LQARX(t, a, b, eh) (0x7c000228 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | __PPC… argument 380 #define PPC_RAW_LDARX(t, a, b, eh) (0x7c0000a8 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | __PPC… argument 381 #define PPC_RAW_LWARX(t, a, b, eh) (0x7c000028 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | __PPC… argument [all …]
|
/openbmc/linux/Documentation/i2c/ |
H A D | smbus-protocol.rst | 5 The following is a summary of the SMBus protocol. It applies to 11 which is a subset from the I2C protocol. Fortunately, many devices use 14 If you write a driver for some I2C device, please try to use the SMBus 21 Below is a list of SMBus protocol operations, and the functions executing 23 don't match these function names. For some of the operations which pass a 25 a different protocol operation entirely. 27 Each transaction type corresponds to a functionality flag. Before calling a 28 transaction function, a device driver should always check (just once) for 43 A, NA (1 bit) Acknowledge (ACK) and Not Acknowledge (NACK) bit 45 get a 10 bit I2C address. [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.25/ |
H A D | index.html | 4 <h1>Index of /pub/linux/utils/util-linux/v2.25/</h1><hr><pre><a href="../">../</a> 5 <a href="libblkid-docs/">libblkid-docs/</a> 24-Oct-2014 13:05 … 6 <a href="libmount-docs/">libmount-docs/</a> 24-Oct-2014 13:06 … 7 <a href="libsmartcols-docs/">libsmartcols-docs/</a> 24-Oct-2014 13:… 8 <a href="sha256sums.asc">sha256sums.asc</a> 12-May-2017 10:53 … 9 <a href="util-linux-2.25-rc1.tar.gz">util-linux-2.25-rc1.tar.gz</a> 18-Jun-… 10 <a href="util-linux-2.25-rc1.tar.sign">util-linux-2.25-rc1.tar.sign</a> 18-Ju… 11 <a href="util-linux-2.25-rc1.tar.xz">util-linux-2.25-rc1.tar.xz</a> 18-Jun-… 12 <a href="util-linux-2.25-rc2.tar.gz">util-linux-2.25-rc2.tar.gz</a> 02-Jul-… 13 <a href="util-linux-2.25-rc2.tar.sign">util-linux-2.25-rc2.tar.sign</a> 02-Ju… [all …]
|
/openbmc/linux/sound/pci/au88x0/ |
H A D | au88x0_a3d.c | 21 a3dsrc_SetTimeConsts(a3dsrc_t * a, short HrtfTrack, short ItdTrack, in a3dsrc_SetTimeConsts() argument 24 vortex_t *vortex = (vortex_t *) (a->vortex); in a3dsrc_SetTimeConsts() 26 a3d_addrA(a->slice, a->source, A3D_A_HrtfTrackTC), HrtfTrack); in a3dsrc_SetTimeConsts() 28 a3d_addrA(a->slice, a->source, A3D_A_ITDTrackTC), ItdTrack); in a3dsrc_SetTimeConsts() 30 a3d_addrA(a->slice, a->source, A3D_A_GainTrackTC), GTrack); in a3dsrc_SetTimeConsts() 32 a3d_addrA(a->slice, a->source, A3D_A_CoeffTrackTC), CTrack); in a3dsrc_SetTimeConsts() 37 a3dsrc_GetTimeConsts(a3dsrc_t * a, short *HrtfTrack, short *ItdTrack, 47 a3dsrc_SetAtmosTarget(a3dsrc_t * a, short aa, short b, short c, short d, in a3dsrc_SetAtmosTarget() argument 50 vortex_t *vortex = (vortex_t *) (a->vortex); in a3dsrc_SetAtmosTarget() 52 a3d_addrB(a->slice, a->source, A3D_B_A21Target), in a3dsrc_SetAtmosTarget() [all …]
|