Lines Matching refs:WARN_ON
36 if (WARN_ON(!check_encodable(addr, size))) in test_encode_decode()
48 if (WARN_ON(decode_watchpoint( in test_encode_decode()
52 if (WARN_ON(decode_watchpoint( in test_encode_decode()
58 if (WARN_ON(!decode_watchpoint( in test_encode_decode()
62 if (WARN_ON(verif_masked_addr != in test_encode_decode()
65 if (WARN_ON(verif_size != size)) in test_encode_decode()
67 if (WARN_ON(is_write != verif_is_write)) in test_encode_decode()
87 if (WARN_ON(!matching_access(10, 1, 10, 1))) in test_matching_access()
89 if (WARN_ON(!matching_access(10, 2, 11, 1))) in test_matching_access()
91 if (WARN_ON(!matching_access(10, 1, 9, 2))) in test_matching_access()
93 if (WARN_ON(matching_access(10, 1, 11, 1))) in test_matching_access()
95 if (WARN_ON(matching_access(9, 1, 10, 1))) in test_matching_access()
104 if (WARN_ON(!matching_access(8, 8, 12, 0))) in test_matching_access()