Searched refs:xen_ulong_t (Results 1 – 18 of 18) sorted by relevance
/openbmc/linux/include/xen/interface/ |
H A D | memory.h | 38 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 D | xen.h | 473 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 D | platform.h | 124 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 D | event_channel.h | 248 #define EVTCHN_2L_NR_CHANNELS (sizeof(xen_ulong_t) * sizeof(xen_ulong_t) * 64)
|
H A D | version.h | 49 xen_ulong_t virt_start;
|
H A D | physdev.h | 41 xen_ulong_t gmfn;
|
/openbmc/linux/drivers/xen/events/ |
H A D | events_2l.c | 32 #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 D | memory.h | 63 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 D | xen.h | 37 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 D | event_channel.h | 329 #define EVTCHN_2L_NR_CHANNELS (sizeof(xen_ulong_t) * sizeof(xen_ulong_t) * 64)
|
H A D | version.h | 47 xen_ulong_t virt_start;
|
H A D | arch-arm.h | 197 typedef uint64_t xen_ulong_t; typedef
|
/openbmc/linux/include/xen/arm/ |
H A D | interface.h | 44 typedef uint64_t xen_ulong_t; typedef 57 DEFINE_GUEST_HANDLE(xen_ulong_t);
|
/openbmc/linux/include/xen/interface/hvm/ |
H A D | dm_op.h | 11 xen_ulong_t size;
|
/openbmc/linux/drivers/xen/ |
H A D | arm-device.c | 48 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 D | xlate_mmu.c | 78 xen_ulong_t h_idxs[XEN_PFN_PER_PAGE];
|
/openbmc/linux/arch/x86/include/asm/xen/ |
H A D | interface.h | 81 typedef unsigned long xen_ulong_t; typedef 95 DEFINE_GUEST_HANDLE(xen_ulong_t);
|
/openbmc/qemu/include/hw/xen/interface/arch-x86/ |
H A D | xen.h | 104 typedef unsigned long xen_ulong_t; typedef
|