Home
last modified time | relevance | path

Searched refs:_y (Results 1 – 5 of 5) sorted by relevance

/arch/powerpc/boot/
Dtypes.h30 typeof(y) _y = (y); \
31 (void) (&_x == &_y); \
32 _x < _y ? _x : _y; })
36 typeof(y) _y = (y); \
37 (void) (&_x == &_y); \
38 _x > _y ? _x : _y; })
/arch/powerpc/kexec/
Dranges.c124 static int rngcmp(const void *_x, const void *_y) in rngcmp() argument
126 const struct crash_mem_range *x = _x, *y = _y; in rngcmp()
/arch/powerpc/kernel/
Dmodule_32.c47 static int relacmp(const void *_x, const void *_y) in relacmp() argument
52 x = (Elf32_Rela *)_y; in relacmp()
Dmodule_64.c171 static int relacmp(const void *_x, const void *_y) in relacmp() argument
176 x = (Elf64_Rela *)_y; in relacmp()
/arch/x86/kvm/
Demulate.c4411 #define D(_y) { .flags = (_y) } argument
4412 #define DI(_y, _i) { .flags = (_y)|Intercept, .intercept = x86_intercept_##_i } argument
4413 #define DIP(_y, _i, _p) { .flags = (_y)|Intercept|CheckPerm, \ argument