Home
last modified time | relevance | path

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

/freebsd-12.1/sys/xen/interface/
H A Ddomctl.h104 uint64_aligned_t tot_pages;
105 uint64_aligned_t max_pages;
107 uint64_aligned_t shr_pages;
110 uint64_aligned_t cpu_time;
126 uint64_aligned_t max_pfns;
128 uint64_aligned_t start_pfn;
131 uint64_aligned_t num_pfns;
155 uint64_aligned_t num;
240 uint64_aligned_t max_memkb;
884 uint64_aligned_t pfn;
[all …]
H A Dmemory.h362 #ifndef uint64_aligned_t
363 #define uint64_aligned_t uint64_t macro
383 uint64_aligned_t buffer;
385 uint64_aligned_t gfn; /* IN: gfn of page being operated on */
436 uint64_aligned_t pfn;
474 uint64_aligned_t gfn; /* IN: gfn to nominate */
477 uint64_aligned_t handle; /* OUT: the handle */
481 uint64_aligned_t source_handle; /* IN: handle to the source page */
482 uint64_aligned_t client_gfn; /* IN: the client gfn */
488 uint64_aligned_t gfn; /* IN: gfn to debug */
[all …]
H A Dsysctl.h79 uint64_aligned_t buffer_mfn;
103 uint64_aligned_t total_pages;
104 uint64_aligned_t free_pages;
105 uint64_aligned_t scrub_pages;
106 uint64_aligned_t outstanding_pages;
179 uint64_aligned_t idletime;
207 uint64_aligned_t freq; /* Px core frequency */
208 uint64_aligned_t residency; /* Px residency time */
377 uint64_aligned_t get_avgfreq;
570 uint64_aligned_t major_frame;
[all …]
H A Darch-arm.h169 #define uint64_aligned_t uint64_t __attribute__((aligned(8))) macro
175 typedef union { type *p; uint64_aligned_t q; } \
H A Dxen.h903 #ifndef uint64_aligned_t
904 #define uint64_aligned_t uint64_t macro
/freebsd-12.1/sys/xen/interface/hvm/
H A Dhvm_op.h100 uint64_aligned_t first_pfn;
116 uint64_aligned_t first_pfn;
131 uint64_aligned_t first_pfn;
202 uint64_aligned_t cr2;
304 uint64_aligned_t ioreq_pfn; /* OUT - sync ioreq pfn */
305 uint64_aligned_t bufioreq_pfn; /* OUT - buffered ioreq pfn */
336 uint64_aligned_t start, end; /* IN - inclusive start and end of range */
/freebsd-12.1/sys/xen/interface/arch-x86/
H A Dxen-x86_32.h100 typedef struct { union { type *p; uint64_aligned_t q; }; } \
108 #define uint64_aligned_t uint64_t __attribute__((aligned(8))) macro