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

/freebsd-10.1-release/sys/xen/interface/
H A Ddomctl.h95 uint64_aligned_t tot_pages;
96 uint64_aligned_t max_pages;
97 uint64_aligned_t shr_pages;
98 uint64_aligned_t paged_pages;
99 uint64_aligned_t shared_info_frame; /* GMFN of shared_info struct */
100 uint64_aligned_t cpu_time;
115 uint64_aligned_t max_pfns;
117 uint64_aligned_t start_pfn;
120 uint64_aligned_t num_pfns;
143 uint64_aligned_t gmf
[all...]
H A Dmemory.h310 #ifndef uint64_aligned_t
311 #define uint64_aligned_t uint64_t macro
335 uint64_aligned_t buffer;
337 uint64_aligned_t gfn; /* IN: gfn of page being operated on */
376 uint64_aligned_t gfn; /* IN: gfn to nominate */
379 uint64_aligned_t handle; /* OUT: the handle */
382 uint64_aligned_t source_gfn; /* IN: the gfn of the source page */
383 uint64_aligned_t source_handle; /* IN: handle to the source page */
384 uint64_aligned_t client_gfn; /* IN: the client gfn */
385 uint64_aligned_t client_handl
[all...]
H A Dsysctl.h77 uint64_aligned_t buffer_mfn;
101 uint64_aligned_t total_pages;
102 uint64_aligned_t free_pages;
103 uint64_aligned_t scrub_pages;
176 uint64_aligned_t idletime;
197 uint64_aligned_t avail_bytes;/* Bytes available in the specified region. */
204 uint64_aligned_t freq; /* Px core frequency */
205 uint64_aligned_t residency; /* Px residency time */
206 uint64_aligned_t count; /* Px transition count */
225 uint64_aligned_t idle_tim
[all...]
H A Dxen.h817 #ifndef uint64_aligned_t
818 #define uint64_aligned_t uint64_t macro
H A Darch-ia64.h51 #define uint64_aligned_t uint64_t macro
/freebsd-10.1-release/sys/xen/interface/hvm/
H A Dhvm_op.h94 uint64_aligned_t first_pfn;
96 uint64_aligned_t nr;
110 uint64_aligned_t first_pfn;
112 uint64_aligned_t nr;
127 uint64_aligned_t first_pfn;
191 uint64_aligned_t first_pfn;
204 uint64_aligned_t pfn;
236 uint64_aligned_t cr2;
/freebsd-10.1-release/sys/xen/interface/arch-x86/
H A Dxen-x86_32.h100 typedef struct { union { type *p; uint64_aligned_t q; }; } \
107 #define uint64_aligned_t uint64_t __attribute__((aligned(8))) macro

Completed in 199 milliseconds