Home
last modified time | relevance | path

Searched refs:dopoll (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/cpu/amd_opteron/
H A Dao_poll.c48 int dopoll = 0; in ao_ms_poll_ownermask() local
57 dopoll = 1; in ao_ms_poll_ownermask()
62 dopoll = 1; in ao_ms_poll_ownermask()
65 if (dopoll) in ao_ms_poll_ownermask()
68 return (dopoll ? -1ULL : ~(1 << AMD_MCA_BANK_NB)); in ao_ms_poll_ownermask()
/illumos-gate/usr/src/uts/i86pc/cpu/generic_cpu/
H A Dgcpu_poll_ntv.c67 int dopoll = 0; in mch_pollowner() local
73 dopoll = 1; in mch_pollowner()
75 dopoll = 1; in mch_pollowner()
78 if (dopoll) in mch_pollowner()
82 return (dopoll); in mch_pollowner()
/illumos-gate/usr/src/uts/i86pc/cpu/authenticamd/
H A Dauthamd_main.c842 int dopoll = 0; in authamd_poll_ownermask() local
846 dopoll = 1; in authamd_poll_ownermask()
848 dopoll = 1; in authamd_poll_ownermask()
851 if (dopoll) in authamd_poll_ownermask()
854 return (dopoll ? -1ULL : ~(1 << AMD_MCA_BANK_NB)); in authamd_poll_ownermask()