Home
last modified time | relevance | path

Searched refs:xen_ulong_t (Results 1 – 18 of 18) sorted by relevance

/openbmc/linux/include/xen/interface/
H A Dmemory.h38 xen_ulong_t nr_extents;
96 xen_ulong_t nr_exchanged;
152 xen_ulong_t v_start, v_end; /* Start and end virtual addresses. */
153 xen_ulong_t max_mfn; /* Maximum MFN that can be looked up. */
183 xen_ulong_t idx;
205 GUEST_HANDLE(xen_ulong_t) idxs;
H A Dxen.h473 xen_ulong_t op;
475 xen_ulong_t args[6];
533 xen_ulong_t evtchn_pending_sel;
576 xen_ulong_t evtchn_pending[sizeof(xen_ulong_t) * 8];
577 xen_ulong_t evtchn_mask[sizeof(xen_ulong_t) * 8];
H A Dplatform.h124 xen_ulong_t status;
158 xen_ulong_t size;
169 xen_ulong_t size;
183 xen_ulong_t capsule_count;
190 xen_ulong_t capsule_count;
H A Devent_channel.h248 #define EVTCHN_2L_NR_CHANNELS (sizeof(xen_ulong_t) * sizeof(xen_ulong_t) * 64)
H A Dversion.h49 xen_ulong_t virt_start;
H A Dphysdev.h41 xen_ulong_t gmfn;
/openbmc/linux/drivers/xen/events/
H A Devents_2l.c32 #define BITS_PER_EVTCHN_WORD (sizeof(xen_ulong_t)*8)
145 #define MASK_LSBS(w, i) (w & ((~((xen_ulong_t)0UL)) << i))
147 static inline xen_ulong_t active_evtchns(unsigned int cpu, in active_evtchns()
167 xen_ulong_t pending_words; in evtchn_2l_handle_events()
168 xen_ulong_t pending_bits; in evtchn_2l_handle_events()
198 xen_ulong_t words; in evtchn_2l_handle_events()
232 xen_ulong_t bits; in evtchn_2l_handle_events()
268 xen_ulong_t *cpu_evtchn = per_cpu(cpu_evtchn_mask, cpu); in xen_debug_interrupt()
319 xen_ulong_t pending = sh->evtchn_pending[i] in xen_debug_interrupt()
353 memset(per_cpu(cpu_evtchn_mask, i), 0, sizeof(xen_ulong_t) * in evtchn_2l_resume()
[all …]
/openbmc/qemu/include/hw/xen/interface/
H A Dmemory.h63 xen_ulong_t nr_extents;
122 xen_ulong_t nr_exchanged;
201 xen_ulong_t v_start, v_end; /* Start and end virtual addresses. */
202 xen_ulong_t max_mfn; /* Maximum MFN that can be looked up. */
240 xen_ulong_t idx;
269 XEN_GUEST_HANDLE(xen_ulong_t) idxs;
579 xen_ulong_t nr_pages;
H A Dxen.h37 DEFINE_XEN_GUEST_HANDLE(xen_ulong_t);
629 xen_ulong_t op, result;
630 xen_ulong_t args[6];
710 xen_ulong_t evtchn_pending_sel;
761 xen_ulong_t evtchn_pending[sizeof(xen_ulong_t) * 8];
762 xen_ulong_t evtchn_mask[sizeof(xen_ulong_t) * 8];
H A Devent_channel.h329 #define EVTCHN_2L_NR_CHANNELS (sizeof(xen_ulong_t) * sizeof(xen_ulong_t) * 64)
H A Dversion.h47 xen_ulong_t virt_start;
H A Darch-arm.h197 typedef uint64_t xen_ulong_t; typedef
/openbmc/linux/include/xen/arm/
H A Dinterface.h44 typedef uint64_t xen_ulong_t; typedef
57 DEFINE_GUEST_HANDLE(xen_ulong_t);
/openbmc/linux/include/xen/interface/hvm/
H A Ddm_op.h11 xen_ulong_t size;
/openbmc/linux/drivers/xen/
H A Darm-device.c48 xen_ulong_t *idxs; in xen_map_device_mmio()
63 idxs = kcalloc(nr, sizeof(xen_ulong_t), GFP_KERNEL); in xen_map_device_mmio()
H A Dxlate_mmu.c78 xen_ulong_t h_idxs[XEN_PFN_PER_PAGE];
/openbmc/linux/arch/x86/include/asm/xen/
H A Dinterface.h81 typedef unsigned long xen_ulong_t; typedef
95 DEFINE_GUEST_HANDLE(xen_ulong_t);
/openbmc/qemu/include/hw/xen/interface/arch-x86/
H A Dxen.h104 typedef unsigned long xen_ulong_t; typedef