Searched refs:uint64_aligned_t (Results 1 – 7 of 7) sorted by relevance
148 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_memkb;[all …]
386 #ifndef uint64_aligned_t387 #define uint64_aligned_t uint64_t macro409 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_handle; /* IN: handle to the client page */[all …]
76 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 residency; /* Px residency time */[all …]
173 #define uint64_aligned_t uint64_t __attribute__((aligned(8))) macro179 typedef union { type *p; uint64_aligned_t q; } \
1022 #ifndef uint64_aligned_t1023 #define uint64_aligned_t uint64_t macro
30 #ifndef uint64_aligned_t31 #define uint64_aligned_t uint64_t macro110 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 addr;[all …]
97 typedef struct { union { type *p; uint64_aligned_t q; }; } \105 #define uint64_aligned_t uint64_t __attribute__((aligned(8))) macro