Symbol: uint64_aligned_t
usr/src/uts/common/xen/public/arch-x86/xen-x86_32.h
114
typedef struct { union { type *p; uint64_aligned_t q; }; } \
usr/src/uts/common/xen/public/arch-x86/xen-x86_32.h
125
typedef struct { union { type *p; uint64_aligned_t q; } u; }\
usr/src/uts/common/xen/public/domctl.h
101
uint64_aligned_t tot_pages;
usr/src/uts/common/xen/public/domctl.h
102
uint64_aligned_t max_pages;
usr/src/uts/common/xen/public/domctl.h
103
uint64_aligned_t shared_info_frame; /* GMFN of shared_info struct */
usr/src/uts/common/xen/public/domctl.h
104
uint64_aligned_t cpu_time;
usr/src/uts/common/xen/public/domctl.h
118
uint64_aligned_t max_pfns;
usr/src/uts/common/xen/public/domctl.h
120
uint64_aligned_t start_pfn;
usr/src/uts/common/xen/public/domctl.h
123
uint64_aligned_t num_pfns;
usr/src/uts/common/xen/public/domctl.h
144
uint64_aligned_t gmfn; /* GMFN to query */
usr/src/uts/common/xen/public/domctl.h
156
uint64_aligned_t num;
usr/src/uts/common/xen/public/domctl.h
233
uint64_aligned_t pages; /* Size of buffer. Updated with actual size. */
usr/src/uts/common/xen/public/domctl.h
243
uint64_aligned_t max_memkb;
usr/src/uts/common/xen/public/domctl.h
267
uint64_aligned_t cpu_time; /* total cpu time consumed (ns) */
usr/src/uts/common/xen/public/domctl.h
305
uint64_aligned_t period;
usr/src/uts/common/xen/public/domctl.h
306
uint64_aligned_t slice;
usr/src/uts/common/xen/public/domctl.h
307
uint64_aligned_t latency;
usr/src/uts/common/xen/public/domctl.h
348
uint64_aligned_t first_mfn;/* first page (physical page number) in range */
usr/src/uts/common/xen/public/domctl.h
349
uint64_aligned_t nr_mfns; /* number of pages in range (>0) */
usr/src/uts/common/xen/public/domctl.h
368
uint64_aligned_t gmfn; /* GMFN to be initialised */
usr/src/uts/common/xen/public/domctl.h
382
uint64_aligned_t flags; /* XEN_DOMAINSETUP_* */
usr/src/uts/common/xen/public/domctl.h
384
uint64_aligned_t bp; /* mpaddr of boot param area */
usr/src/uts/common/xen/public/domctl.h
385
uint64_aligned_t maxmem; /* Highest memory address for MDT. */
usr/src/uts/common/xen/public/domctl.h
386
uint64_aligned_t xsi_va; /* Xen shared_info area virtual address. */
usr/src/uts/common/xen/public/domctl.h
489
uint64_aligned_t gtable;
usr/src/uts/common/xen/public/domctl.h
502
uint64_aligned_t first_gfn; /* first page (hvm guest phys page) in range */
usr/src/uts/common/xen/public/domctl.h
503
uint64_aligned_t first_mfn; /* first page (machine page) in range */
usr/src/uts/common/xen/public/domctl.h
504
uint64_aligned_t nr_mfns; /* number of pages in range (>0) */
usr/src/uts/common/xen/public/domctl.h
536
uint64_aligned_t start, end;
usr/src/uts/common/xen/public/domctl.h
556
uint64_aligned_t syscall32_callback_eip;
usr/src/uts/common/xen/public/domctl.h
557
uint64_aligned_t sysenter_callback_eip;
usr/src/uts/common/xen/public/hvm/hvm_op.h
101
uint64_aligned_t first_pfn;
usr/src/uts/common/xen/public/hvm/hvm_op.h
103
uint64_aligned_t nr;
usr/src/uts/common/xen/public/hvm/hvm_op.h
121
uint64_aligned_t first_pfn;
usr/src/uts/common/xen/public/hvm/hvm_op.h
123
uint64_aligned_t nr;
usr/src/uts/common/xen/public/hvm/hvm_op.h
85
uint64_aligned_t first_pfn;
usr/src/uts/common/xen/public/hvm/hvm_op.h
87
uint64_aligned_t nr;
usr/src/uts/common/xen/public/sysctl.h
100
uint64_aligned_t free_pages;
usr/src/uts/common/xen/public/sysctl.h
101
uint64_aligned_t scrub_pages;
usr/src/uts/common/xen/public/sysctl.h
190
uint64_aligned_t idletime;
usr/src/uts/common/xen/public/sysctl.h
211
uint64_aligned_t avail_bytes;/* Bytes available in the specified region. */
usr/src/uts/common/xen/public/sysctl.h
218
uint64_aligned_t freq; /* Px core frequency */
usr/src/uts/common/xen/public/sysctl.h
219
uint64_aligned_t residency; /* Px residency time */
usr/src/uts/common/xen/public/sysctl.h
220
uint64_aligned_t count; /* Px transition count */
usr/src/uts/common/xen/public/sysctl.h
239
uint64_aligned_t idle_time; /* idle time from boot */
usr/src/uts/common/xen/public/sysctl.h
77
uint64_aligned_t buffer_mfn;
usr/src/uts/common/xen/public/sysctl.h
99
uint64_aligned_t total_pages;
usr/src/uts/common/xen/public/xen.h
658
#ifndef uint64_aligned_t