Lines Matching defs:si
904 shared_info_t *si = HYPERVISOR_shared_info;
908 return ((si->evtchn_pending[evi] & (1ul << ev)) != 0);
1231 #define UNBLOCKED_EVENTS(si, ix, cpe, cpu_id) \
1232 ((si)->evtchn_pending[ix] & ~(si)->evtchn_mask[ix] & \
1259 volatile shared_info_t *si = HYPERVISOR_shared_info;
1266 ASSERT(&si->vcpu_info[cpu->cpu_id] == vci);
1291 while ((pe = UNBLOCKED_EVENTS(si, i, cpe, cpu->cpu_id)) != 0) {
1469 volatile shared_info_t *si = HYPERVISOR_shared_info;
1483 ulp = (volatile ulong_t *)&si->evtchn_mask[evi];
1493 if (si->evtchn_pending[evi] & (1ul << evb)) {
1512 volatile shared_info_t *si = HYPERVISOR_shared_info;
1520 maskp = (volatile ulong_t *)&si->evtchn_mask[evi];
1522 old = si->evtchn_mask[evi];
1540 shared_info_t *si = HYPERVISOR_shared_info;
1545 pendp = (volatile ulong_t *)&si->evtchn_pending[evi];