On 03/08/21 06:46, Mingwei Zhang wrote:
+ union { + struct { + atomic64_t pages_4k; + atomic64_t pages_2m; + atomic64_t pages_1g; + atomic64_t pages_512g; + }; + atomic64_t pages[4]; + }; u64 nx_lpage_splits;
This array can use KVM_NR_PAGE_SIZES as the size. Queued, thanks! Paolo