Searched refs:match_list (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/arch/arm64/kernel/ |
| H A D | cpu_errata.c | 595 .match_list = erratum_843419_list, 640 .match_list = qcom_erratum_1003_list, 649 .match_list = arm64_repeat_tlbi_list,
|
| H A D | cpufeature.c | 2553 .match_list = (const struct arm64_cpu_capabilities []){ 3074 .match_list = list, \
|
| /linux-6.15/drivers/firmware/efi/libstub/ |
| H A D | gop.c | 261 static bool match_list(const efi_graphics_output_mode_info_t *info, u32 mode, void *ctx) in match_list() function 314 choose_mode(gop, match_list, (void *)cur_mode); in choose_mode_list()
|
| /linux-6.15/arch/arm64/include/asm/ |
| H A D | cpufeature.h | 385 const struct arm64_cpu_capabilities *match_list; member 405 for (caps = entry->match_list; caps->matches; caps++) in cpucap_multi_entry_cap_matches()
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | fs_core.c | 2035 struct match_list { struct 2040 static void free_match_list(struct match_list *head, bool ft_locked) in free_match_list() argument 2042 struct match_list *iter, *match_tmp; in free_match_list() 2052 static int build_match_list(struct match_list *match_head, in build_match_list() 2067 struct match_list *curr_match; in build_match_list() 2090 struct match_list *iter; in matched_fgs_get_version() 2208 struct match_list *iter; in try_add_to_existing_fg() 2311 struct match_list match_head; in _mlx5_add_flow_rules()
|