Home
last modified time | relevance | path

Searched refs:address_type (Results 1 – 4 of 4) sorted by relevance

/openbmc/libcper/sections/
H A Dcper-section-dmar-generic.c72 json_object *address_type = integer_to_readable_pair( in cper_section_dmar_generic_to_ir() local
76 json_object_object_add(section_ir, "addressType", address_type); in cper_section_dmar_generic_to_ir()
/openbmc/qemu/include/exec/
H A Dmemattrs.h58 unsigned int address_type:1; member
/openbmc/qemu/tests/qtest/
H A Dahci-test.c1790 enum AddrMode address_type; member
1881 sector = offset_sector(opts->offset, opts->address_type, bufsize); in test_io_interface()
1882 test_io_rw_interface(opts->address_type, opts->io_type, bufsize, sector); in test_io_interface()
1894 opts->address_type = addr; in create_ahci_io_test()
/openbmc/qemu/tests/functional/acpi-bits/bits-tests/
H A Dsmbios.py21931 … self.add_field('address_type', u.unpack_one("B"), unpack.format_table("{}", _address_type))