Home
last modified time | relevance | path

Searched refs:Value (Results 1 – 9 of 9) sorted by relevance

/arch/arm/mach-pxa/include/mach/
Dbitfield.h90 #define FInsrt(Value, Field) \ argument
91 (UData (Value) << FShft (Field))
/arch/arm/mach-sa1100/include/mach/
Dbitfield.h90 #define FInsrt(Value, Field) \ argument
91 (UData (Value) << FShft (Field))
/arch/metag/include/asm/
Dtbx.h269 #define METAC_COREID_CFGXCTX_MASK( Value ) (\ argument
270 ( (((Value & METAC_COREID_CFGDSP_BITS)>> \
835 #define TBI_SETREG( Reg, Value ) do {\ argument
836 int __SRValue = Value; \
840 #define TBI_SWAPREG( Reg, Value ) do {\ argument
841 int __XRValue = (Value); \
844 Value = __XRValue; } while (0)
922 #define TBI_STOPINTS( Value ) do {\ argument
925 Value = __TT; } while (0)
926 #define TBI_RESTINTS( Value ) do {\ argument
[all …]
/arch/sh/lib/
Dashlsi3.S46 ! r4: Value to shift
61 ! r4: Value to shift
Dashrsi3.S46 ! r4: Value to shift
61 ! r4: Value to shift
Dlshrsi3.S46 ! r4: Value to shift
61 ! r0: Value to shift
/arch/arc/kernel/
Dunwind.c135 Value enumerator
687 case Value: in set_rule()
760 set_rule(value, Value, in processCFI()
770 set_rule(value, Value, in processCFI()
1164 case Value: in arc_unwind()
1265 case Value: in arc_unwind()
/arch/tile/kernel/
Dintvec_64.S667 # error Value of IRQS_DISABLED used to set PT_FLAGS_DISABLE_IRQ; fix
Dintvec_32.S483 # error Value of IRQS_DISABLED used to set PT_FLAGS_DISABLE_IRQ; fix