| /openbmc/qemu/tests/tcg/multiarch/system/ |
| H A D | memory.c | 166 uint32_t b4 = BYTE_NEXT(count), b3 = BYTE_NEXT(count); in init_test_data_u32() local 168 word = BYTE_SHIFT(b1, 3) | BYTE_SHIFT(b2, 2) | BYTE_SHIFT(b3, 1) | in init_test_data_u32() 191 uint64_t b4 = BYTE_NEXT(count), b3 = BYTE_NEXT(count); in init_test_data_u64() local 193 word = BYTE_SHIFT(b1, 7) | BYTE_SHIFT(b2, 6) | BYTE_SHIFT(b3, 5) | in init_test_data_u64() 237 uint8_t b1, b2, b3, b4; in read_test_data_u32() local 243 b3 = word >> 8 & 0xff; in read_test_data_u32() 248 zeros += (b3 == 0 ? 1 : 0); in read_test_data_u32() 252 ptr - 1, b1, b2, b3, b4); in read_test_data_u32() 257 (b2 < b3 && b2 != 0) || in read_test_data_u32() 258 (b3 < b4 && b3 != 0)) { in read_test_data_u32() [all …]
|
| /openbmc/qemu/include/hw/input/ |
| H A D | ps2.h | 107 void ps2_queue_3(PS2State *s, int b1, int b2, int b3); 108 void ps2_queue_4(PS2State *s, int b1, int b2, int b3, int b4);
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 223.out | 41 "arguments":{"node":"null", "name":"b3"}} 73 "bitmap":"b3"}} 74 {"error": {"class": "GenericError", "desc": "Bitmap 'b3' is not found"}} 81 "bitmaps":[{"node":"null","name":"b3"}]}} 114 qemu:dirty-bitmap:b3 195 "bitmap":"b3"}} 196 {"error": {"class": "GenericError", "desc": "Bitmap 'b3' is not found"}} 203 "bitmaps":[{"node":"null","name":"b3"}]}} 236 qemu:dirty-bitmap:b3
|
| /openbmc/qemu/tests/qemu-iotests/tests/ |
| H A D | qemu-img-bitmaps | 111 -f $IMGFMT "$TEST_IMG.base" b3 122 -B b0 -B b1 -B b2 -B b3 "$TEST_IMG"
|
| H A D | qemu-img-bitmaps.out | 100 name: b3
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | rpm2cpio.sh | 27 local i b b0 b1 b2 b3 b4 b5 b6 b7
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server/ |
| H A D | 0002-CMakeLists.txt-remove-CHECK_C_SOURCE_RUNS-check.patch | 19 index 5dfe9ee..42721b3 100644
|
| /openbmc/qemu/hw/input/ |
| H A D | ps2.c | 207 void ps2_queue_3(PS2State *s, int b1, int b2, int b3) in ps2_queue_3() argument 215 ps2_queue_noirq(s, b3); in ps2_queue_3() 219 void ps2_queue_4(PS2State *s, int b1, int b2, int b3, int b4) in ps2_queue_4() argument 227 ps2_queue_noirq(s, b3); in ps2_queue_4() 262 static void ps2_cqueue_3(PS2State *s, int b1, int b2, int b3) in ps2_cqueue_3() argument 270 ps2_cqueue_data(q, b3); in ps2_cqueue_3()
|
| /openbmc/openbmc/poky/meta/recipes-devtools/python/python3/ |
| H A D | valid-dists.patch | 71 + >>> iterable = ['a1', 'b1', 'c1', 'a2', 'b2', 'c2', 'b3'] 81 + ['b1', 'b2', 'b3']
|
| /openbmc/qemu/pc-bios/s390-ccw/ |
| H A D | scsi.h | 73 uint8_t b3; /* b3 & 0x0f == resp_data_fmt == 2, must! */ member
|
| H A D | virtio-scsi.c | 320 const int resp_data_fmt = response->b3 & 0x0f; in virtio_scsi_inquiry_response_is_cdrom()
|
| /openbmc/qemu/target/xtensa/core-de233_fpu/ |
| H A D | gdb-config.c.inc | 98 "03:b3:54:00","03:b3:14:00",0,0,0,0) 185 XTREG(143,627, 1, 1, 1,0x0013,0x0006,-2, 6,0x1010,b3,
|
| /openbmc/qemu/target/xtensa/core-dsp3400/ |
| H A D | gdb-config.c.inc | 93 "03:b3:44:00","03:b3:04:00",0,0,0,0) 210 "03:00:b4:5d","03:40:b3:07",0,0,0,0) 316 XTREG(234,2047, 1, 1, 1,0x0013,0x0006,-2, 6,0x1010,b3,
|
| /openbmc/qemu/tcg/tci/ |
| H A D | tcg-target.c.inc | 233 TCGReg r1, uint8_t b2, uint8_t b3) 238 tcg_debug_assert(b3 == extract32(b3, 0, 6)); 243 insn = deposit32(insn, 22, 6, b3); 261 TCGReg r1, TCGReg r2, uint8_t b3, uint8_t b4) 265 tcg_debug_assert(b3 == extract32(b3, 0, 6)); 271 insn = deposit32(insn, 20, 6, b3);
|
| /openbmc/openbmc-test-automation/oem/nuvoton/ |
| H A D | test_ipmi_flash.robot | 123 ${b3}= Convert To Hex ${output} length=2 125 Set Global Variable ${lpcshm_address} ${b3}${b2}${b1}${b0}
|
| /openbmc/qemu/tests/tcg/xtensa/ |
| H A D | test_fp1.S | 45 test_ord \op b3, f6, f7, 0x3f800000, 0x7f800000, \aPI, FSR__ /* ord +INF */
|
| /openbmc/qemu/hw/net/ |
| H A D | trace-events | 105 e1000x_rx_flt_ucast_match(uint32_t idx, uint8_t b0, uint8_t b1, uint8_t b2, uint8_t b3, uint8_t b4, uint8_t b5) "unicast match[%d]: %02x:%02x:%02x:%02x:%02x:%02x" 106 e1000x_rx_flt_ucast_mismatch(uint8_t b0, uint8_t b1, uint8_t b2, uint8_t b3, uint8_t b4, uint8_t b5) "unicast mismatch: %02x:%02x:%02x:%02x:%02x:%02x" 107 e1000x_rx_flt_inexact_mismatch(uint8_t b0, uint8_t b1, uint8_t b2, uint8_t b3, uint8_t b4, uint8_t b5, uint32_t mo, uint32_t mta, uint32_t mta_val) "inexact mismatch: %02x:%02x:%02x:%02x:%02x:%02x MO %d MTA[%d] 0x%x" 111 e1000x_mac_indicate(uint8_t b0, uint8_t b1, uint8_t b2, uint8_t b3, uint8_t b4, uint8_t b5) "Indicating MAC to guest: %02x:%02x:%02x:%02x:%02x:%02x" 155 e1000e_rx_desc_buff_sizes(uint32_t b0, uint32_t b1, uint32_t b2, uint32_t b3) "buffer sizes: [%u, %u, %u, %u]" 233 e1000e_mac_set_sw(uint8_t b0, uint8_t b1, uint8_t b2, uint8_t b3, uint8_t b4, uint8_t b5) "Set SW MAC: %02x:%02x:%02x:%02x:%02x:%02x" 259 e1000e_mac_set_permanent(uint8_t b0, uint8_t b1, uint8_t b2, uint8_t b3, uint8_t b4, uint8_t b5) "Set permanent MAC: %02x:%02x:%02x:%02x:%02x:%02x" 378 sunhme_rx_filter_destmac(uint8_t b0, uint8_t b1, uint8_t b2, uint8_t b3, uint8_t b4, uint8_t b5) "received frame for MAC: %02x:%02x:%02x:%02x:%02x:%02x"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/daemontools/daemontools/ |
| H A D | 0001-fix-prototype-declaration-with-gcc-15.patch | 114 index 23164b3..23d1d2b 100644
|
| /openbmc/qemu/target/xtensa/core-test_mmuhifi_c3/ |
| H A D | gdb-config.c.inc | 148 XTREG(110,479, 1, 1, 1,0x0013,0x0006,-2, 6,0x1010,b3,
|
| /openbmc/qemu/target/xtensa/core-test_kc705_be/ |
| H A D | gdb-config.c.inc | 181 XTREG(143,611, 1, 1, 1,0x0013,0x0006,-2, 6,0x1010,b3,
|
| /openbmc/u-boot/doc/ |
| H A D | README.sifive-fu540 | 263 [ 4.055779] macb 10090000.ethernet eth0: Cadence GEM rev 0x10070109 at 0x10090000 irq 12 (70:b3:…
|
| /openbmc/docs/security/ |
| H A D | TLS-configuration.md | 326 bf:41:e2:2f:87:44:25:d8:54:9c:4e:dc:cc:b3:f9:af:5a:a3:
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gphoto2/libgphoto2/ |
| H A D | 40-libgphoto2.rules | 406 ATTRS{idVendor}=="04a9", ATTRS{idProduct}=="30b3", MODE="l36" 669 ATTRS{idVendor}=="18d1", ATTRS{idProduct}=="05b3", ENV{ID_MEDIA_PLAYER}="1", MODE="l36" 931 ATTRS{idVendor}=="040a", ATTRS{idProduct}=="05b3", MODE="l36" 1693 ATTRS{idVendor}=="054c", ATTRS{idProduct}=="05b3", ENV{ID_MEDIA_PLAYER}="1", MODE="l36" 1815 ATTRS{idVendor}=="0fce", ATTRS{idProduct}=="00b3", ENV{ID_MEDIA_PLAYER}="1", MODE="l36"
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/wolfssl/files/ |
| H A D | 0001-wolfssl-wolfcrypt-logging.h-and-wolfcrypt-src-loggin.patch | 106 - ec:cc:a3:7e:38:c6:37:11:4f:ed:dd:68:31:8e:4c:d2:b3:01:
|
| /openbmc/docs/designs/ |
| H A D | bmc-service-failure-debug-and-recovery.md | 393 https://lore.kernel.org/lkml/37e75b07-a5c6-422f-84b3-54f2bea0b917@www.fastmail.com/
|