Home
last modified time | relevance | path

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

/Linux-v4.19/include/xen/interface/
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;
Dxen.h490 xen_ulong_t op;
492 xen_ulong_t args[6];
550 xen_ulong_t evtchn_pending_sel;
593 xen_ulong_t evtchn_pending[sizeof(xen_ulong_t) * 8];
594 xen_ulong_t evtchn_mask[sizeof(xen_ulong_t) * 8];
Dplatform.h141 xen_ulong_t status;
175 xen_ulong_t size;
186 xen_ulong_t size;
200 xen_ulong_t capsule_count;
207 xen_ulong_t capsule_count;
Devent_channel.h248 #define EVTCHN_2L_NR_CHANNELS (sizeof(xen_ulong_t) * sizeof(xen_ulong_t) * 64)
Dversion.h49 xen_ulong_t virt_start;
Dphysdev.h59 xen_ulong_t gmfn;
/Linux-v4.19/drivers/xen/events/
Devents_2l.c32 #define BITS_PER_EVTCHN_WORD (sizeof(xen_ulong_t)*8)
43 static DEFINE_PER_CPU(xen_ulong_t [EVTCHN_MASK_SIZE], cpu_evtchn_mask);
143 #define MASK_LSBS(w, i) (w & ((~((xen_ulong_t)0UL)) << i))
145 static inline xen_ulong_t active_evtchns(unsigned int cpu, in active_evtchns()
165 xen_ulong_t pending_words; in evtchn_2l_handle_events()
166 xen_ulong_t pending_bits; in evtchn_2l_handle_events()
196 xen_ulong_t words; in evtchn_2l_handle_events()
230 xen_ulong_t bits; in evtchn_2l_handle_events()
269 xen_ulong_t *cpu_evtchn = per_cpu(cpu_evtchn_mask, cpu); in xen_debug_interrupt()
320 xen_ulong_t pending = sh->evtchn_pending[i] in xen_debug_interrupt()
[all …]
/Linux-v4.19/include/xen/arm/
Dinterface.h44 typedef uint64_t xen_ulong_t; typedef
57 DEFINE_GUEST_HANDLE(xen_ulong_t);
/Linux-v4.19/include/xen/interface/hvm/
Ddm_op.h28 xen_ulong_t size;
/Linux-v4.19/drivers/xen/
Darm-device.c59 xen_ulong_t *idxs; in xen_map_device_mmio()
74 idxs = kcalloc(nr, sizeof(xen_ulong_t), GFP_KERNEL); in xen_map_device_mmio()
Dxlate_mmu.c77 xen_ulong_t h_idxs[XEN_PFN_PER_PAGE];
/Linux-v4.19/arch/x86/include/asm/xen/
Dinterface.h81 typedef unsigned long xen_ulong_t; typedef
95 DEFINE_GUEST_HANDLE(xen_ulong_t);