Home
last modified time | relevance | path

Searched refs:nrevp (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/x86/x86/
H A Ducode.c118 ucode_intel_load(const void *data, ucode_load_how how, uint64_t *nrevp, in ucode_intel_load() argument
159 if (nrevp != NULL) in ucode_intel_load()
160 *nrevp = nrev; in ucode_intel_load()
255 ucode_amd_load(const void *data, ucode_load_how how, uint64_t *nrevp, in ucode_amd_load() argument
290 if (nrevp != NULL) in ucode_amd_load()
291 *nrevp = nrev; in ucode_amd_load()
/freebsd/sys/x86/include/
H A Ducode.h71 uint64_t *nrevp, uint64_t *orevp);
73 uint64_t *nrevp, uint64_t *orevp);