Searched refs:to_type (Results 1 – 1 of 1) sorted by relevance
5983 static void uncore_type_customized_copy(struct intel_uncore_type *to_type, in uncore_type_customized_copy() argument5986 if (!to_type || !from_type) in uncore_type_customized_copy()5990 to_type->name = from_type->name; in uncore_type_customized_copy()5992 to_type->fixed_ctr_bits = from_type->fixed_ctr_bits; in uncore_type_customized_copy()5994 to_type->event_mask = from_type->event_mask; in uncore_type_customized_copy()5996 to_type->event_mask_ext = from_type->event_mask_ext; in uncore_type_customized_copy()5998 to_type->fixed_ctr = from_type->fixed_ctr; in uncore_type_customized_copy()6000 to_type->fixed_ctl = from_type->fixed_ctl; in uncore_type_customized_copy()6002 to_type->fixed_ctr_bits = from_type->fixed_ctr_bits; in uncore_type_customized_copy()6004 to_type->num_shared_regs = from_type->num_shared_regs; in uncore_type_customized_copy()[all …]