Home
last modified time | relevance | path

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

/linux-6.3-rc2/scripts/kconfig/
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()
479 if (sym1->type == S_BOOLEAN && sym1 == sym2) { in expr_join_or()
498 struct symbol *sym1, *sym2; in expr_join_and() local
510 sym1 = tmp->left.sym; in expr_join_and()
512 sym1 = e1->left.sym; in expr_join_and()
519 if (sym1 != sym2) in expr_join_and()
[all …]
A Dsymbol.c883 static int sym_rel_comp(const void *sym1, const void *sym2) in sym_rel_comp() argument
885 const struct sym_match *s1 = sym1; in sym_rel_comp()
/linux-6.3-rc2/arch/x86/include/asm/
A Dapic.h369 #define apic_drivers(sym1, sym2) \ argument
370 static struct apic *__apicdrivers_##sym1##sym2[2] __used \
372 __section(".apicdrivers") = { &sym1, &sym2 }

Completed in 8 milliseconds