Searched refs:uint64_aligned_t (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/sys/contrib/xen/hvm/
H A Ddm_op.h30 #ifndef uint64_aligned_t
31 #define uint64_aligned_t uint64_t macro
110 uint64_aligned_t ioreq_gfn;
112 uint64_aligned_t bufioreq_gfn;
148 uint64_aligned_t start, end;
206 uint64_aligned_t first_pfn;
281 uint64_aligned_t first_pfn;
302 uint64_aligned_t first_pfn;
336 uint64_aligned_t cr2;
350 uint64_aligned_t add
[all...]
/freebsd-current/sys/contrib/xen/
H A Dmemory.h386 #ifndef uint64_aligned_t
387 #define uint64_aligned_t uint64_t macro
409 uint64_aligned_t gfn;
467 uint64_aligned_t pfn;
518 uint64_aligned_t gfn; /* IN: gfn to nominate */
521 uint64_aligned_t handle; /* OUT: the handle */
524 uint64_aligned_t source_gfn; /* IN: the gfn of the source page */
525 uint64_aligned_t source_handle; /* IN: handle to the source page */
526 uint64_aligned_t client_gfn; /* IN: the client gfn */
527 uint64_aligned_t client_handl
[all...]
H A Ddomctl.h148 uint64_aligned_t tot_pages;
149 uint64_aligned_t max_pages;
150 uint64_aligned_t outstanding_pages;
151 uint64_aligned_t shr_pages;
152 uint64_aligned_t paged_pages;
153 uint64_aligned_t shared_info_frame; /* GMFN of shared_info struct */
154 uint64_aligned_t cpu_time;
191 uint64_aligned_t num;
275 uint64_aligned_t pages; /* Size of buffer. Updated with actual size. */
283 uint64_aligned_t max_memk
[all...]
H A Dsysctl.h76 uint64_aligned_t buffer_mfn;
123 uint64_aligned_t total_pages;
124 uint64_aligned_t free_pages;
125 uint64_aligned_t scrub_pages;
126 uint64_aligned_t outstanding_pages;
127 uint64_aligned_t max_mfn; /* Largest possible MFN on this host */
187 uint64_aligned_t idletime;
206 uint64_aligned_t avail_bytes;/* Bytes available in the specified region. */
211 uint64_aligned_t freq; /* Px core frequency */
212 uint64_aligned_t residenc
[all...]
H A Darch-arm.h173 #define uint64_aligned_t uint64_t __attribute__((aligned(8))) macro
179 typedef union { type *p; uint64_aligned_t q; } \
H A Dxen.h1022 #ifndef uint64_aligned_t
1023 #define uint64_aligned_t uint64_t macro
/freebsd-current/sys/contrib/xen/arch-x86/
H A Dxen-x86_32.h97 typedef struct { union { type *p; uint64_aligned_t q; }; } \
105 #define uint64_aligned_t uint64_t __attribute__((aligned(8))) macro

Completed in 99 milliseconds