Searched refs:xen_ulong_t (Results 1 – 18 of 18) sorted by relevance
/xen-4.10.0-shim-comet/xen/include/public/ |
A D | memory.h | 80 xen_ulong_t nr_extents; 139 xen_ulong_t nr_exchanged; 211 xen_ulong_t v_start, v_end; /* Start and end virtual addresses. */ 212 xen_ulong_t max_mfn; /* Maximum MFN that can be looked up. */ 250 xen_ulong_t idx; 279 XEN_GUEST_HANDLE(xen_ulong_t) idxs; 576 xen_ulong_t nr_pages;
|
A D | xen.h | 54 DEFINE_XEN_GUEST_HANDLE(xen_ulong_t); 606 xen_ulong_t op, result; 607 xen_ulong_t args[6]; 687 xen_ulong_t evtchn_pending_sel; 738 xen_ulong_t evtchn_pending[sizeof(xen_ulong_t) * 8]; 739 xen_ulong_t evtchn_mask[sizeof(xen_ulong_t) * 8];
|
A D | platform.h | 172 xen_ulong_t status; 196 xen_ulong_t size; 202 xen_ulong_t size; 217 xen_ulong_t capsule_count; 224 xen_ulong_t capsule_count; 301 xen_ulong_t size; 306 xen_ulong_t size;
|
A D | event_channel.h | 343 #define EVTCHN_2L_NR_CHANNELS (sizeof(xen_ulong_t) * sizeof(xen_ulong_t) * 64)
|
A D | version.h | 64 xen_ulong_t virt_start;
|
A D | arch-arm.h | 283 typedef uint64_t xen_ulong_t; typedef
|
/xen-4.10.0-shim-comet/xen/common/compat/ |
A D | multicall.c | 33 xen_ulong_t args[6]; in __trace_multicall_call()
|
A D | memory.c | 26 static int get_reserved_device_memory(xen_pfn_t start, xen_ulong_t nr, in get_reserved_device_memory() 255 xen_ulong_t *idxs = (void *)(nat.atpb + 1); in compat_memory_op()
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | trace.h | 48 const xen_ulong_t *args);
|
A D | iommu.h | 137 typedef int iommu_grdm_t(xen_pfn_t start, xen_ulong_t nr, u32 id, void *ctxt);
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | hypercall.h | 67 XEN_GUEST_HANDLE_PARAM(xen_ulong_t) frame_list,
|
/xen-4.10.0-shim-comet/xen/include/public/hvm/ |
A D | dm_op.h | 399 xen_ulong_t size;
|
/xen-4.10.0-shim-comet/xen/include/public/arch-x86/ |
A D | xen.h | 121 typedef unsigned long xen_ulong_t; typedef
|
/xen-4.10.0-shim-comet/xen/arch/x86/pv/ |
A D | descriptor-tables.c | 104 long do_set_gdt(XEN_GUEST_HANDLE_PARAM(xen_ulong_t) frame_list, in do_set_gdt()
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | memory.c | 837 xen_ulong_t idx; in xenmem_add_to_physmap_batch() 937 static int get_reserved_device_memory(xen_pfn_t start, xen_ulong_t nr, in get_reserved_device_memory()
|
A D | trace.c | 823 const xen_ulong_t *args) in __trace_hypercall()
|
/xen-4.10.0-shim-comet/tools/libxc/include/ |
A D | xenctrl.h | 1415 xen_ulong_t *idxs,
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_domain.c | 1068 xen_ulong_t *idxs, in xc_domain_add_to_physmap_batch()
|
Completed in 32 milliseconds