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.c6240 struct intel_uncore_type *from_type)
6242 if (!to_type || !from_type)
6245 if (from_type->name)
6246 to_type->name = from_type->name;
6247 if (from_type->fixed_ctr_bits)
6248 to_type->fixed_ctr_bits = from_type->fixed_ctr_bits;
6249 if (from_type->event_mask)
6250 to_type->event_mask = from_type->event_mask;
6251 if (from_type->event_mask_ext) in uncore_type_customized_copy()
6252 to_type->event_mask_ext = from_type in uncore_type_customized_copy() argument
[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()