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.h70 int ucode_intel_load(const void *data, ucode_load_how unsafe,
/freebsd/sys/x86/x86/
H A Ducode.c67 .load = ucode_intel_load,
118 ucode_intel_load(const void *data, ucode_load_how how, uint64_t *nrevp, in ucode_intel_load() function
/freebsd/sys/dev/cpuctl/
H A Dcpuctl.c347 d->ret = ucode_intel_load(d->ptr, SAFE, NULL, NULL); in ucode_intel_load_rv()