Lines Matching defs:data_value
576 CORE_ADDR data_value,
582 CORE_ADDR *data_value, int *len);
2382 and DATA_VALUE is the value which will trigger the watchpoint.
2389 CORE_ADDR data_value,
2425 *condition_value = ((uint64_t) data_value >> num_bytes_off_dvc * 8
2482 If the function returns 1, DATA_VALUE will contain the constant against
2489 CORE_ADDR *data_value, int *len)
2518 *data_value = value_as_long (right_val);
2520 /* DATA_VALUE is the constant in RIGHT_VAL, but actually has
2528 data_value = value_as_long (left_val);
2530 /* DATA_VALUE is the constant in LEFT_VAL, but actually has
2549 CORE_ADDR data_value;
2555 && check_condition (addr, cond, &data_value, &len));
2577 CORE_ADDR data_value;
2582 &data_value, &len))
2583 calculate_dvc (addr, len, data_value, &p->condition_mode,