Searched refs:_reg (Results 1 – 2 of 2) sorted by relevance
| /tools/testing/selftests/powerpc/mm/ |
| A D | large_vm_gpr_corruption.c | 54 #define CHECK_REG(_reg) \ argument 55 if (_reg != _reg##_orig) { \ 56 printf(str(_reg) " corrupted! Expected 0x%lx != 0x%lx\n", _reg##_orig, \ 57 _reg); \
|
| /tools/include/linux/ |
| A D | bitfield.h | 60 #define __BF_FIELD_CHECK(_mask, _reg, _val, _pfx) \ argument 69 __bf_cast_unsigned(_reg, ~0ull), \ 123 #define FIELD_GET(_mask, _reg) \ argument 125 __BF_FIELD_CHECK(_mask, _reg, 0U, "FIELD_GET: "); \ 126 (typeof(_mask))(((_reg) & (_mask)) >> __bf_shf(_mask)); \
|
Completed in 5 milliseconds