Home
last modified time | relevance | path

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

/freebsd/sys/x86/include/
H A Ducode.h68 int ucode_intel_load(const void *data, bool unsafe,
/freebsd/sys/x86/x86/
H A Ducode.c66 .load = ucode_intel_load,
113 ucode_intel_load(const void *data, bool unsafe, uint64_t *nrevp, uint64_t *orevp) in ucode_intel_load() function
/freebsd/sys/dev/cpuctl/
H A Dcpuctl.c347 d->ret = ucode_intel_load(d->ptr, true, NULL, NULL); in ucode_intel_load_rv()