/openbmc/qemu/target/openrisc/ |
H A D | disas.c | 21 #include "disas/dis-asm.h" 27 /* Include the auto-generated decoder. */ 28 #include "decode-insns.c.inc" 31 (info->fprintf_func(info->stream, "%-9s " format, \ 40 status = info->read_memory_func(addr, buffer, 4, info); in print_insn_or1k() 42 info->memory_error_func(status, addr, info); in print_insn_or1k() 43 return -1; in print_insn_or1k() 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) [all …]
|
/openbmc/qemu/target/arm/tcg/ |
H A D | crypto_helper.c | 2 * crypto_helper.c - emulate v8 Crypto Extensions instructions 4 * Copyright (C) 2013 - 2018 Linaro Ltd <ard.biesheuvel@linaro.org> 15 #include "exec/helper-proto.h" 16 #include "tcg/tcg-gvec-desc.h" 17 #include "crypto/aes-round.h" 28 #define CR_ST_BYTE(state, i) ((state).bytes[(15 - (i)) ^ 8]) 29 #define CR_ST_WORD(state, i) ((state).words[(3 - (i)) ^ 2]) 61 * Our uint64_t are in the wrong order for big-endian. in HELPER() 66 t.d[0] = st->d[1] ^ rk->d[1]; in HELPER() 67 t.d[1] = st->d[0] ^ rk->d[0]; in HELPER() [all …]
|
H A D | gengvec.c | 5 * Copyright (c) 2005-2007 CodeSourcery 44 tcg_debug_assert(vece >= 1 && vece <= 2); in gen_gvec_sqdmulh_qc() 45 gen_gvec_fn3_qc(rd_ofs, rn_ofs, rm_ofs, opr_sz, max_sz, fns[vece - 1]); in gen_gvec_sqdmulh_qc() 54 tcg_debug_assert(vece >= 1 && vece <= 2); in gen_gvec_sqrdmulh_qc() 55 gen_gvec_fn3_qc(rd_ofs, rn_ofs, rm_ofs, opr_sz, max_sz, fns[vece - 1]); in gen_gvec_sqrdmulh_qc() 64 tcg_debug_assert(vece >= 1 && vece <= 2); in gen_gvec_sqrdmlah_qc() 65 gen_gvec_fn3_qc(rd_ofs, rn_ofs, rm_ofs, opr_sz, max_sz, fns[vece - 1]); in gen_gvec_sqrdmlah_qc() 74 tcg_debug_assert(vece >= 1 && vece <= 2); in gen_gvec_sqrdmlsh_qc() 75 gen_gvec_fn3_qc(rd_ofs, rn_ofs, rm_ofs, opr_sz, max_sz, fns[vece - 1]); in gen_gvec_sqrdmlsh_qc() 79 void NAME(unsigned vece, uint32_t d, uint32_t m, \ [all …]
|
/openbmc/linux/drivers/gpu/drm/i915/gt/shaders/clear_kernel/ |
H A D | ivb.asm | 1 // SPDX-License-Identifier: MIT 9 * 1. Clear all 64 GRF registers assigned to the kernel with designated value; 15 mov(1) f0.1<1>UW g1.2<0,1,0>UW { align1 1N }; 20 * DW 1.0 - Block Offset to write Render Cache 21 * DW 1.1 [15:0] - Clear Word 22 * DW 1.2 - Delay iterations 23 * DW 1.3 - Enable Instrumentation (only for debug) 24 * DW 1.4 - Rsvd (intended for context ID) 25 * DW 1.5 - [31:16]:SliceCount, [15:0]:SubSlicePerSliceCount 26 * DW 1.6 - Rsvd MBZ (intended for Enable Wait on Total Thread Count) [all …]
|
H A D | hsw.asm | 1 // SPDX-License-Identifier: MIT 9 * 1. Clear all 64 GRF registers assigned to the kernel with designated value; 15 mov(1) f0.1<1>UW g1.2<0,1,0>UW { align1 1N }; 20 * DW 1.0 - Block Offset to write Render Cache 21 * DW 1.1 [15:0] - Clear Word 22 * DW 1.2 - Delay iterations 23 * DW 1.3 - Enable Instrumentation (only for debug) 24 * DW 1.4 - Rsvd (intended for context ID) 25 * DW 1.5 - [31:16]:SliceCount, [15:0]:SubSlicePerSliceCount 26 * DW 1.6 - Rsvd MBZ (intended for Enable Wait on Total Thread Count) [all …]
|
/openbmc/linux/arch/arm64/crypto/ |
H A D | sha3-ce-core.S | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 * sha3-ce-core.S - core SHA-3 transform using v8.2 Crypto Extensions 15 .irp b,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31 16 .set .Lv\b\().2d, \b 46 ld1 { v0.1d- v3.1d}, [x0] 47 ld1 { v4.1d- v7.1d}, [x8], #32 48 ld1 { v8.1d-v11.1d}, [x8], #32 49 ld1 {v12.1d-v15.1d}, [x8], #32 50 ld1 {v16.1d-v19.1d}, [x8], #32 51 ld1 {v20.1d-v23.1d}, [x8], #32 [all …]
|
H A D | ghash-ce-core.S | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 5 * Copyright (C) 2014 - 2018 Linaro Ltd. <ard.biesheuvel@linaro.org> 61 .arch armv8-a+crypto 64 pmull \rd\().1q, \rn\().1d, \rm\().1d 68 pmull2 \rd\().1q, \rn\().2d, \rm\().2d 72 ext t3.8b, \ad\().8b, \ad\().8b, #1 // A1 107 pmull\t \rq\().8h, \ad, \bd // D = A*B 113 uzp1 t4.2d, t3.2d, t5.2d 114 uzp2 t3.2d, t3.2d, t5.2d 115 uzp1 t6.2d, t7.2d, t9.2d [all …]
|
/openbmc/qemu/target/i386/ |
H A D | ops_sse.h | 22 #include "crypto/aes-round.h" 40 #if SHIFT == 1 57 void glue(helper_psrlw, SUFFIX)(CPUX86State *env, Reg *d, Reg *s, Reg *c) in glue() 60 if (c->Q(0) > 15) { in glue() 61 for (int i = 0; i < 1 << SHIFT; i++) { in glue() 62 d->Q(i) = 0; in glue() 65 shift = c->B(0); in glue() 67 d->W(i) = FPSRL(s->W(i), shift); in glue() 72 void glue(helper_psllw, SUFFIX)(CPUX86State *env, Reg *d, Reg *s, Reg *c) in glue() 75 if (c->Q(0) > 15) { in glue() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pxaregs/pxaregs-1.14/ |
H A D | pxaregs.c | 2 * pxaregs - tool to display and modify PXA250's registers at runtime 4 * (c) Copyright 2002 by M&N Logistik-Lösungen Online GmbH 9 * Please send patches to h.schurig, working at mn-logistik.de 10 * - added fix from Bernhard Nemec 11 * - i2c registers from Stefan Eletzhofer 25 #include <linux/i2c-dev.h> 29 static int fd = -1; 46 { "IBMR_SCLS", 0x40301680, 1, 0x00000001, 'x', "SDA Status" }, 52 { "ICR_START", 0x40301690, 0, 1, 'x', " start bit " }, 53 { "ICR_STOP", 0x40301690, 1, 1, 'x', " stop bit " }, [all …]
|
/openbmc/qemu/hw/dma/ |
H A D | i8257.c | 4 * Copyright (c) 2003-2004 Vassili Karpov (malc) 27 #include "hw/qdev-properties.h" 31 #include "qemu/main-loop.h" 49 #define COUNT 1 68 static const int channels[8] = {-1, 2, 3, 1, -1, -1, -1, 0}; 72 I8257State *d = opaque; in i8257_write_page() local 76 if (-1 == ichan) { in i8257_write_page() 80 d->regs[ichan].page = data; in i8257_write_page() 85 I8257State *d = opaque; in i8257_write_pageh() local 89 if (-1 == ichan) { in i8257_write_pageh() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/cdparanoia/files/ |
H A D | 0002-interface-remove-C-reserved-keyword.patch | 9 Upstream-Status: Inappropriate (the upstream project is dead) 11 Signed-off-by: Etienne Cordonnier <etienne.cordonnier@streamunlimited.com> 12 --- 13 interface/cdda_interface.h | 2 +- 14 interface/cooked_interface.c | 8 +-- 15 interface/interface.c | 8 +-- 16 interface/scan_devices.c | 22 ++++---- 17 interface/scsi_interface.c | 128 +++++++++++++++++++++---------------------- 18 interface/test_interface.c | 4 +- 19 6 files changed, 86 insertions(+), 86 deletions(-) [all …]
|
/openbmc/qemu/hw/ide/ |
H A D | sii3112.c | 7 * See the COPYING file in the top-level directory. 20 #include "ide-internal.h" 39 * Internal Register Space - BAR5 (section 6.7 of the data sheet). 45 SiI3112PCIState *d = opaque; in sii3112_reg_read() local 50 val = d->i.bmdma[0].cmd; in sii3112_reg_read() 53 val = d->regs[0].swdata; in sii3112_reg_read() 56 val = d->i.bmdma[0].status; in sii3112_reg_read() 62 val = bmdma_addr_ioport_ops.read(&d->i.bmdma[0], addr - 4, size); in sii3112_reg_read() 65 val = d->i.bmdma[1].cmd; in sii3112_reg_read() 68 val = d->regs[1].swdata; in sii3112_reg_read() [all …]
|
/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/ |
H A D | shadow-update-pam-conf.patch | 6 The system-auth in the configure files is from Fedora which put all the 4 pam type rules 8 In yocto it obey the way with Debian/Ubuntu, and the names are common-auth, common-account, 9 common-password and common-session. 12 See meta/recipes-extended/pam/libpam/pam.d/common-password 14 Upstream-Status: Inappropriate [oe-core specific] 16 Signed-off-by: Kang Kai <kai.kang@windriver.com> 17 --- 18 etc/pam.d/chage | 2 +- 19 etc/pam.d/chgpasswd | 2 +- 20 etc/pam.d/groupadd | 2 +- [all …]
|
/openbmc/linux/arch/loongarch/mm/ |
H A D | tlbex.S | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 * Copyright (C) 2020-2022 Loongson Technology Corporation Limited 14 #define PTRS_PER_PGD_BITS (PAGE_SHIFT - 3) 15 #define PTRS_PER_PUD_BITS (PAGE_SHIFT - 3) 16 #define PTRS_PER_PMD_BITS (PAGE_SHIFT - 3) 17 #define PTRS_PER_PTE_BITS (PAGE_SHIFT - 3) 32 tlb_do_page_fault 1 60 bstrpick.d ra, t0, PTRS_PER_PGD_BITS + PGDIR_SHIFT - 1, PGDIR_SHIFT 61 alsl.d t1, ra, t1, 3 63 ld.d t1, t1, 0 [all …]
|
/openbmc/linux/drivers/media/usb/dvb-usb-v2/ |
H A D | anysee.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * DVB USB Linux driver for Anysee E30 DVB-C & DVB-T USB2.0 receiver 8 * - add smart card reader support for Conditional Access (CA) 22 #include "dvb-pll.h" 36 static int anysee_ctrl_msg(struct dvb_usb_device *d, in anysee_ctrl_msg() argument 39 struct anysee_state *state = d_to_priv(d); in anysee_ctrl_msg() 42 mutex_lock(&d->usb_mutex); in anysee_ctrl_msg() 44 memcpy(&state->buf[0], sbuf, slen); in anysee_ctrl_msg() 45 state->buf[60] = state->seq++; in anysee_ctrl_msg() 47 dev_dbg(&d->udev->dev, "%s: >>> %*ph\n", __func__, slen, state->buf); in anysee_ctrl_msg() [all …]
|
/openbmc/qemu/hw/watchdog/ |
H A D | wdt_i6300esb.c | 31 /*#define I6300ESB_DEBUG 1*/ 52 #define ESB_WDT_ENABLE (0x01 << 1) /* Enable WDT */ 64 #define ESB_UNLOCK1 0x80 /* Step 1 to unlock reset registers */ 73 * performed depends on the -watchdog-action 78 #define CLOCK_SCALE_1MHZ 1 81 #define INT_TYPE_IRQ 0 /* APIC 1, INT 10 */ 93 int stage; /* Stage (1 or 2). */ 97 * states 0 -> 1 -> 2 when this happens. 110 * (hence it starts counting down) or has been keep-alived. in OBJECT_DECLARE_SIMPLE_TYPE() 112 static void i6300esb_restart_timer(I6300State *d, int stage) in OBJECT_DECLARE_SIMPLE_TYPE() [all …]
|
/openbmc/qemu/hw/display/ |
H A D | vga-helpers.h | 25 static inline void vga_draw_glyph_line(uint8_t *d, uint32_t font_data, in vga_draw_glyph_line() argument 28 ((uint32_t *)d)[0] = (-((font_data >> 7)) & xorcol) ^ bgcol; in vga_draw_glyph_line() 29 ((uint32_t *)d)[1] = (-((font_data >> 6) & 1) & xorcol) ^ bgcol; in vga_draw_glyph_line() 30 ((uint32_t *)d)[2] = (-((font_data >> 5) & 1) & xorcol) ^ bgcol; in vga_draw_glyph_line() 31 ((uint32_t *)d)[3] = (-((font_data >> 4) & 1) & xorcol) ^ bgcol; in vga_draw_glyph_line() 32 ((uint32_t *)d)[4] = (-((font_data >> 3) & 1) & xorcol) ^ bgcol; in vga_draw_glyph_line() 33 ((uint32_t *)d)[5] = (-((font_data >> 2) & 1) & xorcol) ^ bgcol; in vga_draw_glyph_line() 34 ((uint32_t *)d)[6] = (-((font_data >> 1) & 1) & xorcol) ^ bgcol; in vga_draw_glyph_line() 35 ((uint32_t *)d)[7] = (-((font_data >> 0) & 1) & xorcol) ^ bgcol; in vga_draw_glyph_line() 38 static void vga_draw_glyph8(uint8_t *d, int linesize, in vga_draw_glyph8() argument [all …]
|
/openbmc/linux/sound/usb/ |
H A D | validate.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 // Validation of USB-audio class descriptors 9 #include <linux/usb/audio-v2.h> 10 #include <linux/usb/audio-v3.h> 22 #define UAC_VERSION_ALL (unsigned char)(-1) 28 const struct uac1_ac_header_descriptor *d = p; in validate_uac1_header() local 30 return d->bLength >= sizeof(*d) && in validate_uac1_header() 31 d->bLength >= sizeof(*d) + d->bInCollection; in validate_uac1_header() 38 const struct uac_mixer_unit_descriptor *d = p; in validate_mixer_unit() local 41 if (d->bLength < sizeof(*d) || !d->bNrInPins) in validate_mixer_unit() [all …]
|
/openbmc/qemu/tests/tcg/s390x/ |
H A D | vxeh2_vstrs.c | 4 * SPDX-License-Identifier: GPL-2.0-or-later 20 : [v1] "=v" (v1->v) in vstrs() 22 : [v2] "v" (v2->v) in vstrs() 23 , [v3] "v" (v3->v) in vstrs() 24 , [v4] "v" (v4->v) in vstrs() 35 S390Vector v2 = {.d[0] = 0x222000205e410000ULL, .d[1] = 0}; in test_ignored_match() 36 S390Vector v3 = {.d[0] = 0x205e410000000000ULL, .d[1] = 0}; in test_ignored_match() 37 S390Vector v4 = {.d[0] = 3, .d[1] = 0}; in test_ignored_match() 39 assert(vstrs(&v1, &v2, &v3, &v4, 0, 2) == 1); in test_ignored_match() 40 assert(v1.d[0] == 16); in test_ignored_match() [all …]
|
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/ |
H A D | fan-fault-led.bb | 1 SUMMARY = "Fan fault led configurations for meta-yosemite4 machines" 3 LICENSE = "Apache-2.0" 4 LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacd… 7 inherit phosphor-dbus-monitor 15 file://board-0-fan-0.yaml \ 16 file://board-0-fan-1.yaml \ 17 file://board-0-fan-4.yaml \ 18 file://board-0-fan-5.yaml \ 19 file://board-0-fan-8.yaml \ 20 file://board-0-fan-9.yaml \ [all …]
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | fieldseq_bt.svg | 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> 2 <!-- SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later --> 6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 9 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" 21 borderopacity="1" 27 inkscape:window-width="1920" 28 inkscape:window-height="997" 32 fit-margin-top="0" 33 fit-margin-left="0" 34 fit-margin-right="0" [all …]
|
H A D | fieldseq_tb.svg | 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> 2 <!-- SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later --> 6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 9 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" 21 borderopacity="1" 27 inkscape:window-width="1920" 28 inkscape:window-height="997" 31 fit-margin-top="0" 32 fit-margin-left="0" 33 fit-margin-right="0" [all …]
|
/openbmc/openbmc/poky/meta/recipes-core/sysvinit/ |
H A D | sysvinit_3.11.bb | 1 SUMMARY = "System-V like init" 5 LICENSE = "GPL-2.0-or-later" 10 RDEPENDS:${PN} = "${PN}-inittab" 15 file://crypt-lib.patch \ 16 file://pidof-add-m-option.patch \ 18 file://0001-include-sys-sysmacros.h-for-major-minor-defines-in-g.patch \ 19 file://rcS-default \ 27 S = "${WORKDIR}/sysvinit-${PV}" 29 inherit update-alternatives features_check github-releases 30 DEPENDS:append = " update-rc.d-native base-passwd virtual/crypt" [all …]
|
/openbmc/linux/include/math-emu/ |
H A D | double.h | 1 /* Software floating-point emulation. 23 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ 39 #define _FP_FRACXBITS_D (_FP_FRACTBITS_D - _FP_FRACBITS_D) 41 #define _FP_WFRACXBITS_D (_FP_FRACTBITS_D - _FP_WFRACBITS_D) 47 ((_FP_W_TYPE)1 << (_FP_FRACBITS_D-2) % _FP_W_TYPE_SIZE) 49 ((_FP_W_TYPE)1 << (_FP_FRACBITS_D-1) % _FP_W_TYPE_SIZE) 51 ((_FP_W_TYPE)1 << _FP_WFRACBITS_D % _FP_W_TYPE_SIZE) 60 unsigned sign : 1; 62 unsigned frac1 : _FP_FRACBITS_D - (_FP_IMPLBIT_D != 0) - _FP_W_TYPE_SIZE; 66 unsigned frac1 : _FP_FRACBITS_D - (_FP_IMPLBIT_D != 0) - _FP_W_TYPE_SIZE; [all …]
|
/openbmc/openbmc/poky/meta/recipes-core/dbus/ |
H A D | dbus_1.14.10.bb | 1 SUMMARY = "D-Bus message bus" 2 …RIPTION = "D-Bus is a message bus system, a simple way for applications to talk to one another. In… 6 inherit autotools pkgconfig gettext upstream-version-is-even ptest-gnome 8 LICENSE = "AFL-2.1 | GPL-2.0-or-later" 13 SRC_URI = "https://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.xz \ 14 file://run-ptest \ 16 file://dbus-1.init \ 21 EXTRA_OECONF = "--disable-xml-docs \ 22 --disable-doxygen-docs \ 23 --enable-largefile \ [all …]
|