Searched refs:ucode_load_how (Results 1 – 2 of 2) sorted by relevance
| /src/sys/x86/include/ ! |
| H A D | ucode.h | 65 typedef enum { SAFE, UNSAFE, EARLY } ucode_load_how; typedef 70 int ucode_intel_load(const void *data, ucode_load_how unsafe, 72 int ucode_amd_load(const void *data, ucode_load_how how,
|
| /src/sys/x86/x86/ ! |
| H A D | ucode.c | 62 int (*load)(const void *, ucode_load_how how, uint64_t *, uint64_t *); 118 ucode_intel_load(const void *data, ucode_load_how how, uint64_t *nrevp, in ucode_intel_load() 255 ucode_amd_load(const void *data, ucode_load_how how, uint64_t *nrevp, in ucode_amd_load()
|