Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/vdso/
H A Dvdso2c.c100 #define GBE(x, bits, ifnot) \ argument
103 (__typeof__(*(x)))get_unaligned_be##bits(x), ifnot)
111 #define PBE(x, val, bits, ifnot) \ argument
114 put_unaligned_be##bits((val), (x)), ifnot)
/openbmc/linux/arch/x86/entry/vdso/
H A Dvdso2c.c124 #define GLE(x, bits, ifnot) \ argument
127 (__typeof__(*(x)))get_unaligned_le##bits(x), ifnot)
136 #define PLE(x, val, bits, ifnot) \ argument
139 put_unaligned_le##bits((val), (x)), ifnot)