Home
last modified time | relevance | path

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

/openbmc/qemu/hw/arm/
H A Dvirt-acpi-build.c416 int smmu_mapping_count, offset_to_id_array; in build_iort() local
420 offset_to_id_array = SMMU_V3_ENTRY_SIZE; /* Just after the header */ in build_iort()
423 offset_to_id_array = 0; /* No ID mappings array */ in build_iort()
436 build_append_int_noprefix(table_data, offset_to_id_array, 4); in build_iort()