Searched refs:ifnot (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/arch/sparc/vdso/ |
D | vdso2c.c | 106 #define GBE(x, bits, ifnot) \ argument 109 (__typeof__(*(x)))get_unaligned_be##bits(x), ifnot) 117 #define PBE(x, val, bits, ifnot) \ argument 120 put_unaligned_be##bits((val), (x)), ifnot)
|
/Linux-v4.19/arch/x86/entry/vdso/ |
D | vdso2c.c | 130 #define GLE(x, bits, ifnot) \ argument 133 (__typeof__(*(x)))get_unaligned_le##bits(x), ifnot) 142 #define PLE(x, val, bits, ifnot) \ argument 145 put_unaligned_le##bits((val), (x)), ifnot)
|