Searched refs:uint64_aligned_t (Results 1 – 7 of 7) sorted by relevance
104 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 …]
362 #ifndef uint64_aligned_t363 #define uint64_aligned_t uint64_t macro383 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 …]
79 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 …]
169 #define uint64_aligned_t uint64_t __attribute__((aligned(8))) macro175 typedef union { type *p; uint64_aligned_t q; } \
903 #ifndef uint64_aligned_t904 #define uint64_aligned_t uint64_t macro
100 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 */
100 typedef struct { union { type *p; uint64_aligned_t q; }; } \108 #define uint64_aligned_t uint64_t __attribute__((aligned(8))) macro