Home
last modified time | relevance | path

Searched refs:_lhs (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/vfio/lib/include/libvfio/
H A Dassert.h17 #define VFIO_ASSERT_OP(_lhs, _rhs, _op, ...) do { \ argument
18 typeof(_lhs) __lhs = (_lhs); \
25 fprintf(stderr, " Expression: " #_lhs " " #_op " " #_rhs "\n"); \
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dgen-hyprel.c182 typeof(lhs) _lhs = (lhs); \
185 if (!(_lhs op _rhs)) { \
188 ", line=%d)", _lhs, _rhs, __LINE__); \