tag | line | file | source code |
_SHM_IDX_BITS | 35 | include/asm-alpha/shmparam.h | #define SHM_IDX_MASK ((1<<_SHM_IDX_BITS)-1) |
_SHM_IDX_BITS | 46 | include/asm-alpha/shmparam.h | (1<<(_SHM_IDX_BITS+_SHM_ID_BITS)) |
_SHM_IDX_BITS | 29 | include/asm-i386/shmparam.h | #define SHM_IDX_MASK ((1<<_SHM_IDX_BITS)-1) |
_SHM_IDX_BITS | 40 | include/asm-i386/shmparam.h | (1<<(_SHM_IDX_BITS+_SHM_ID_BITS)) |
_SHM_IDX_BITS | 29 | include/asm-mips/shmparam.h | #define SHM_IDX_MASK ((1<<_SHM_IDX_BITS)-1) |
_SHM_IDX_BITS | 40 | include/asm-mips/shmparam.h | (1<<(_SHM_IDX_BITS+_SHM_ID_BITS)) |
_SHM_IDX_BITS | 29 | include/asm-ppc/shmparam.h | #define SHM_IDX_MASK ((1<<_SHM_IDX_BITS)-1) |
_SHM_IDX_BITS | 40 | include/asm-ppc/shmparam.h | (1<<(_SHM_IDX_BITS+_SHM_ID_BITS)) |
_SHM_IDX_BITS | 30 | include/asm-sparc/shmparam.h | #define SHM_IDX_MASK ((1<<_SHM_IDX_BITS)-1) |
_SHM_IDX_BITS | 41 | include/asm-sparc/shmparam.h | (1<<(_SHM_IDX_BITS+_SHM_ID_BITS)) |