/qemu/tests/unit/ |
H A D | test-crypto-der.c | 27 "\x30\x82\x01\x39" /* SEQUENCE, offset: 0, length: 313 */ 60 "\x30\x82\x04\xa6" /* SEQUENCE, offset: 0, length 1190 */ 67 "\xdd\x9b\xa6\x4d\x74\x58\xf0\x11\x7f\x66\xd5\x1c\xd8\xde\xa3\xf8" 68 "\xa3\xfc\x33\x55\x89\xa9\xc3\xea\x5b\x2e\x31\x06\xf8\xcb\x9e\x6e" 69 "\xb2\x68\x0d\xe6\xc3\x5c\x2d\xf8\xa2\xbd\x00\x1a\xf6\xb6\xdd\x14" 76 "\xab\x96\x7b\xf8\x9c\xf5\xb5\x9e\x2b\x13\x71\xe0\x01\x0c\x59\x1b" 82 "\x00\x8d\x21\x97\x0c\x29\x9a\xf8\x23\xf4\x76\x3b\xc1\x9b\x3e\xa8" 104 "\xaa\x8a\x32\xe6\x0e\x76\xb6\x05\xc5\x6b\x87\x78\x9a\x32\xe2\xf8" 112 "\xdd\xa8\x41\xa1\x12\x84\x3c\xf8\xc2\x13\x3e\xb8\x4b\x22\x01\xac" 113 "\xa6\x09\xb2\xe9\xcd\xc8\x51\xee\xde\xa3\x1e\x6b\xfe\xb1\xf8\xb6" [all …]
|
H A D | test-crypto-xts.c | 46 { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 47 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }, 48 { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 49 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }, 50 0, 52 { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 53 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 54 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 55 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }, 56 { 0x91, 0x7c, 0xf6, 0x9e, 0xbd, 0x68, 0xb2, 0xec, [all …]
|
H A D | check-qjson.c | 44 g_string_erase(json, 0, 1); in to_json_str() 87 for (i = 0; test_cases[i].json_in; i++) { in escaped_string() 88 for (j = 0; j < 2; j++) { in escaped_string() 118 for (i = 0; test_cases[i]; i++) { in string_with_quotes() 144 /* 0 Control characters */ in utf8_string() 186 * case under 0. Test the first 1 byte non-control character in utf8_string() 213 "\xF8\x88\x80\x80\x80", in utf8_string() 398 "\xF8 \xF9 \xFA \xFB ", in utf8_string() 429 "\xF8\x80\x80\x80", in utf8_string() 471 "\xC0\xE0\x80\xF0\x80\x80\xF8\x80\x80\x80\xFC\x80\x80\x80\x80" in utf8_string() [all …]
|
H A D | test-crypto-akcipher.c | 29 0x30, 0x82, 0x02, 0x5c, 0x02, 0x01, 0x00, 0x02, 30 0x81, 0x81, 0x00, 0xe6, 0x4d, 0x76, 0x4f, 0xb2, 31 0x97, 0x09, 0xad, 0x9d, 0x17, 0x33, 0xf2, 0x30, 32 0x42, 0x83, 0xa9, 0xcb, 0x49, 0xa4, 0x2e, 0x59, 33 0x5e, 0x75, 0x51, 0xd1, 0xac, 0xc8, 0x86, 0x3e, 34 0xdb, 0x72, 0x2e, 0xb2, 0xf7, 0xc3, 0x5b, 0xc7, 35 0xea, 0xed, 0x30, 0xd1, 0xf7, 0x37, 0xee, 0x9d, 36 0x36, 0x59, 0x6f, 0xf8, 0xce, 0xc0, 0x5c, 0x82, 37 0x80, 0x37, 0x83, 0xd7, 0x45, 0x6a, 0xe9, 0xea, 38 0xc5, 0x3a, 0x59, 0x6b, 0x34, 0x31, 0x44, 0x00, [all …]
|
/qemu/hw/display/ |
H A D | vga-helpers.h | 28 ((uint32_t *)d)[0] = (-((font_data >> 7)) & xorcol) ^ bgcol; in vga_draw_glyph_line() 35 ((uint32_t *)d)[7] = (-((font_data >> 0) & 1) & xorcol) ^ bgcol; in vga_draw_glyph_line() 46 font_data = font_ptr[0]; in vga_draw_glyph8() 61 font_data = font_ptr[0]; in vga_draw_glyph16() 64 vga_draw_glyph_line(d + 32, expand4to8[font_data & 0x0f], in vga_draw_glyph16() 79 font_data = font_ptr[0]; in vga_draw_glyph9() 80 ((uint32_t *)d)[0] = (-((font_data >> 7)) & xorcol) ^ bgcol; in vga_draw_glyph9() 87 v = (-((font_data >> 0) & 1) & xorcol) ^ bgcol; in vga_draw_glyph9() 108 plane_mask = mask16[vga->ar[VGA_ATC_PLANE_ENABLE] & 0xf]; in vga_draw_line2() 115 for(x = 0; x < width; x++) { in vga_draw_line2() [all …]
|
/qemu/tests/qtest/migration/i386/ |
H A D | a-b-bootblock.h | 7 0xfa, 0x0f, 0x01, 0x16, 0xb8, 0x7c, 0x66, 0xb8, 0x01, 0x00, 0x00, 0x00, 8 0x0f, 0x22, 0xc0, 0x66, 0xea, 0x20, 0x7c, 0x00, 0x00, 0x08, 0x00, 0x00, 9 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe4, 0x92, 0x0c, 0x02, 10 0xe6, 0x92, 0xb8, 0x10, 0x00, 0x00, 0x00, 0x8e, 0xd8, 0x66, 0xb8, 0x41, 11 0x00, 0x66, 0xba, 0xf8, 0x03, 0xee, 0xb3, 0x00, 0xb8, 0x00, 0x00, 0x10, 12 0x00, 0xc6, 0x00, 0x00, 0x05, 0x00, 0x10, 0x00, 0x00, 0x3d, 0x00, 0x00, 13 0x40, 0x06, 0x7c, 0xf1, 0xb8, 0x00, 0x00, 0x10, 0x00, 0xfe, 0x00, 0x05, 14 0x00, 0x10, 0x00, 0x00, 0x3d, 0x00, 0x00, 0x40, 0x06, 0x7c, 0xf2, 0xfe, 15 0xc3, 0x80, 0xe3, 0x3f, 0x75, 0xe6, 0x66, 0xb8, 0x42, 0x00, 0x66, 0xba, 16 0xf8, 0x03, 0xee, 0xa1, 0xbe, 0x7c, 0x00, 0x00, 0x83, 0xf8, 0x00, 0x74, [all …]
|
/qemu/ui/ |
H A D | vnc-enc-zywrle.h | 51 {0x0000F000, 0x00000000, 0x00000000}, 52 {0x0000C000, 0x00F0F0F0, 0x00000000}, 53 {0x0000C000, 0x00C0C0C0, 0x00F0F0F0}, 54 /* {0x0000FF00, 0x00000000, 0x00000000}, 55 {0x0000FF00, 0x00FFFFFF, 0x00000000}, 56 {0x0000FF00, 0x00FFFFFF, 0x00FFFFFF}, */ 62 0, 0, 0, 0, 0, 0, 0, 0, 63 0, 0, 0, 0, 0, 0, 0, 0, 64 0, 0, 0, 0, 0, 0, 0, 0, 65 0, 0, 0, 0, 0, 0, 0, 0, [all …]
|
H A D | vgafont.h | 3 /* 0 0x00 '^@' */ 4 0x00, /* 00000000 */ 5 0x00, /* 00000000 */ 6 0x00, /* 00000000 */ 7 0x00, /* 00000000 */ 8 0x00, /* 00000000 */ 9 0x00, /* 00000000 */ 10 0x00, /* 00000000 */ 11 0x00, /* 00000000 */ 12 0x00, /* 00000000 */ [all …]
|
/qemu/tests/qemu-iotests/ |
H A D | 084 | 26 seq=`basename $0` 35 trap "_cleanup; exit \$status" 0 1 2 3 15 69 poke_file "$TEST_IMG" "$ds_offset" "\x00\x00\x00\xf8\xff\xff\x01\x00" 76 poke_file "$TEST_IMG" "$ds_offset" "\x00\x00\x01\xf8\xff\xff\x01\x00" 91 # Now check the bounds of blocks_in_image - 0x1fffff80 should be the max 115 status=0
|
/qemu/tests/qtest/migration/ppc64/ |
H A D | a-b-kernel.h | 7 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 8 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 9 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 10 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 11 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 12 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 13 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 14 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 15 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 16 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, [all …]
|
/qemu/hw/ide/ |
H A D | ide-internal.h | 16 #define ATA_DEV_SELECT 0x10 20 #define ATA_DEV_ALWAYS_ON 0xA0 21 #define ATA_DEV_LBA 0x40 22 #define ATA_DEV_LBA_MSB 0x0F /* LBA 24:27 */ 23 #define ATA_DEV_HS 0x0F /* HS 3:0 */ 27 #define ERR_STAT 0x01 28 #define INDEX_STAT 0x02 29 #define ECC_STAT 0x04 /* Corrected error */ 30 #define DRQ_STAT 0x08 31 #define SEEK_STAT 0x10 [all …]
|
H A D | ahci-allwinner.c | 27 #define ALLWINNER_AHCI_BISTAFR ((0xa0 - ALLWINNER_AHCI_MMIO_OFF) / 4) 28 #define ALLWINNER_AHCI_BISTCR ((0xa4 - ALLWINNER_AHCI_MMIO_OFF) / 4) 29 #define ALLWINNER_AHCI_BISTFCTR ((0xa8 - ALLWINNER_AHCI_MMIO_OFF) / 4) 30 #define ALLWINNER_AHCI_BISTSR ((0xac - ALLWINNER_AHCI_MMIO_OFF) / 4) 31 #define ALLWINNER_AHCI_BISTDECR ((0xb0 - ALLWINNER_AHCI_MMIO_OFF) / 4) 32 #define ALLWINNER_AHCI_DIAGNR0 ((0xb4 - ALLWINNER_AHCI_MMIO_OFF) / 4) 33 #define ALLWINNER_AHCI_DIAGNR1 ((0xb8 - ALLWINNER_AHCI_MMIO_OFF) / 4) 34 #define ALLWINNER_AHCI_OOBR ((0xbc - ALLWINNER_AHCI_MMIO_OFF) / 4) 35 #define ALLWINNER_AHCI_PHYCS0R ((0xc0 - ALLWINNER_AHCI_MMIO_OFF) / 4) 36 #define ALLWINNER_AHCI_PHYCS1R ((0xc4 - ALLWINNER_AHCI_MMIO_OFF) / 4) [all …]
|
/qemu/tests/uefi-test-tools/UefiTestToolsPkg/ |
H A D | UefiTestToolsPkg.dec | 19 PACKAGE_GUID = 7b3f1794-0c85-4b27-a536-44dbf0b0669c 26 …gBiosTablesTestGuid = {0x5478594e, 0xdfcb, 0x425f, {0x8e, 0x42, 0xc8, 0xaf, 0xf8, 0x8a, 0x88, 0x7a…
|
/qemu/tests/qtest/migration/s390x/ |
H A D | a-b-bios.h | 7 0x7f, 0x45, 0x4c, 0x46, 0x02, 0x02, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 8 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x16, 0x00, 0x00, 0x00, 0x01, 9 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xa8, 0x00, 0x00, 0x00, 0x00, 10 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x09, 0x80, 11 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x38, 0x00, 0x07, 0x00, 0x40, 12 0x00, 0x0d, 0x00, 0x0c, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x04, 13 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x00, 14 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 15 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x88, 0x00, 0x00, 0x00, 0x00, 16 0x00, 0x00, 0x01, 0x88, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, [all …]
|
/qemu/ebpf/ |
H A D | rss.bpf.skeleton.h | 146 s->maps[0].name = "tap_rss_map_configurations"; in rss_bpf__create_skeleton() 147 s->maps[0].map = &obj->maps.tap_rss_map_configurations; in rss_bpf__create_skeleton() 164 s->progs[0].name = "tun_rss_steering_prog"; in rss_bpf__create_skeleton() 165 s->progs[0].prog = &obj->progs.tun_rss_steering_prog; in rss_bpf__create_skeleton() 166 s->progs[0].link = &obj->links.tun_rss_steering_prog; in rss_bpf__create_skeleton() 171 return 0; in rss_bpf__create_skeleton() 180 \x7f\x45\x4c\x46\x02\x01\x01\0\0\0\0\0\0\0\0\0\x01\0\xf7\0\x01\0\0\0\0\0\0\0\0\ in rss_bpf__elf_bytes() 181 \0\0\0\0\0\0\0\0\0\0\0\xb0\x4b\0\0\0\0\0\0\0\0\0\0\x40\0\0\0\0\0\x40\0\x0d\0\ in rss_bpf__elf_bytes() 182 \x01\0\x7b\x1a\x48\xff\0\0\0\0\xb7\x09\0\0\0\0\0\0\x63\x9a\x54\xff\0\0\0\0\xbf\ in rss_bpf__elf_bytes() 183 \xa7\0\0\0\0\0\0\x07\x07\0\0\x54\xff\xff\xff\x18\x01\0\0\0\0\0\0\0\0\0\0\0\0\0\ in rss_bpf__elf_bytes() [all …]
|
/qemu/tests/qtest/migration/aarch64/ |
H A D | a-b-kernel.h | 7 0x00, 0x10, 0x38, 0xd5, 0x00, 0xf8, 0x7f, 0x92, 0x00, 0x10, 0x18, 0xd5, 8 0xdf, 0x3f, 0x03, 0xd5, 0x00, 0x02, 0xa8, 0xd2, 0x01, 0xc8, 0xa8, 0xd2, 9 0x23, 0x08, 0x80, 0x52, 0x02, 0x20, 0xa1, 0xd2, 0x43, 0x00, 0x00, 0x39, 10 0x03, 0x00, 0x80, 0x52, 0xe4, 0x03, 0x00, 0xaa, 0x83, 0x00, 0x00, 0x39, 11 0x84, 0x04, 0x40, 0x91, 0x9f, 0x00, 0x01, 0xeb, 0xad, 0xff, 0xff, 0x54, 12 0x05, 0x00, 0x80, 0x52, 0xe4, 0x03, 0x00, 0xaa, 0x83, 0x00, 0x40, 0x39, 13 0x63, 0x04, 0x00, 0x11, 0x83, 0x00, 0x00, 0x39, 0x24, 0x7e, 0x0b, 0xd5, 14 0x84, 0x04, 0x40, 0x91, 0x9f, 0x00, 0x01, 0xeb, 0x4b, 0xff, 0xff, 0x54, 15 0xa5, 0x04, 0x00, 0x11, 0xa5, 0x10, 0x00, 0x12, 0xbf, 0x00, 0x00, 0x71, 16 0xa1, 0xfe, 0xff, 0x54, 0x43, 0x08, 0x80, 0x52, 0x43, 0x00, 0x00, 0x39, [all …]
|
/qemu/include/hw/s390x/ |
H A D | ebcdic.h | 17 0x00, 0x01, 0x02, 0x03, 0x07, 0x09, 0x07, 0x7F, 18 0x07, 0x07, 0x07, 0x0B, 0x0C, 0x0D, 0x0E, 0x0F, 19 0x10, 0x11, 0x12, 0x13, 0x07, 0x0A, 0x08, 0x07, 20 0x18, 0x19, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 21 0x07, 0x07, 0x1C, 0x07, 0x07, 0x0A, 0x17, 0x1B, 22 0x07, 0x07, 0x07, 0x07, 0x07, 0x05, 0x06, 0x07, 23 0x07, 0x07, 0x16, 0x07, 0x07, 0x07, 0x07, 0x04, 24 0x07, 0x07, 0x07, 0x07, 0x14, 0x15, 0x07, 0x1A, 25 0x20, 0xFF, 0x83, 0x84, 0x85, 0xA0, 0x07, 0x86, 26 0x87, 0xA4, 0x5B, 0x2E, 0x3C, 0x28, 0x2B, 0x21, [all …]
|
/qemu/tests/tcg/multiarch/ |
H A D | test-aes-main.c.inc | 42 { { { 0x19, 0x3d, 0xe3, 0xbe, /* start */ 43 0xa0, 0xf4, 0xe2, 0x2b, 44 0x9a, 0xc6, 0x8d, 0x2a, 45 0xe9, 0xf8, 0x48, 0x08, } }, 47 { { 0xd4, 0xbf, 0x5d, 0x30, /* after shiftrows */ 48 0xe0, 0xb4, 0x52, 0xae, 49 0xb8, 0x41, 0x11, 0xf1, 50 0x1e, 0x27, 0x98, 0xe5, } }, 52 { { 0x04, 0x66, 0x81, 0xe5, /* after mixcolumns */ 53 0xe0, 0xcb, 0x19, 0x9a, [all …]
|
/qemu/tests/bench/ |
H A D | test_akcipher_keys.c.inc | 12 0x30, 0x82, 0x02, 0x5c, 0x02, 0x01, 0x00, 0x02, 13 0x81, 0x81, 0x00, 0xe6, 0x4d, 0x76, 0x4f, 0xb2, 14 0x97, 0x09, 0xad, 0x9d, 0x17, 0x33, 0xf2, 0x30, 15 0x42, 0x83, 0xa9, 0xcb, 0x49, 0xa4, 0x2e, 0x59, 16 0x5e, 0x75, 0x51, 0xd1, 0xac, 0xc8, 0x86, 0x3e, 17 0xdb, 0x72, 0x2e, 0xb2, 0xf7, 0xc3, 0x5b, 0xc7, 18 0xea, 0xed, 0x30, 0xd1, 0xf7, 0x37, 0xee, 0x9d, 19 0x36, 0x59, 0x6f, 0xf8, 0xce, 0xc0, 0x5c, 0x82, 20 0x80, 0x37, 0x83, 0xd7, 0x45, 0x6a, 0xe9, 0xea, 21 0xc5, 0x3a, 0x59, 0x6b, 0x34, 0x31, 0x44, 0x00, [all …]
|
/qemu/hw/audio/ |
H A D | pl041.hx | 14 REGISTER( rxcr1, 0x00 ) 15 REGISTER( txcr1, 0x04 ) 16 REGISTER( sr1, 0x08 ) 17 REGISTER( isr1, 0x0C ) 18 REGISTER( ie1, 0x10 ) 19 REGISTER( rxcr2, 0x14 ) 20 REGISTER( txcr2, 0x18 ) 21 REGISTER( sr2, 0x1C ) 22 REGISTER( isr2, 0x20 ) 23 REGISTER( ie2, 0x24 ) [all …]
|
/qemu/tests/uefi-test-tools/UefiTestToolsPkg/Include/Guid/ |
H A D | BiosTablesTest.h | 6 that is at offset 0 in the structure. Once the RSD PTR and SMBIOS anchor 31 0x5478594e, \ 32 0xdfcb, \ 33 0x425f, \ 34 { 0x8e, 0x42, 0xc8, 0xaf, 0xf8, 0x8a, 0x88, 0x7a } \
|
/qemu/hw/i2c/ |
H A D | allwinner-i2c.c | 35 #define TWI_ADDR_REG 0x00 /* slave address register */ 36 #define TWI_XADDR_REG 0x04 /* extended slave address register */ 37 #define TWI_DATA_REG 0x08 /* data register */ 38 #define TWI_CNTR_REG 0x0c /* control register */ 39 #define TWI_STAT_REG 0x10 /* status register */ 40 #define TWI_CCR_REG 0x14 /* clock control register */ 41 #define TWI_SRST_REG 0x18 /* software reset register */ 42 #define TWI_EFR_REG 0x1c /* enhance feature register */ 43 #define TWI_LCR_REG 0x20 /* line control register */ 46 #define TWI_ADDR_RESET 0 [all …]
|
/qemu/crypto/ |
H A D | sm4.c | 16 0xd6, 0x90, 0xe9, 0xfe, 0xcc, 0xe1, 0x3d, 0xb7, 17 0x16, 0xb6, 0x14, 0xc2, 0x28, 0xfb, 0x2c, 0x05, 18 0x2b, 0x67, 0x9a, 0x76, 0x2a, 0xbe, 0x04, 0xc3, 19 0xaa, 0x44, 0x13, 0x26, 0x49, 0x86, 0x06, 0x99, 20 0x9c, 0x42, 0x50, 0xf4, 0x91, 0xef, 0x98, 0x7a, 21 0x33, 0x54, 0x0b, 0x43, 0xed, 0xcf, 0xac, 0x62, 22 0xe4, 0xb3, 0x1c, 0xa9, 0xc9, 0x08, 0xe8, 0x95, 23 0x80, 0xdf, 0x94, 0xfa, 0x75, 0x8f, 0x3f, 0xa6, 24 0x47, 0x07, 0xa7, 0xfc, 0xf3, 0x73, 0x17, 0xba, 25 0x83, 0x59, 0x3c, 0x19, 0xe6, 0x85, 0x4f, 0xa8, [all …]
|
/qemu/linux-user/include/host/s390x/ |
H A D | host-signal.h | 49 switch (pinsn[0] >> 8) { in host_signal_write() 50 case 0x50: /* ST */ in host_signal_write() 51 case 0x42: /* STC */ in host_signal_write() 52 case 0x40: /* STH */ in host_signal_write() 53 case 0x44: /* EX */ in host_signal_write() 54 case 0xba: /* CS */ in host_signal_write() 55 case 0xbb: /* CDS */ in host_signal_write() 57 case 0xc4: /* RIL format insns */ in host_signal_write() 58 switch (pinsn[0] & 0xf) { in host_signal_write() 59 case 0xf: /* STRL */ in host_signal_write() [all …]
|
/qemu/tests/qtest/ |
H A D | adm1272-test.c | 20 #define TEST_ADDR (0x10) 22 #define ADM1272_RESTART_TIME 0xCC 23 #define ADM1272_MFR_PEAK_IOUT 0xD0 24 #define ADM1272_MFR_PEAK_VIN 0xD1 25 #define ADM1272_MFR_PEAK_VOUT 0xD2 26 #define ADM1272_MFR_PMON_CONTROL 0xD3 27 #define ADM1272_MFR_PMON_CONFIG 0xD4 28 #define ADM1272_MFR_ALERT1_CONFIG 0xD5 29 #define ADM1272_MFR_ALERT2_CONFIG 0xD6 30 #define ADM1272_MFR_PEAK_TEMPERATURE 0xD7 [all …]
|