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.c6252 struct intel_uncore_type *from_type) in uncore_type_customized_copy() argument
6254 if (!to_type || !from_type) in uncore_type_customized_copy()
6257 if (from_type->name) in uncore_type_customized_copy()
6258 to_type->name = from_type->name; in uncore_type_customized_copy()
6259 if (from_type->fixed_ctr_bits) in uncore_type_customized_copy()
6260 to_type->fixed_ctr_bits = from_type->fixed_ctr_bits; in uncore_type_customized_copy()
6261 if (from_type->event_mask) in uncore_type_customized_copy()
6262 to_type->event_mask = from_type->event_mask; in uncore_type_customized_copy()
6263 if (from_type->event_mask_ext) in uncore_type_customized_copy()
6264 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()