Searched refs:match_reg (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/arch/x86/include/asm/ |
D | microcode_amd.h | 36 u32 match_reg[8]; member
|
/Linux-v5.4/drivers/pci/ |
D | pci-acpi.c | 500 u32 match_reg, write_reg, header, orig_value; in program_hpx_type3_register() local 537 pci_read_config_dword(dev, pos + reg->match_offset, &match_reg); in program_hpx_type3_register() 539 if ((match_reg & reg->match_mask_and) != reg->match_value) in program_hpx_type3_register()
|
/Linux-v5.4/arch/arm/kvm/ |
D | coproc.c | 555 static int match_reg(const void *key, const void *elt) in match_reg() function 569 return bsearch((void *)pval, table, num, sizeof(table[0]), match_reg); in find_reg()
|