/openbmc/qemu/util/ |
H A D | cpuinfo-i386.c | 24 unsigned max, a, b, c, d, b7 = 0, c7 = 0; in cpuinfo_init() local 29 __cpuid_count(7, 0, a, b7, c7, d); in cpuinfo_init() 30 info |= (b7 & bit_BMI ? CPUINFO_BMI1 : 0); in cpuinfo_init() 31 info |= (b7 & bit_BMI2 ? CPUINFO_BMI2 : 0); in cpuinfo_init() 52 info |= (b7 & bit_AVX2 ? CPUINFO_AVX2 : 0); in cpuinfo_init() 55 info |= (b7 & bit_AVX512F ? CPUINFO_AVX512F : 0); in cpuinfo_init() 56 info |= (b7 & bit_AVX512VL ? CPUINFO_AVX512VL : 0); in cpuinfo_init() 57 info |= (b7 & bit_AVX512BW ? CPUINFO_AVX512BW : 0); in cpuinfo_init() 58 info |= (b7 & bit_AVX512DQ ? CPUINFO_AVX512DQ : 0); in cpuinfo_init()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/ez-ipupdate/files/ |
H A D | wformat.patch | 3 Index: ez-ipupdate-3.0.11b7/ez-ipupdate.c 5 --- ez-ipupdate-3.0.11b7.orig/ez-ipupdate.c 6 +++ ez-ipupdate-3.0.11b7/ez-ipupdate.c
|
H A D | conf_file.c.patch | 5 --- ez-ipupdate-3.0.11b7/conf_file.c.orig 2014-07-02 14:01:19.174029328 -0600 6 +++ ez-ipupdate-3.0.11b7/conf_file.c 2014-07-02 14:08:42.982026223 -0600
|
H A D | Makefile.am.patch | 5 --- ez-ipupdate-3.0.11b7/Makefile.am.orig 2014-07-02 13:47:50.758034983 -0600 6 +++ ez-ipupdate-3.0.11b7/Makefile.am 2014-07-02 13:48:38.406034650 -0600
|
H A D | cache_file.c.patch | 5 --- ez-ipupdate-3.0.11b7/cache_file.c.orig 2014-07-02 14:01:07.126029412 -0600 6 +++ ez-ipupdate-3.0.11b7/cache_file.c 2014-07-02 14:08:27.422026332 -0600
|
/openbmc/qemu/tests/tcg/multiarch/system/ |
H A D | memory.c | 189 uint64_t b8 = BYTE_NEXT(count), b7 = BYTE_NEXT(count); in init_test_data_u64() local 195 BYTE_SHIFT(b7, 1) | BYTE_SHIFT(b8, 0); in init_test_data_u64() 279 uint8_t b1, b2, b3, b4, b5, b6, b7, b8; in read_test_data_u64() local 289 b7 = (word >> 8) & 0xff; in read_test_data_u64() 298 zeros += (b7 == 0 ? 1 : 0); in read_test_data_u64() 302 ptr - 1, b1, b2, b3, b4, b5, b6, b7, b8); in read_test_data_u64() 311 (b6 < b7 && b6 != 0) || in read_test_data_u64() 312 (b7 < b8 && b7 != 0)) { in read_test_data_u64() 314 b1, b2, b3, b4, b5, b6, b7, b8); in read_test_data_u64()
|
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/ |
H A D | VINI.interface.yaml | 56 - name: B7 59 B7 keyword. Manufacturing test data.
|
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | nand_ecc.c | 88 tmp1 = (reg3 & 0x80) >> 0; /* B7 -> B7 */ in nand_calculate_ecc() 89 tmp1 |= (reg2 & 0x80) >> 1; /* B7 -> B6 */ in nand_calculate_ecc() 97 tmp2 = (reg3 & 0x08) << 4; /* B3 -> B7 */ in nand_calculate_ecc() 104 tmp2 |= (reg2 & 0x01) << 0; /* B7 -> B0 */ in nand_calculate_ecc()
|
/openbmc/openbmc/poky/scripts/ |
H A D | rpm2cpio.sh | 27 local i b b0 b1 b2 b3 b4 b5 b6 b7 43 …$b0 << 24) + ($b1 << 16) + ($b2 << 8) + $b3) << 4) + ($b4 << 24) + ($b5 << 16) + ($b6 << 8) + $b7))
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | r8a66597.h | 103 #define HSE 0x0080 /* b7: Hi-speed enable */ 132 #define RWUPE 0x0080 /* b7: Remote wakeup sense */ 227 #define BRDY7 0x0080 /* b7: PIPE7 */ 239 #define NRDY7 0x0080 /* b7: PIPE7 */ 251 #define BEMP7 0x0080 /* b7: PIPE7 */ 279 #define VBSTS 0x0080 /* b7: VBUS input port */ 330 #define SQSET 0x0080 /* b7: Sequence toggle bit set */ 352 #define R8A66597_SHTNAK 0x0080 /* b7: Transfer end NAK */ 377 #define SQSET 0x0080 /* b7: Sequence toggle bit set */
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/skeleton/obmc-libobmc-intf/witherspoon/ |
H A D | gpio_defs.json | 44 "pin": "B7",
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/skeleton/obmc-libobmc-intf/swift/ |
H A D | gpio_defs.json | 44 "pin": "B7",
|
/openbmc/openbmc/poky/meta/recipes-gnome/epiphany/files/ |
H A D | distributor.patch | 14 index 96554b7..f5c9727 100644
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/libuser/libuser/ |
H A D | gtkdoc.patch | 11 index 0bd4a67..51508b7 100644
|
H A D | 0001-configure.ac-update-version-to-0.64.patch | 14 index 51508b7..68c6e50 100644
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/juno/ |
H A D | 0001-configs-vexpress-modify-to-boot-compressed-initramfs.patch | 13 index 24d8ca086653..0935461340b7 100644
|
/openbmc/openbmc/meta-facebook/meta-yosemite5/recipes-yosemite5/plat-svc/files/ |
H A D | yosemite5-early-sys-init | 9 # B0-B7
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/ |
H A D | 0040-fix-runtime-capsule-update-flags-checks.patch | 16 index 307bcfd73c..34507482b7 100644
|
/openbmc/pldm/oem/ibm/configurations/fru/ |
H A D | PCIeDevice_VINI.json | 36 "property_name": "B7",
|
H A D | Motherboard_VINI.json | 36 "property_name": "B7",
|
H A D | Tpm_VINI.json | 36 "property_name": "B7",
|
H A D | PowerSupply_VINI.json | 36 "property_name": "B7",
|
H A D | Fan_VINI.json | 36 "property_name": "B7",
|
H A D | Vrm_VINI.json | 36 "property_name": "B7",
|
H A D | DiskBackplane_VINI.json | 36 "property_name": "B7",
|