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

  /src/external/gpl3/gdb.old/dist/gdb/nat/
aarch64-hw-point.c 239 const unsigned int max_wp_len = AARCH64_HWP_MAX_LEN_PER_REG; local
242 gdb_assert (alignment == max_wp_len);
258 if (offset + len >= max_wp_len)
263 = max_wp_len - (kernel_supports_any_contiguous_range ? offset : 0);
264 len -= (max_wp_len - offset);
265 addr += (max_wp_len - offset);
x86-dregs.c 422 int max_wp_len = TARGET_HAS_DR_LEN_8 ? 8 : 4; local
438 int align = addr % max_wp_len;
441 int attempt = (len > max_wp_len ? (max_wp_len - 1) : len - 1);
  /src/external/gpl3/gdb/dist/gdb/nat/
aarch64-hw-point.c 239 const unsigned int max_wp_len = AARCH64_HWP_MAX_LEN_PER_REG; local
242 gdb_assert (alignment == max_wp_len);
258 if (offset + len >= max_wp_len)
263 = max_wp_len - (kernel_supports_any_contiguous_range ? offset : 0);
264 len -= (max_wp_len - offset);
265 addr += (max_wp_len - offset);
x86-dregs.c 422 int max_wp_len = TARGET_HAS_DR_LEN_8 ? 8 : 4; local
438 int align = addr % max_wp_len;
441 int attempt = (len > max_wp_len ? (max_wp_len - 1) : len - 1);

Completed in 35 milliseconds