Searched refs:cpu_ucode_intel_match (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/sys/arch/amd64/amd64/ |
H A D | ucode.c | 82 int cpu_ucode_intel_match(struct intel_ucode_header *, uint32_t, uint32_t, 308 if (cpu_ucode_intel_match(hdr, sig, mask, current)) in cpu_ucode_intel_find() 359 cpu_ucode_intel_match(struct intel_ucode_header *hdr, in cpu_ucode_intel_match() function
|
/openbsd-src/sys/arch/i386/i386/ |
H A D | ucode.c | 82 int cpu_ucode_intel_match(struct intel_ucode_header *, uint32_t, uint32_t, 331 if (cpu_ucode_intel_match(hdr, sig, mask, current)) in cpu_ucode_intel_find() 382 cpu_ucode_intel_match(struct intel_ucode_header *hdr, in cpu_ucode_intel_match() function
|