Home
last modified time | relevance | path

Searched defs:_i (Results 1 – 4 of 4) sorted by relevance

/arch/s390/include/asm/
Datomic.h110 #define atomic_add_negative(_i, _v) (atomic_add_return(_i, _v) < 0) argument
114 #define atomic_sub(_i, _v) atomic_add(-(int)(_i), _v) argument
115 #define atomic_sub_return(_i, _v) atomic_add_return(-(int)(_i), _v) argument
116 #define atomic_sub_and_test(_i, _v) (atomic_sub_return(_i, _v) == 0) argument
403 #define atomic64_add_negative(_i, _v) (atomic64_add_return(_i, _v) < 0) argument
407 #define atomic64_sub_return(_i, _v) atomic64_add_return(-(long long)(_i), _v) argument
408 #define atomic64_sub(_i, _v) atomic64_add(-(long long)(_i), _v) argument
409 #define atomic64_sub_and_test(_i, _v) (atomic64_sub_return(_i, _v) == 0) argument
/arch/arm/mach-footbridge/include/mach/
Dirqs.h96 #define irq_canonicalize(_i) (((_i) == IRQ_ISA_CASCADE) ? IRQ_ISA_2 : _i) argument
/arch/x86/kvm/
Demulate.c3669 #define DI(_y, _i) { .flags = (_y)|Intercept, .intercept = x86_intercept_##_i } argument
3670 #define DIP(_y, _i, _p) { .flags = (_y)|Intercept|CheckPerm, \ argument
3679 #define II(_f, _e, _i) \ argument
3681 #define IIP(_f, _e, _i, _p) \ argument
3687 #define D2bvIP(_f, _i, _p) DIP((_f) | ByteOp, _i, _p), DIP(_f, _i, _p) argument
3690 #define I2bvIP(_f, _e, _i, _p) \ argument
/arch/mips/include/asm/sn/
Dklconfig.h505 #define KLCONFIG_INFO_ENABLED(_i) ((_i)->flags & KLINFO_ENABLE) argument