Searched refs:static_assert (Results 1 – 5 of 5) sorted by relevance
44 static_assert(ARRAY_SIZE(prot_str) == PROT_NUM_CODES); in print_decode_pgm_prot()
11 #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) macro
249 static_assert((fn & 0xc0000000) == 0 || \253 static_assert(idx < BIT(sizeof(feature.index) * BITS_PER_BYTE)); \364 static_assert(low_bit < high_bit); \365 static_assert((fn & 0xc0000000) == 0 || \369 static_assert(idx < BIT(sizeof(property.index) * BITS_PER_BYTE)); \
67 static_assert(sizeof(struct psw) == 16);199 static_assert(sizeof(struct lowcore) == 0x1900);
240 static_assert((AREA_NORMAL_PFN & GENMASK(63, 47)) == 0UL); in test_lam_user()