Searched refs:uint64_aligned_t (Results 1 – 5 of 5) sorted by relevance
101 uint64_aligned_t tot_pages;102 uint64_aligned_t max_pages;103 uint64_aligned_t shared_info_frame; /* GMFN of shared_info struct */104 uint64_aligned_t cpu_time;118 uint64_aligned_t max_pfns;120 uint64_aligned_t start_pfn;123 uint64_aligned_t num_pfns;144 uint64_aligned_t gmfn; /* GMFN to query */156 uint64_aligned_t num;233 uint64_aligned_t pages; /* Size of buffer. Updated with actual size. */[all …]
77 uint64_aligned_t buffer_mfn;99 uint64_aligned_t total_pages;100 uint64_aligned_t free_pages;101 uint64_aligned_t scrub_pages;190 uint64_aligned_t idletime;211 uint64_aligned_t avail_bytes;/* Bytes available in the specified region. */218 uint64_aligned_t freq; /* Px core frequency */219 uint64_aligned_t residency; /* Px residency time */220 uint64_aligned_t count; /* Px transition count */239 uint64_aligned_t idle_time; /* idle time from boot */
658 #ifndef uint64_aligned_t659 #define uint64_aligned_t uint64_t macro
85 uint64_aligned_t first_pfn;87 uint64_aligned_t nr;101 uint64_aligned_t first_pfn;103 uint64_aligned_t nr;121 uint64_aligned_t first_pfn;123 uint64_aligned_t nr;
114 typedef struct { union { type *p; uint64_aligned_t q; }; } \125 typedef struct { union { type *p; uint64_aligned_t q; } u; }\135 #define uint64_aligned_t uint64_t __attribute__((aligned(8))) macro