Searched refs:is_reorder_access (Results 1 – 1 of 1) sorted by relevance
539 bool is_reorder_access; in kcsan_setup_watchpoint() local570 is_reorder_access = find_reorder_access(ctx, ptr, size, type, ip); in kcsan_setup_watchpoint()571 if (is_reorder_access) in kcsan_setup_watchpoint()609 old = is_reorder_access ? 0 : read_instrumented_memory(ptr, size); in kcsan_setup_watchpoint()621 if (!is_reorder_access) { in kcsan_setup_watchpoint()