Home
last modified time | relevance | path

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

/elf/
A Dcache.c500 uint32_t hwcaps_size = hwcaps_count * sizeof (uint32_t); in write_extensions() local
501 uint32_t *hwcaps_array = xmalloc (hwcaps_size); in write_extensions()
514 generator_offset += hwcaps_size; in write_extensions()
535 ext->sections[xid].size = hwcaps_size; in write_extensions()
545 || write (fd, hwcaps_array, hwcaps_size) != hwcaps_size in write_extensions()

Completed in 6 milliseconds