Home
last modified time | relevance | path

Searched refs:match_all (Results 1 – 3 of 3) sorted by relevance

/linux/scripts/gendwarfksyms/
H A Ddwarf.c261 bool match_all(Dwarf_Die *die) in DEFINE_MATCH()
468 match_all)); in process_variant_part_type()
726 match_all); \
746 ___process_structure_type, match_all); in DEFINE_PROCESS_STRUCTURE_TYPE()
1053 NULL, cache, die, process_exported_symbols, match_all)); in process_exported_symbols()
1168 match_all)); in resolve_fqns()
1177 match_all)); in process_cu()
1180 match_all)); in process_cu()
H A Dgendwarfksyms.h262 bool match_all(Dwarf_Die *die);
/linux/arch/arm64/kernel/
H A Dcpufeature.c3501 bool match_all = false; in update_cpu_capabilities() local
3509 match_all = cpucap_match_all_early_cpus(caps); in update_cpu_capabilities()
3517 if (!match_all && caps_set) in update_cpu_capabilities()
3525 if (match_all && !caps_set && !boot_cpu) in update_cpu_capabilities()
3529 if (match_all) in update_cpu_capabilities()
3538 if (!match_all && caps->desc && !caps->cpus) in update_cpu_capabilities()