Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/kconfig/
Dexpr.c355 struct symbol *sym1, *sym2; in expr_join_or() local
367 sym1 = tmp->left.sym; in expr_join_or()
369 sym1 = e1->left.sym; in expr_join_or()
376 if (sym1 != sym2) in expr_join_or()
378 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_or()
380 if (sym1->type == S_TRISTATE) { in expr_join_or()
385 return expr_alloc_comp(E_UNEQUAL, sym1, &symbol_no); in expr_join_or()
391 return expr_alloc_comp(E_UNEQUAL, sym1, &symbol_mod); in expr_join_or()
397 return expr_alloc_comp(E_UNEQUAL, sym1, &symbol_yes); in expr_join_or()
400 if (sym1->type == S_BOOLEAN && sym1 == sym2) { in expr_join_or()
[all …]
Dsymbol.c967 static int sym_rel_comp(const void *sym1, const void *sym2) in sym_rel_comp() argument
969 const struct sym_match *s1 = sym1; in sym_rel_comp()
/linux-4.1.27/arch/x86/include/asm/
Dapic.h370 #define apic_drivers(sym1, sym2) \ argument
371 static struct apic *__apicdrivers_##sym1##sym2[2] __used \
373 __section(.apicdrivers) = { &sym1, &sym2 }