Lines Matching refs:WARN_ON
44 if (WARN_ON(!check_encodable(addr, size))) in test_encode_decode()
56 if (WARN_ON(decode_watchpoint( in test_encode_decode()
60 if (WARN_ON(decode_watchpoint( in test_encode_decode()
66 if (WARN_ON(!decode_watchpoint( in test_encode_decode()
70 if (WARN_ON(verif_masked_addr != in test_encode_decode()
73 if (WARN_ON(verif_size != size)) in test_encode_decode()
75 if (WARN_ON(is_write != verif_is_write)) in test_encode_decode()
95 if (WARN_ON(!matching_access(10, 1, 10, 1))) in test_matching_access()
97 if (WARN_ON(!matching_access(10, 2, 11, 1))) in test_matching_access()
99 if (WARN_ON(!matching_access(10, 1, 9, 2))) in test_matching_access()
101 if (WARN_ON(matching_access(10, 1, 11, 1))) in test_matching_access()
103 if (WARN_ON(matching_access(9, 1, 10, 1))) in test_matching_access()
112 if (WARN_ON(!matching_access(8, 8, 12, 0))) in test_matching_access()