Home
last modified time | relevance | path

Searched full:36 (Results 1 – 25 of 318) sorted by relevance

12345678910>>...13

/qemu/tests/qemu-iotests/
H A D015.out7 36 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
10 36 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
13 36 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
16 36 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
H A D26161 extra_len=$(peek_file_be "$1" $(($2 + 36)) 4)
79 extra_len=$(peek_file_be "$1" $((offset + 36)) 4)
155 sn0_eds=$(peek_file_be "$TEST_IMG.v2.orig" $((sn0_ofs + 36)) 4)
160 sn1_eds=$(peek_file_be "$TEST_IMG.v2.orig" $((sn1_ofs + 36)) 4)
165 sn2_eds=$(peek_file_be "$TEST_IMG.v2.orig" $((sn2_ofs + 36)) 4)
199 poke_file "$TEST_DIR/sn0-pre" 36 '\x00\x00\x00\x00'
206 poke_file "$TEST_DIR/sn1-pre" 36 '\x00\x00\x00\x32'
214 poke_file "$TEST_DIR/sn2-pre" 36 '\x00\x00\x00\x08'
310 poke_file "$TEST_IMG" $((sn3_ofs + 36)) '\x00\x01\x00\x00'
344 poke_file "$TEST_DIR/sn0" 36 '\x00\x00\x04\x00'
[all …]
H A D01556 # We use a 36M image, so initially we can be sure that only one cluster is used
59 size=36M
H A D197.out49 28 KiB (0x7000) bytes not allocated at offset 36 KiB (0x9000)
54 28 KiB (0x7000) bytes not allocated at offset 36 KiB (0x9000)
/qemu/target/s390x/tcg/
H A Dinsn-format.h.inc47 F3(SS_a, L(1, 8, 8), BD(1,16,20), BD(2,32,36))
48 F4(SS_b, L(1, 8, 4), BD(1,16,20), L(2,12,4), BD(2,32,36))
49 F4(SS_c, L(1, 8, 4), BD(1,16,20), BD(2,32,36), I(3,12, 4))
52 F4(SS_d, L(1, 8, 4), BD(1,16,20), BD(2,32,36), R(3,12))
53 F4(SS_e, R(1, 8), BD(2,16,20), R(3,12), BD(4,32,36))
54 F3(SS_f, BD(1,16,20), L(2,8,8), BD(2,32,36))
55 F2(SSE, BD(1,16,20), BD(2,32,36))
56 F3(SSF, BD(1,16,20), BD(2,32,36), R(3,8))
/qemu/subprojects/
H A Dquote-1-rs.wrap2 directory = quote-1.0.36
3 source_url = https://crates.io/api/v1/crates/quote/1.0.36/download
H A D.gitignore20 /quote-1.0.36
/qemu/hw/intc/
H A Dgicv3_internal.h149 FIELD(GICR_PENDBASER, PHYADDR, 16, 36)
164 FIELD(GICR_VPENDBASER, PHYADDR, 16, 36)
289 FIELD(GITS_BASER, PHYADDR, 12, 36)
323 FIELD(GITS_TYPER, CIL, 36, 1)
404 FIELD(MOVALL_2, RDBASE1, 16, 36)
405 FIELD(MOVALL_3, RDBASE2, 16, 36)
426 FIELD(VMAPP_0, VCONFADDR, 16, 36) /* GICv4.1 only */
429 FIELD(VMAPP_2, RDBASE, 16, 36)
432 FIELD(VMAPP_3, VPTADDR, 16, 36)
438 FIELD(VMOVP_2, RDBASE, 16, 36)
[all …]
H A Dpnv_xive2_regs.h233 #define VC_ESBC_FLUSH_POLL_OFFSET_MASK PPC_BITMASK(36, 63) /* 28-bit */
255 #define VC_EASC_FLUSH_POLL_OFFSET_MASK PPC_BITMASK(36, 63) /* 28-bit */
278 #define VC_ENDC_FLUSH_POLL_BLOCK_ID_MASK PPC_BITMASK(36, 39)
415 #define PC_NXC_FLUSH_POLL_BLOCK_ID_MASK PPC_BITMASK(36, 39)
431 #define PC_NXC_PROC_CONFIG_NVC_TABLE_COMPRESS PPC_BITMASK(36, 39)
/qemu/include/hw/nvram/
H A Dbcm2835_otp.h40 /* -- Row 36-43: Customer OTP -- */
42 #define BCM2835_OTP_CUSTOMER_OTP 36
/qemu/hw/misc/macio/
H A Dgpio.c114 if (addr < 36) { in macio_gpio_write()
138 if (addr < 36) { in macio_gpio_read()
178 VMSTATE_UINT8_ARRAY(gpio_regs, MacIOGPIOState, 36),
/qemu/target/arm/tcg/
H A Dpauth_helper.c45 o |= extract64(i, 12, 4) << 36; in pac_cell_shuffle()
50 o |= extract64(i, 36, 4) << 52; in pac_cell_shuffle()
64 o |= extract64(i, 36, 4) << 12; in pac_cell_inv_shuffle()
72 o |= extract64(i, 52, 4) << 36; in pac_cell_inv_shuffle()
182 o |= extract64(i, 52, 4) << 36; in tweak_shuffle()
189 o |= tweak_cell_rot(extract64(i, 36, 4)) << 60; in tweak_shuffle()
214 o |= tweak_cell_inv_rot(extract64(i, 60, 4)) << 36; in tweak_inv_shuffle()
219 o |= extract64(i, 36, 4) << 52; in tweak_inv_shuffle()
/qemu/tests/qapi-schema/
H A Dfunny-char.err1 funny-char.json:2:36: stray ';'
H A Dtrailing-comma-list.err1 trailing-comma-list.json:2:36: expected '{', '[', string, or boolean
/qemu/target/mips/
H A Dgdbstub.c58 case 36: in mips_cpu_gdb_read_register()
124 case 36: in mips_cpu_gdb_write_register()
/qemu/include/hw/arm/
H A Dfsl-imx25.h74 * 0x0000_0000 0x0000_3FFF 16 Kbytes ROM (36 Kbytes)
76 * 0x0040_4000 0x0040_8FFF 20 Kbytes ROM (36 Kbytes)
77 * 0x0040_9000 0x0FFF_FFFF 252 Mbytes (minus 36 Kbytes) Reserved
/qemu/target/sparc/
H A Dcpu-param.h20 # define TARGET_PHYS_ADDR_SPACE_BITS 36
/qemu/util/
H A Dcutils.c454 assert((unsigned) base <= 36 && base != 1); in qemu_strtoi()
511 assert((unsigned) base <= 36 && base != 1); in qemu_strtoui()
578 assert((unsigned) base <= 36 && base != 1); in qemu_strtol()
623 assert((unsigned) base <= 36 && base != 1); in qemu_strtoul()
652 assert((unsigned) base <= 36 && base != 1); in qemu_strtoi64()
680 assert((unsigned) base <= 36 && base != 1); in qemu_strtou64()
791 * @base: integer base, between 2 and 36 inclusive, or 0
822 assert((unsigned) base <= 36 && base != 1); in parse_uint()
865 * @base: integer base, between 2 and 36 inclusive, or 0
/qemu/target/i386/
H A Dhost-cpu.c36 * physical address bits; fall back to 36 that's most older in host_cpu_phys_bits()
39 host_phys_bits = 36; in host_cpu_phys_bits()
H A Dcpu-param.h20 # define TARGET_PHYS_ADDR_SPACE_BITS 36
/qemu/include/standard-headers/linux/
H A Dvirtio_fs.h13 uint8_t tag[36];
/qemu/tests/qtest/
H A Dvmgenid-test.c30 uint8_t rsdp_table[36 /* ACPI 2.0+ RSDP size */]; in acpi_find_vgia()
53 uint8_t *aml = &table_aml[36 /* AML byte-code start */]; in acpi_find_vgia()
/qemu/linux-user/ppc/
H A Dvdso.S123 .cfi_offset 65, 36 * sizeof_reg /* lr */
131 .cfi_offset 36, offsetof_mcontext_fregs + 4 * sizeof_freg
/qemu/target/ppc/
H A Dcpu-param.h29 # define TARGET_PHYS_ADDR_SPACE_BITS 36
/qemu/target/hexagon/
H A Dcpu-param.h23 #define TARGET_PHYS_ADDR_SPACE_BITS 36

12345678910>>...13