Home
last modified time | relevance | path

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

/linux-6.15/scripts/gendwarfksyms/examples/
H A Dkabi.h46 #define __KABI_NORMAL_SIZE_ALIGN(_orig, _new) \ argument
49 sizeof(struct { _new; }) <= sizeof(struct { _orig; }), \
51 _new) " is larger than " __stringify(_orig)); \
54 __alignof__(struct { _orig; }), \
56 _orig) " is not aligned the same as " __stringify(_new)); \
59 #define __KABI_REPLACE(_orig, _new) \ argument
63 _orig; \
65 __KABI_NORMAL_SIZE_ALIGN(_orig, _new); \
/linux-6.15/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, \