Home
last modified time | relevance | path

Searched refs:SMP_CACHE_BYTES (Results 1 – 25 of 58) sorted by relevance

123

/linux-3.4.99/include/linux/
Dcache.h11 #ifndef SMP_CACHE_BYTES
12 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
20 #define ____cacheline_aligned __attribute__((__aligned__(SMP_CACHE_BYTES)))
33 __attribute__((__aligned__(SMP_CACHE_BYTES), \
Dbootmem.h110 __alloc_bootmem(x, SMP_CACHE_BYTES, BOOTMEM_LOW_LIMIT)
114 __alloc_bootmem_nopanic(x, SMP_CACHE_BYTES, BOOTMEM_LOW_LIMIT)
120 __alloc_bootmem_node(pgdat, x, SMP_CACHE_BYTES, BOOTMEM_LOW_LIMIT)
122 __alloc_bootmem_node_nopanic(pgdat, x, SMP_CACHE_BYTES, BOOTMEM_LOW_LIMIT)
129 __alloc_bootmem_low(x, SMP_CACHE_BYTES, 0)
/linux-3.4.99/arch/sparc/kernel/
Dvmlinux.lds.S21 #define SMP_CACHE_BYTES (1 << SMP_CACHE_BYTES_SHIFT) macro
62 RW_DATA_SECTION(SMP_CACHE_BYTES, 0, THREAD_SIZE)
130 PERCPU_SECTION(SMP_CACHE_BYTES)
Dprom_32.c35 ret = __alloc_bootmem(size, SMP_CACHE_BYTES, 0UL); in prom_early_alloc()
/linux-3.4.99/arch/ia64/include/asm/
Dcache.h16 # define SMP_CACHE_BYTES L1_CACHE_BYTES macro
24 # define SMP_CACHE_BYTES (1 << 3) macro
/linux-3.4.99/arch/ia64/include/asm/sn/
Dpda.h48 #define CACHE_ALIGN(x) (((x) + SMP_CACHE_BYTES-1) & ~(SMP_CACHE_BYTES-1))
/linux-3.4.99/arch/ia64/kernel/
Dvmlinux.lds.S200 PERCPU_VADDR(SMP_CACHE_BYTES, PERCPU_ADDR, :percpu)
213 CACHELINE_ALIGNED_DATA(SMP_CACHE_BYTES)
214 READ_MOSTLY_DATA(SMP_CACHE_BYTES)
/linux-3.4.99/arch/microblaze/include/asm/
Dcache.h22 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
/linux-3.4.99/arch/alpha/include/asm/
Dcache.h20 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
/linux-3.4.99/arch/mips/include/asm/
Dcache.h18 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
Dcpu-info.h82 } __attribute__((aligned(SMP_CACHE_BYTES)));
/linux-3.4.99/arch/xtensa/include/asm/
Dcache.h18 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
/linux-3.4.99/arch/tile/include/asm/
Dcache.h38 #define SMP_CACHE_BYTES L2_CACHE_BYTES macro
/linux-3.4.99/arch/blackfin/include/asm/
Dcache.h18 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
/linux-3.4.99/arch/parisc/include/asm/
Dcache.h27 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
/linux-3.4.99/arch/powerpc/include/asm/
Dcache.h27 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
/linux-3.4.99/arch/sh/mm/
Dnuma.c48 SMP_CACHE_BYTES, end)); in setup_bootmem_node()
Dinit.c204 SMP_CACHE_BYTES, end_pfn << PAGE_SHIFT); in allocate_pgdat()
208 SMP_CACHE_BYTES, memblock_end_of_DRAM()); in allocate_pgdat()
/linux-3.4.99/drivers/net/vmxnet3/
Dvmxnet3_int.h240 } __attribute__((__aligned__(SMP_CACHE_BYTES)));
284 } __attribute__((__aligned__(SMP_CACHE_BYTES)));
/linux-3.4.99/arch/sparc/include/asm/
Dcache.h21 #define SMP_CACHE_BYTES (1 << SMP_CACHE_BYTES_SHIFT) macro
/linux-3.4.99/drivers/char/hw_random/
Dcore.c60 return SMP_CACHE_BYTES < 32 ? 32 : SMP_CACHE_BYTES; in rng_buffer_size()
/linux-3.4.99/arch/sparc/mm/
Dinit_32.c96 ctx_list_pool = __alloc_bootmem(numctx * sizeof(struct ctx_list), SMP_CACHE_BYTES, 0UL); in sparc_context_init()
427 __alloc_bootmem(i << 2, SMP_CACHE_BYTES, 0UL); in mem_init()
/linux-3.4.99/drivers/net/ethernet/alteon/
Dacenic.h655 __attribute__ ((aligned (SMP_CACHE_BYTES)));
690 __attribute__ ((aligned (SMP_CACHE_BYTES)));
/linux-3.4.99/drivers/net/ethernet/freescale/
Dgianfar.h940 spinlock_t txlock __attribute__ ((aligned (SMP_CACHE_BYTES)));
986 spinlock_t rxlock __attribute__ ((aligned (SMP_CACHE_BYTES)));
1017 spinlock_t grplock __attribute__ ((aligned (SMP_CACHE_BYTES)));
/linux-3.4.99/mm/
Dnobootmem.c347 SMP_CACHE_BYTES, goal, limit); in alloc_bootmem_section()

123