Home
last modified time | relevance | path

Searched defs:BITS (Results 1 – 7 of 7) sorted by relevance

/arch/x86/um/
DMakefile6 BITS := 32 macro
8 BITS := 64 macro
/arch/tile/
DMakefile49 BITS := 64 macro
51 BITS := 32 macro
/arch/sparc/
DMakefile24 export BITS := 32 macro
37 export BITS := 64 macro
/arch/x86/
DMakefile43 BITS := 32 macro
72 BITS := 64 macro
/arch/sh/
DMakefile104 BITS := 32 macro
109 BITS := 64 macro
/arch/s390/boot/compressed/
DMakefile7 BITS := $(if $(CONFIG_64BIT),64,31) macro
/arch/arc/include/asm/
Ddisasm.h35 #define BITS(word, s, e) (((word) >> (s)) & (~((-2) << ((e) - (s))))) macro