Home
last modified time | relevance | path

Searched refs:sigmatch (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/x86/include/asm/
Dmicrocode_intel.h54 #define sigmatch(s1, s2, p1, p2) \ macro
/linux-4.1.27/arch/x86/kernel/cpu/microcode/
Dintel_lib.c38 return (!sigmatch(sig, csig, pf, cpf)) ? 0 : 1; in update_match_cpu()