Home
last modified time | relevance | path

Searched refs:sym1 (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/scripts/kconfig/
H A Dexpr.c434 struct symbol *sym1, *sym2; in expr_join_or() local
446 sym1 = tmp->left.sym; in expr_join_or()
448 sym1 = e1->left.sym; in expr_join_or()
455 if (sym1 != sym2) in expr_join_or()
457 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_or()
459 if (sym1->type == S_TRISTATE) { in expr_join_or()
464 return expr_alloc_comp(E_UNEQUAL, sym1, &symbol_no); in expr_join_or()
470 return expr_alloc_comp(E_UNEQUAL, sym1, &symbol_mod); in expr_join_or()
476 return expr_alloc_comp(E_UNEQUAL, sym1, in expr_join_or()
498 struct symbol *sym1, *sym2; expr_join_and() local
[all...]
H A Dsymbol.c925 static int sym_rel_comp(const void *sym1, const void *sym2) in sym_rel_comp() argument
927 const struct sym_match *s1 = sym1; in sym_rel_comp()
/kernel/linux/linux-6.6/scripts/kconfig/
H A Dexpr.c434 struct symbol *sym1, *sym2; in expr_join_or() local
446 sym1 = tmp->left.sym; in expr_join_or()
448 sym1 = e1->left.sym; in expr_join_or()
455 if (sym1 != sym2) in expr_join_or()
457 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_or()
459 if (sym1->type == S_TRISTATE) { in expr_join_or()
464 return expr_alloc_comp(E_UNEQUAL, sym1, &symbol_no); in expr_join_or()
470 return expr_alloc_comp(E_UNEQUAL, sym1, &symbol_mod); in expr_join_or()
476 return expr_alloc_comp(E_UNEQUAL, sym1, in expr_join_or()
498 struct symbol *sym1, *sym2; expr_join_and() local
[all...]
H A Dsymbol.c881 static int sym_rel_comp(const void *sym1, const void *sym2) in sym_rel_comp() argument
883 const struct sym_match *s1 = sym1; in sym_rel_comp()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dapic.h371 #define apic_drivers(sym1, sym2) \
372 static struct apic *__apicdrivers_##sym1##sym2[2] __used \
374 __section(".apicdrivers") = { &sym1, &sym2 }
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dapic.h349 #define apic_drivers(sym1, sym2) \
350 static struct apic *__apicdrivers_##sym1##sym2[2] __used \
352 __section(".apicdrivers") = { &sym1, &sym2 }

Completed in 7 milliseconds