Searched refs:x86_mcinfo_nentries (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/i86xpv/cpu/generic_cpu/
H A Dgcpu_poll_xpv.c99 x86_mcinfo_nentries(&gcpu_xpv_polldata));
H A Dgcpu_mca_xpv.c97 while (idx < x86_mcinfo_nentries(mi) &&
173 * There are x86_mcinfo_nentries(mi) entries. An entry of type
189 while (idx < x86_mcinfo_nentries(mi)) {
/illumos-gate/usr/src/uts/common/xen/public/arch-x86/
H A Dxen-mca.h290 * uint32_t x86_mcinfo_nentries(struct mc_info *mi);
292 #define x86_mcinfo_nentries(_mi) \ macro
317 for (i = 0; i < x86_mcinfo_nentries(_mi); i++) { \

Completed in 48 milliseconds