Home
last modified time | relevance | path

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

/linux/arch/x86/events/intel/
H A Duncore_snbep.c6258 struct intel_uncore_type *from_type) in uncore_type_customized_copy() argument
6260 if (!to_type || !from_type) in uncore_type_customized_copy()
6263 if (from_type->name) in uncore_type_customized_copy()
6264 to_type->name = from_type->name; in uncore_type_customized_copy()
6265 if (from_type->fixed_ctr_bits) in uncore_type_customized_copy()
6266 to_type->fixed_ctr_bits = from_type->fixed_ctr_bits; in uncore_type_customized_copy()
6267 if (from_type->event_mask) in uncore_type_customized_copy()
6268 to_type->event_mask = from_type->event_mask; in uncore_type_customized_copy()
6269 if (from_type->event_mask_ext) in uncore_type_customized_copy()
6270 to_type->event_mask_ext = from_type->event_mask_ext; in uncore_type_customized_copy()
[all …]
/linux/lib/
H A Dubsan.c317 val_to_string(from_val_str, sizeof(from_val_str), data->from_type, from_val); in __ubsan_handle_implicit_conversion()
323 data->from_type->type_name, in __ubsan_handle_implicit_conversion()