| /qemu/target/hexagon/imported/ |
| A D | macros.def | 51 /* optional attributes */ 57 /* optional attributes */ 63 /* optional attributes */ 577 /* optional attributes */ 588 /* optional attributes */ 594 /* optional attributes */ 600 /* optional attributes */ 606 /* optional attributes */ 612 /* optional attributes */ 618 /* optional attributes */ [all …]
|
| /qemu/hw/ufs/ |
| A D | ufs.c | 1049 return u->attributes.boot_lun_en; in ufs_read_attr_value() 1059 return u->attributes.purge_status; in ufs_read_attr_value() 1067 return u->attributes.ref_clk_freq; in ufs_read_attr_value() 1107 return u->attributes.refresh_freq; in ufs_read_attr_value() 1109 return u->attributes.refresh_unit; in ufs_read_attr_value() 1130 u->attributes.ref_clk_freq = value; in ufs_write_attr_value() 1142 u->attributes.psa_state = value; in ufs_write_attr_value() 1698 memset(&u->attributes, 0, sizeof(u->attributes)); in ufs_init_hc() 1699 u->attributes.max_data_in_size = 0x08; in ufs_init_hc() 1700 u->attributes.max_data_out_size = 0x08; in ufs_init_hc() [all …]
|
| A D | ufs.h | 139 Attributes attributes; member
|
| /qemu/tests/qemu-iotests/ |
| A D | fat16.py | 144 self.attributes = data[11] 165 + self.attributes.to_bytes(1, "little") 392 self, cluster: Optional[int], name: str, ext: str, attributes: int 408 assert attributes % 0x15 != 0x15, "Invalid attributes" 414 new_entry.attributes = attributes 491 if current_entry.attributes & 0x10 == 0: 506 if entry.attributes & 0x10 != 0: 527 if entry.attributes & 0x10 != 0: 620 if entry.attributes & 0x10 != 0: 668 if current_entry.attributes & 0x10 == 0:
|
| /qemu/tests/unit/ |
| A D | ptimer-test-stubs.c | 39 int scale, int attributes, in timer_init_full() argument 49 ts->attributes = attributes; in timer_init_full()
|
| A D | pkix_asn1_tab.c.inc | 608 {"built-in-domain-defined-attributes", 1073758210, 610 {"extension-attributes", 16386, "ExtensionAttributes"}, 673 {"ub-domain-defined-attributes", 1074266122, "1"}, 681 {"ub-extension-attributes", 1074266122, "1"}, 686 {"0", 10, "ub-extension-attributes"}, 762 {"local-postal-attributes", 1342177283, "21"}, 801 {"ub-domain-defined-attributes", 1074266122, "1"}, 820 {"ub-domain-defined-attributes", 1342177283, "4"}, 824 {"ub-extension-attributes", 1342177283, "256"}, 888 {"attributes", 536879106, "Attributes"}, [all …]
|
| /qemu/include/block/ |
| A D | aio.h | 537 int scale, int attributes, in aio_timer_new_with_attrs() argument 540 return timer_new_full(&ctx->tlg, type, scale, attributes, cb, opaque); in aio_timer_new_with_attrs() 579 int scale, int attributes, in aio_timer_init_with_attrs() argument 582 timer_init_full(ts, &ctx->tlg, type, scale, attributes, cb, opaque); in aio_timer_init_with_attrs()
|
| /qemu/docs/system/s390x/ |
| A D | cpu-topology.rst | 11 Each of these CPU entries consists of a bitmap and three CPU attributes: 18 attributes. 21 how to enable it and explains the new CPU attributes. 59 If none of the containers attributes (drawers, books, sockets) are 83 tree topology attributes must all be defined or all not defined. 95 If none of the tree attributes (drawer, book, sockets), are specified 97 command argument the topology tree attributes will be set by simply 105 When the topology modifier attributes are not defined for the
|
| /qemu/target/i386/kvm/ |
| A D | trace-events | 8 …uint64_t gpa, uint64_t size, uint64_t attributes, uint64_t flags) "gpa 0x%" PRIx64 " size 0x%" PRI…
|
| /qemu/include/qemu/ |
| A D | timer.h | 90 int attributes; member 415 int scale, int attributes, 514 int scale, int attributes, in timer_new_full() argument 518 timer_init_full(ts, timer_list_group, type, scale, attributes, cb, opaque); in timer_new_full()
|
| /qemu/util/ |
| A D | qemu-timer.c | 270 while (ts && (ts->attributes & ~attr_mask)) { in qemu_clock_deadline_ns_all() 351 int scale, int attributes, in timer_init_full() argument 361 ts->attributes = attributes; in timer_init_full() 551 && !(ts->attributes & QEMU_TIMER_ATTR_EXTERNAL) in timerlist_run_timers()
|
| /qemu/tests/tcg/arm/system/ |
| A D | test-armv6m-undef.ld | 19 *(.ARM.attributes)
|
| A D | kernel.ld | 22 *(.ARM.attributes)
|
| /qemu/tests/tcg/aarch64/system/ |
| A D | kernel.ld | 31 *(.ARM.attributes)
|
| /qemu/target/hexagon/ |
| A D | attribs_def.h.inc | 38 /* Load and Store attributes */ 62 /* V6 Vector attributes */ 87 /* Change-of-flow attributes */
|
| /qemu/scripts/qapi/ |
| A D | pylintrc | 19 too-many-instance-attributes,
|
| /qemu/block/ |
| A D | vvfat.c | 228 uint8_t attributes; /* 0x80 = bootable */ member 246 uint8_t attributes; member 377 partition->attributes=0x80; /* bootable */ in init_mbr() 418 entry->attributes=0xf; in create_long_filename() 448 return direntry->attributes == 0x28; in is_volume_label() 453 return direntry->attributes == 0xf; in is_long_name() 464 return direntry->attributes & 0x10 && direntry->name[0] != DIR_DELETED; in is_directory() 807 direntry->attributes=(S_ISDIR(st.st_mode)?0x10:0x20); in read_directory() 929 entry->attributes=0x28; /* archive | volume label */ in init_directories() 1456 direntry->attributes, in print_direntry() [all …]
|
| /qemu/docs/devel/testing/ |
| A D | blkdebug.rst | 55 Rules support the following attributes: 151 State transition rules support the following attributes:
|
| A D | avocado.rst | 309 Besides the attributes and methods that are part of the base 310 ``avocado.Test`` class, the following attributes are available on any 368 Besides the attributes present on the ``avocado_qemu.QemuSystemTest`` base 369 class, the ``avocado_qemu.LinuxTest`` adds the following attributes:
|
| /qemu/include/hw/firmware/ |
| A D | smbios.h | 287 uint8_t attributes; member
|
| /qemu/docs/interop/ |
| A D | dbus.rst | 42 various metadata attributes, however, this is alone is not generally
|
| /qemu/docs/devel/ |
| A D | loads-stores.rst | 354 transaction attributes, and can check whether the memory transaction 411 ``MEMTXATTRS_UNSPECIFIED`` for the transaction attributes, and ignore 450 always pass a ``MEMTXATTRS_UNSPECIFIED`` set of memory attributes and
|
| /qemu/python/ |
| A D | setup.cfg | 147 too-many-instance-attributes,
|
| /qemu/ |
| A D | hmp-commands-info.hx | 722 .help = "Display the values of the CMMA storage attributes for a range of pages", 729 Display the values of the CMMA storage attributes for a range of
|
| /qemu/include/standard-headers/linux/ |
| A D | fuse.h | 294 uint64_t attributes; member
|