Home
last modified time | relevance | path

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

/linux/scripts/gendwarfksyms/examples/
H A Dkabi.h49 #define __KABI_NORMAL_SIZE_ALIGN(_orig, _new) \ argument
52 sizeof(struct { _new; }) <= sizeof(struct { _orig; }), \
54 _new) " is larger than " __stringify(_orig)); \
57 __alignof__(struct { _orig; }), \
59 _orig) " is not aligned the same as " __stringify(_new)); \
62 #define __KABI_REPLACE(_orig, _new) \ argument
66 _orig; \
68 __KABI_NORMAL_SIZE_ALIGN(_orig, _new); \
/linux/tools/testing/selftests/powerpc/mm/
H A Dlarge_vm_gpr_corruption.c55 if (_reg != _reg##_orig) { \
56 printf(str(_reg) " corrupted! Expected 0x%lx != 0x%lx\n", _reg##_orig, \