Home
last modified time | relevance | path

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

/freebsd/sys/x86/x86/
H A Ducode.c113 ucode_intel_load(const void *data, bool unsafe, uint64_t *nrevp, uint64_t *orevp) in ucode_intel_load() argument
142 if (orevp != NULL) in ucode_intel_load()
143 *orevp = orev; in ucode_intel_load()
236 ucode_amd_load(const void *data, bool unsafe, uint64_t *nrevp, uint64_t *orevp) in ucode_amd_load() argument
262 if (orevp != NULL) in ucode_amd_load()
263 *orevp = orev; in ucode_amd_load()
/freebsd/sys/x86/include/
H A Ducode.h69 uint64_t *nrevp, uint64_t *orevp);
71 uint64_t *nrevp, uint64_t *orevp);