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

/freebsd-current/sys/x86/include/
H A Ducode.h69 uint64_t *nrevp, uint64_t *orevp);
71 uint64_t *nrevp, uint64_t *orevp);
/freebsd-current/sys/x86/x86/
H A Ducode.c113 ucode_intel_load(const void *data, bool unsafe, uint64_t *nrevp, uint64_t *orevp) argument
140 if (nrevp != NULL)
141 *nrevp = nrev;
236 ucode_amd_load(const void *data, bool unsafe, uint64_t *nrevp, uint64_t *orevp) argument
260 if (nrevp != NULL)
261 *nrevp = nrev;

Completed in 113 milliseconds