Home
last modified time | relevance | path

Searched refs:attributes (Results 1 – 25 of 53) sorted by relevance

123

/qemu/target/hexagon/imported/
A Dmacros.def51 /* 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 Dufs.c1049 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 Dufs.h139 Attributes attributes; member
/qemu/tests/qemu-iotests/
A Dfat16.py144 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 Dptimer-test-stubs.c39 int scale, int attributes, in timer_init_full() argument
49 ts->attributes = attributes; in timer_init_full()
A Dpkix_asn1_tab.c.inc608 {"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 Daio.h537 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 Dcpu-topology.rst11 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 Dtrace-events8 …uint64_t gpa, uint64_t size, uint64_t attributes, uint64_t flags) "gpa 0x%" PRIx64 " size 0x%" PRI…
/qemu/include/qemu/
A Dtimer.h90 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 Dqemu-timer.c270 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 Dtest-armv6m-undef.ld19 *(.ARM.attributes)
A Dkernel.ld22 *(.ARM.attributes)
/qemu/tests/tcg/aarch64/system/
A Dkernel.ld31 *(.ARM.attributes)
/qemu/target/hexagon/
A Dattribs_def.h.inc38 /* Load and Store attributes */
62 /* V6 Vector attributes */
87 /* Change-of-flow attributes */
/qemu/scripts/qapi/
A Dpylintrc19 too-many-instance-attributes,
/qemu/block/
A Dvvfat.c228 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 Dblkdebug.rst55 Rules support the following attributes:
151 State transition rules support the following attributes:
A Davocado.rst309 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 Dsmbios.h287 uint8_t attributes; member
/qemu/docs/interop/
A Ddbus.rst42 various metadata attributes, however, this is alone is not generally
/qemu/docs/devel/
A Dloads-stores.rst354 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 Dsetup.cfg147 too-many-instance-attributes,
/qemu/
A Dhmp-commands-info.hx722 .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 Dfuse.h294 uint64_t attributes; member

Completed in 61 milliseconds

123