Searched refs:assert_op (Results 1 – 1 of 1) sorted by relevance
/linux/arch/arm64/kvm/hyp/nvhe/ |
H A D | gen-hyprel.c | 180 #define assert_op(lhs, rhs, fmt, op) \ macro 192 #define assert_eq(lhs, rhs, fmt) assert_op(lhs, rhs, fmt, ==) 193 #define assert_ne(lhs, rhs, fmt) assert_op(lhs, rhs, fmt, !=) 194 #define assert_lt(lhs, rhs, fmt) assert_op(lhs, rhs, fmt, <) 195 #define assert_ge(lhs, rhs, fmt) assert_op(lhs, rhs, fmt, >=)
|