Lines Matching refs:static_assert
303 static_assert(sizeof(union pgste) == sizeof(unsigned long));
304 static_assert(sizeof(union pte) == sizeof(unsigned long));
305 static_assert(sizeof(union pmd) == sizeof(unsigned long));
306 static_assert(sizeof(union pud) == sizeof(unsigned long));
307 static_assert(sizeof(union p4d) == sizeof(unsigned long));
308 static_assert(sizeof(union pgd) == sizeof(unsigned long));
309 static_assert(sizeof(union crste) == sizeof(unsigned long));
310 static_assert(sizeof(union skey) == sizeof(char));
343 static_assert(sizeof(struct crst_table) == _CRST_TABLE_SIZE);
344 static_assert(sizeof(struct page_table) == PAGE_SIZE);
474 static_assert(sizeof(struct vsie_rmap) == 2 * sizeof(long));