HomeSort by: relevance | last modified time | path
    Searched defs:granules (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
aarch64-linux-tdep.c 2565 size_t granules = aarch64_mte_get_tag_granules (start_address, segment_size, local
2568 /* If there are no tag granules to fetch, just return. */
2569 if (granules == 0)
2577 while (granules > 0)
2582 = ((granules >= MAX_TAGS_TO_TRANSFER)
2584 : granules * AARCH64_MTE_GRANULE_SIZE);
2598 /* Adjust the remaining granules and starting address. */
2599 granules -= tags_read.size ();
2635 size_t granules = aarch64_mte_get_tag_granules (address, length, local
2638 gdb_assert (granules > 0)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
aarch64-linux-tdep.c 2741 size_t granules = aarch64_mte_get_tag_granules (start_address, segment_size, local
2744 /* If there are no tag granules to fetch, just return. */
2745 if (granules == 0)
2753 while (granules > 0)
2758 = ((granules >= MAX_TAGS_TO_TRANSFER)
2760 : granules * AARCH64_MTE_GRANULE_SIZE);
2774 /* Adjust the remaining granules and starting address. */
2775 granules -= tags_read.size ();
2811 size_t granules = aarch64_mte_get_tag_granules (address, length, local
2814 gdb_assert (granules > 0)
    [all...]

Completed in 27 milliseconds