Home
last modified time | relevance | path

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

/linux-5.19.10/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.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];
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;
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.h41 xen_ulong_t gmfn;
/linux-5.19.10/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);
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()
[all …]
/linux-5.19.10/include/xen/arm/
Dinterface.h44 typedef uint64_t xen_ulong_t; typedef
57 DEFINE_GUEST_HANDLE(xen_ulong_t);
/linux-5.19.10/include/xen/interface/hvm/
Ddm_op.h11 xen_ulong_t size;
/linux-5.19.10/drivers/xen/
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()
Dxlate_mmu.c78 xen_ulong_t h_idxs[XEN_PFN_PER_PAGE];
/linux-5.19.10/arch/x86/include/asm/xen/
Dinterface.h81 typedef unsigned long xen_ulong_t; typedef
95 DEFINE_GUEST_HANDLE(xen_ulong_t);