/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/ |
H A D | fix-security-format.patch | 17 Info(slide, 0x401, ((char *)slide, 19 Info(slide, 0x401, ((char *)slide, 29 - Info(slide, 0x401, ((char *)slide, LoadFarString(EndSigMsg))); 30 - Info(slide, 0x401, ((char *)slide, LoadFarString(ReportMsg))); 31 + Info(slide, 0x401, ((char *)slide, "%s", LoadFarString(EndSigMsg))); 32 + Info(slide, 0x401, ((char *)slide, "%s", LoadFarString(ReportMsg))); 37 index 15e0011..0b484f6 100644 41 Info(slide, 0x401, 43 Info(slide, 0x401, 51 && (memcmp(G.sig, end_central_sig, 4) != 0) [all …]
|
H A D | 06-unzip60-alt-iconv-utf8_CVE-2015-1315.patch | 61 + if(*OEM_CP == '\0') { 63 + for(i = 0; i < sizeof(dos_charset_map)/sizeof(CHARSET_MAP); i++) 82 + if(*from_charset == '\0') 229 while (++argv, (--argc > 0 && *argv != NULL && **argv == '-')) { 231 while ((c = *s++) != 0) { /* "!= 0": prevent Turbo C warning */ 239 + Info(slide, 0x401, ((char *)slide, 246 + Info(slide, 0x401, ((char *)slide, 253 + if(!(--argc > 0 && *argv != NULL && **argv != '-')) { 254 + Info(slide, 0x401, ((char *)slide, 267 uO.jflag = FALSE, negative = 0; [all …]
|
H A D | CVE-2019-13232_p2.patch | 77 + size_t lo = 0, hi = cover->num; 94 + return pos > 0 && val < cover->span[pos - 1].end; 103 + * the list as needed. On success, 0 is returned. If the new span overlaps any 124 + if ((pos > 0 && beg < cover->span[pos - 1].end) || 129 + prec = pos > 0 && beg == cover->span[pos - 1].end; 152 + size_t max = cover->max == 0 ? 16 : cover->max << 1; 165 + return 0; 179 + Info(slide, 0x401, ((char *)slide, 184 + ((cover_t *)G.cover)->max = 0; 186 + ((cover_t *)G.cover)->num = 0; [all …]
|
H A D | CVE-2019-13232_p3.patch | 45 ((cover_t *)G.cover)->max = 0; 47 ((cover_t *)G.cover)->num = 0; 48 - if ((G.extra_bytes != 0 && 49 - cover_add((cover_t *)G.cover, 0, G.extra_bytes) != 0) || 53 - G.ziplen) != 0) { 55 + G.ecrec.size_central_directory) != 0) { 56 Info(slide, 0x401, ((char *)slide, 60 + if ((G.extra_bytes != 0 && 61 + cover_add((cover_t *)G.cover, 0, G.extra_bytes) != 0) || 64 + G.ecrec.ec64_end) != 0) || [all …]
|
H A D | 11-cve-2014-8141-getzip64data.patch | 5 The patch comes from unzip_6.0-8+deb7u2.debian.tar.gz 20 + "warning: extra field (type: 0x%04x) corrupt. Continuing...\n"; 25 if (readbuf(__G__ (char *)G.extra_field, length) == 0) 31 + Info(slide, 0x401, ((char *)slide, 60 +#define Z64FLGS 0xffff 61 +#define Z64FLGL 0xffffffff 63 if (ef_len == 0 || ef_buf == NULL) 91 - if (G.crec.ucsize == 0xffffffff || G.lrec.ucsize == 0xffffffff){ 102 - if (G.crec.csize == 0xffffffff || G.lrec.csize == 0xffffffff){ 114 - if (G.crec.relative_offset_local_header == 0xffffffff){ [all …]
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | brk-imm.h | 11 * 0x004: for installing kprobes 12 * 0x005: for installing uprobes 13 * 0x006: for kprobe software single-step 14 * Allowed values for kgdb are 0x400 - 0x7ff 15 * 0x100: for triggering a fault on purpose (reserved) 16 * 0x400: for dynamic BRK instruction 17 * 0x401: for compile time BRK instruction 18 * 0x800: kernel-mode BUG() and WARN() traps 19 * 0x9xx: tag-based KASAN trap (allowed values 0x900 - 0x9ff) 20 * 0x55xx: Undefined Behavior Sanitizer traps ('U' << 8) [all …]
|
/openbmc/qemu/tests/tcg/aarch64/system/ |
H A D | boot.S | 16 #define semihosting_call hlt 0xf000 17 #define SYS_WRITEC 0x03 /* character to debug channel */ 18 #define SYS_WRITE0 0x04 /* string to debug channel */ 19 #define SYS_EXIT 0x18 124 ldr x3, =0x401 /* attr(AF, block) */ 134 ldr x3, =(3 << 53) | 0x401 /* attr(AF, NX, block) */ 145 ldr x3, =(3 << 53) | 0x401 | (1 << 2) 158 * T0SZ[5:0] = 2^(64 - 25) 169 mov x0, #0xee /* Inner/outer cacheable WB */ 176 * WXN[19] = 0 = no effect, Write does not imply XN (execute never) [all …]
|
/openbmc/linux/arch/arm/mach-at91/ |
H A D | sam_secure.h | 12 #define SAMA5_SMC_SIP_SET_SUSPEND_MODE 0x400 13 #define SAMA5_SMC_SIP_GET_SUSPEND_MODE 0x401
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | sc7180-trogdor-wormdingler-rev1-boe-rt5682s.dts | 7 * SKU: 0x401 => 1025 8 * - bits 11..8: Panel ID: 0x4 (BOE)
|
/openbmc/u-boot/arch/x86/include/asm/arch-ivybridge/ |
H A D | model_206ax.h | 16 #define MSR_FEATURE_CONFIG 0x13c 17 #define IA32_PLATFORM_DCA_CAP 0x1f8 18 #define IA32_MISC_ENABLE 0x1a0 19 #define MSR_TEMPERATURE_TARGET 0x1a2 20 #define IA32_THERM_INTERRUPT 0x19b 21 #define IA32_ENERGY_PERFORMANCE_BIAS 0x1b0 22 #define ENERGY_POLICY_PERFORMANCE 0 25 #define IA32_PACKAGE_THERM_INTERRUPT 0x1b2 26 #define MSR_LT_LOCK_MEMORY 0x2e7 27 #define IA32_MC0_STATUS 0x401 [all …]
|
/openbmc/linux/include/dt-bindings/reset/ |
H A D | hisi,hi6220-resets.h | 9 #define PERIPH_RSTDIS0_MMC0 0x000 10 #define PERIPH_RSTDIS0_MMC1 0x001 11 #define PERIPH_RSTDIS0_MMC2 0x002 12 #define PERIPH_RSTDIS0_NANDC 0x003 13 #define PERIPH_RSTDIS0_USBOTG_BUS 0x004 14 #define PERIPH_RSTDIS0_POR_PICOPHY 0x005 15 #define PERIPH_RSTDIS0_USBOTG 0x006 16 #define PERIPH_RSTDIS0_USBOTG_32K 0x007 17 #define PERIPH_RSTDIS1_HIFI 0x100 18 #define PERIPH_RSTDIS1_DIGACODEC 0x105 [all …]
|
/openbmc/u-boot/arch/arm/mach-mvebu/serdes/a38x/ |
H A D | high_speed_env_spec.c | 36 #define TOPOLOGY_TEST_OK 0 46 /* 0 1 2 3 */ 49 { 1, 1, 0, 0 }, /* USB3H */ 50 { 1, 1, 1, 0 }, /* USB3D */ 52 { 1, 0, 0, 0 }, /* QSGMII */ 53 { 4, 0, 0, 0 }, /* XAUI */ 54 { 2, 0, 0, 0 } /* RXAUI */ 61 u8 serdes_unit_count[MAX_UNITS_ID] = { 0 }; 65 /* 0 1 2 3 4 5 6 */ 66 { 0x1, 0x1, NA, NA, NA, NA, NA }, /* PEX0 */ [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/media/ |
H A D | qcom,sdm660-venus.yaml | 113 reg = <0x0cc00000 0xff000>; 119 interconnects = <&gnoc 0 &mnoc 13>, 123 iommus = <&mmss_smmu 0x400>, 124 <&mmss_smmu 0x401>, 125 <&mmss_smmu 0x40a>, 126 <&mmss_smmu 0x407>, 127 <&mmss_smmu 0x40e>, 128 <&mmss_smmu 0x40f>, 129 <&mmss_smmu 0x408>, 130 <&mmss_smmu 0x409>, [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/oss/ |
H A D | oss_2_0_d.h | 27 #define mmIH_VMID_0_LUT 0xf50 28 #define mmIH_VMID_1_LUT 0xf51 29 #define mmIH_VMID_2_LUT 0xf52 30 #define mmIH_VMID_3_LUT 0xf53 31 #define mmIH_VMID_4_LUT 0xf54 32 #define mmIH_VMID_5_LUT 0xf55 33 #define mmIH_VMID_6_LUT 0xf56 34 #define mmIH_VMID_7_LUT 0xf57 35 #define mmIH_VMID_8_LUT 0xf58 36 #define mmIH_VMID_9_LUT 0xf59 [all …]
|
/openbmc/linux/drivers/staging/fbtft/ |
H A D | fb_bd663474.c | 31 write_reg(par, 0x000, 0x0001); /*oscillator 0: stop, 1: operation */ in init_display() 35 write_reg(par, 0x100, 0x0000); /* power supply setup */ in init_display() 36 write_reg(par, 0x101, 0x0000); in init_display() 37 write_reg(par, 0x102, 0x3110); in init_display() 38 write_reg(par, 0x103, 0xe200); in init_display() 39 write_reg(par, 0x110, 0x009d); in init_display() 40 write_reg(par, 0x111, 0x0022); in init_display() 41 write_reg(par, 0x100, 0x0120); in init_display() 44 write_reg(par, 0x100, 0x3120); in init_display() 47 write_reg(par, 0x001, 0x0100); in init_display() [all …]
|
/openbmc/linux/drivers/dma/ti/ |
H A D | k3-udma.h | 12 #define UDMA_REV_REG 0x0 13 #define UDMA_PERF_CTL_REG 0x4 14 #define UDMA_EMU_CTL_REG 0x8 15 #define UDMA_PSIL_TO_REG 0x10 16 #define UDMA_UTC_CTL_REG 0x1c 17 #define UDMA_CAP_REG(i) (0x20 + ((i) * 4)) 18 #define UDMA_RX_FLOW_ID_FW_OES_REG 0x80 19 #define UDMA_RX_FLOW_ID_FW_STATUS_REG 0x88 22 #define UDMA_CHAN_RT_CTL_REG 0x0 23 #define UDMA_CHAN_RT_SWTRIG_REG 0x8 [all …]
|
/openbmc/linux/tools/arch/x86/include/uapi/asm/ |
H A D | svm.h | 5 #define SVM_EXIT_READ_CR0 0x000 6 #define SVM_EXIT_READ_CR2 0x002 7 #define SVM_EXIT_READ_CR3 0x003 8 #define SVM_EXIT_READ_CR4 0x004 9 #define SVM_EXIT_READ_CR8 0x008 10 #define SVM_EXIT_WRITE_CR0 0x010 11 #define SVM_EXIT_WRITE_CR2 0x012 12 #define SVM_EXIT_WRITE_CR3 0x013 13 #define SVM_EXIT_WRITE_CR4 0x014 14 #define SVM_EXIT_WRITE_CR8 0x018 [all …]
|
/openbmc/linux/arch/x86/include/uapi/asm/ |
H A D | svm.h | 5 #define SVM_EXIT_READ_CR0 0x000 6 #define SVM_EXIT_READ_CR2 0x002 7 #define SVM_EXIT_READ_CR3 0x003 8 #define SVM_EXIT_READ_CR4 0x004 9 #define SVM_EXIT_READ_CR8 0x008 10 #define SVM_EXIT_WRITE_CR0 0x010 11 #define SVM_EXIT_WRITE_CR2 0x012 12 #define SVM_EXIT_WRITE_CR3 0x013 13 #define SVM_EXIT_WRITE_CR4 0x014 14 #define SVM_EXIT_WRITE_CR8 0x018 [all …]
|
/openbmc/linux/arch/x86/include/asm/uv/ |
H A D | bios.h | 32 #define UV_BIOS_EXTRA 0x10000 33 #define UV_BIOS_GET_PCI_TOPOLOGY 0x10001 34 #define UV_BIOS_GET_GEOINFO 0x10003 36 #define UV_BIOS_EXTRA_OP_MEM_COPYIN 0x1000 37 #define UV_BIOS_EXTRA_OP_MEM_COPYOUT 0x2000 38 #define UV_BIOS_EXTRA_OP_MASK 0x0fff 51 BIOS_STATUS_SUCCESS = 0, 69 #define UV_GAM_RANGE_TYPE_UNUSED 0 /* End of table */ 97 #define UV_SYSTAB_VERSION_UV4 0x400 /* UV4 BIOS base version */ 98 #define UV_SYSTAB_VERSION_UV4_1 0x401 /* + gpa_shift */ [all …]
|
/openbmc/u-boot/board/freescale/ls1088a/ |
H A D | eth_ls1088aqds.c | 27 #define SFP_TX 0 34 /* Mapping of 8 SERDES lanes to LS1088A QDS board slots. A value of '0' here 40 0, 0, 0, 0, 0, 0, 0, 0 66 #define EMI_NONE 0xFF 67 #define EMI1_RGMII1 0 86 uint8_t a = 0xf; in sgmii_configure_repeater() 90 int i2c_addr[] = {0x58, 0x59, 0x5a, 0x5b}; in sgmii_configure_repeater() 91 int i2c_phy_addr = 0; in sgmii_configure_repeater() 92 int phy_addr = 0; in sgmii_configure_repeater() 94 uint8_t ch_a_eq[] = {0x1, 0x2, 0x3, 0x7}; in sgmii_configure_repeater() [all …]
|
/openbmc/u-boot/drivers/net/ |
H A D | mtk_eth.h | 13 #define PDMA_BASE 0x0800 14 #define GDMA1_BASE 0x0500 15 #define GDMA2_BASE 0x1500 16 #define GMAC_BASE 0x10000 20 #define ETHSYS_SYSCFG0_REG 0x14 22 #define SYSCFG0_GE_MODE_M 0x3 24 #define ETHSYS_CLKCFG0_REG 0x2c 28 #define GE_MODE_RGMII 0 36 #define TX_BASE_PTR_REG(n) (0x000 + (n) * 0x10) 37 #define TX_MAX_CNT_REG(n) (0x004 + (n) * 0x10) [all …]
|
/openbmc/linux/drivers/scsi/ |
H A D | 53c700.scr | 25 ABSOLUTE Device_ID = 0 ; ID of target for command 26 ABSOLUTE MessageCount = 0 ; Number of bytes in message 27 ABSOLUTE MessageLocation = 0 ; Addr of message 28 ABSOLUTE CommandCount = 0 ; Number of bytes in command 29 ABSOLUTE CommandAddress = 0 ; Addr of Command 30 ABSOLUTE StatusAddress = 0 ; Addr to receive status return 31 ABSOLUTE ReceiveMsgAddress = 0 ; Addr to receive msg 39 ABSOLUTE SGScriptStartAddress = 0 42 ; this: 0xPRS where 45 ABSOLUTE AFTER_SELECTION = 0x100 [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/verifier/ |
H A D | precise.c | 5 BPF_LD_MAP_FD(BPF_REG_6, 0), 9 BPF_ST_MEM(BPF_DW, BPF_REG_FP, -8, 0), 11 BPF_JMP_IMM(BPF_JNE, BPF_REG_0, 0, 1), 20 BPF_JMP_IMM(BPF_JNE, BPF_REG_0, 0, 1), 33 BPF_MOV64_IMM(BPF_REG_3, 0), 64 BPF_LD_MAP_FD(BPF_REG_6, 0), 68 BPF_ST_MEM(BPF_DW, BPF_REG_FP, -8, 0), 70 BPF_JMP_IMM(BPF_JNE, BPF_REG_0, 0, 1), 79 BPF_JMP_IMM(BPF_JNE, BPF_REG_0, 0, 1), 92 BPF_MOV64_IMM(BPF_REG_3, 0), [all …]
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | au8522_priv.h | 27 #define AU8522_ANALOG_MODE 0 88 #define AU8522_INPUT_CONTROL_REG081H 0x081 89 #define AU8522_PGA_CONTROL_REG082H 0x082 90 #define AU8522_CLAMPING_CONTROL_REG083H 0x083 92 #define AU8522_MODULE_CLOCK_CONTROL_REG0A3H 0x0A3 93 #define AU8522_SYSTEM_MODULE_CONTROL_0_REG0A4H 0x0A4 94 #define AU8522_SYSTEM_MODULE_CONTROL_1_REG0A5H 0x0A5 95 #define AU8522_AGC_CONTROL_RANGE_REG0A6H 0x0A6 96 #define AU8522_SYSTEM_GAIN_CONTROL_REG0A7H 0x0A7 97 #define AU8522_TUNER_AGC_RF_STOP_REG0A8H 0x0A8 [all …]
|
/openbmc/u-boot/board/freescale/ls2080aqds/ |
H A D | eth.c | 31 /* Mapping of 16 SERDES lanes to LS2080A QDS board slots. A value of '0' here 37 0, 0, 0, 0, 0, 0, 0, 0 41 0, 0, 0, 0, 0, 0, 0, 0 67 #define EMI_NONE 0xFF 68 #define EMI1_SLOT1 0 75 #define SFP_TX 0 95 uint8_t a = 0xf; in sgmii_configure_repeater() 97 int dpmac_id = 0, dpmac, mii_bus = 0; in sgmii_configure_repeater() 100 uint8_t i2c_addr[] = {0x58, 0x59, 0x5a, 0x5b, 0x5c, 0x5d, 0x5f, 0x60}; in sgmii_configure_repeater() 102 uint8_t ch_a_eq[] = {0x1, 0x2, 0x3, 0x7}; in sgmii_configure_repeater() [all …]
|