Searched refs:to_type (Results 1 – 1 of 1) sorted by relevance
5933 static void uncore_type_customized_copy(struct intel_uncore_type *to_type, in uncore_type_customized_copy() argument5936 if (!to_type || !from_type) in uncore_type_customized_copy()5940 to_type->name = from_type->name; in uncore_type_customized_copy()5942 to_type->fixed_ctr_bits = from_type->fixed_ctr_bits; in uncore_type_customized_copy()5944 to_type->event_mask = from_type->event_mask; in uncore_type_customized_copy()5946 to_type->event_mask_ext = from_type->event_mask_ext; in uncore_type_customized_copy()5948 to_type->fixed_ctr = from_type->fixed_ctr; in uncore_type_customized_copy()5950 to_type->fixed_ctl = from_type->fixed_ctl; in uncore_type_customized_copy()5952 to_type->fixed_ctr_bits = from_type->fixed_ctr_bits; in uncore_type_customized_copy()5954 to_type->num_shared_regs = from_type->num_shared_regs; in uncore_type_customized_copy()[all …]