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