Displaying 1 result from an estimated 1 matches for "vcpu_info_addr".
2006 Oct 04
0
[PATCH,RFC 6/17] 32-on-64 shared info handling
...(test_bit(d->pirq_to_evtchn[irq]/BITS_PER_LONG,
-                                 &d->shared_info->vcpu_info[0].
-                                 evtchn_pending_sel) ?
+                       (test_bit(d->pirq_to_evtchn[irq]/BITS_PER_GUEST_LONG(d),
+                                 vcpu_info_addr(d->vcpu[0], evtchn_pending_sel)) ?
                         ''S'' : ''-''),
                        (test_bit(d->pirq_to_evtchn[irq],
-                                 d->shared_info->evtchn_mask) ?
+                                 shared_info_addr(d, ev...