Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dmicrocode_amd.h36 u32 match_reg[8]; member
/Linux-v4.19/arch/arm/kvm/
Dcoproc.c562 static int match_reg(const void *key, const void *elt) in match_reg() function
576 return bsearch((void *)pval, table, num, sizeof(table[0]), match_reg); in find_reg()