/arch/ia64/include/asm/ |
D | cache.h | 17 # define SMP_CACHE_BYTES L1_CACHE_BYTES macro 25 # define SMP_CACHE_BYTES (1 << 3) macro
|
/arch/arc/include/asm/ |
D | cache.h | 51 #define SMP_CACHE_BYTES 128 macro 52 #define cache_line_size() SMP_CACHE_BYTES 53 #define ARCH_DMA_MINALIGN SMP_CACHE_BYTES
|
/arch/ia64/include/asm/sn/ |
D | pda.h | 48 #define CACHE_ALIGN(x) (((x) + SMP_CACHE_BYTES-1) & ~(SMP_CACHE_BYTES-1))
|
/arch/sparc/kernel/ |
D | vmlinux.lds.S | 22 #define SMP_CACHE_BYTES (1 << SMP_CACHE_BYTES_SHIFT) macro 70 RW_DATA_SECTION(SMP_CACHE_BYTES, 0, THREAD_SIZE) 168 PERCPU_SECTION(SMP_CACHE_BYTES)
|
D | prom_32.c | 35 ret = __alloc_bootmem(size, SMP_CACHE_BYTES, 0UL); in prom_early_alloc()
|
/arch/microblaze/include/asm/ |
D | cache.h | 22 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
|
/arch/alpha/include/asm/ |
D | cache.h | 21 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
|
/arch/ia64/kernel/ |
D | vmlinux.lds.S | 175 PERCPU_VADDR(SMP_CACHE_BYTES, PERCPU_ADDR, :percpu) 188 CACHELINE_ALIGNED_DATA(SMP_CACHE_BYTES) 189 READ_MOSTLY_DATA(SMP_CACHE_BYTES)
|
D | setup.c | 865 max = SMP_CACHE_BYTES; in get_cache_info() 880 max = SMP_CACHE_BYTES; in get_cache_info()
|
/arch/sparc/include/asm/ |
D | cache.h | 22 #define SMP_CACHE_BYTES (1 << SMP_CACHE_BYTES_SHIFT) macro
|
/arch/xtensa/include/asm/ |
D | cache.h | 18 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
|
/arch/tile/include/asm/ |
D | cache.h | 44 #define SMP_CACHE_BYTES L2_CACHE_BYTES macro
|
/arch/blackfin/include/asm/ |
D | cache.h | 18 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
|
/arch/parisc/include/asm/ |
D | cache.h | 20 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
|
/arch/powerpc/include/asm/ |
D | cache.h | 32 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
|
/arch/sh/mm/ |
D | numa.c | 48 SMP_CACHE_BYTES, end)); in setup_bootmem_node()
|
D | init.c | 204 SMP_CACHE_BYTES, end_pfn << PAGE_SHIFT); in allocate_pgdat() 208 SMP_CACHE_BYTES, memblock_end_of_DRAM()); in allocate_pgdat()
|
/arch/metag/mm/ |
D | numa.c | 50 SMP_CACHE_BYTES, end); in setup_bootmem_node()
|
D | init.c | 122 SMP_CACHE_BYTES, end_pfn << PAGE_SHIFT); in allocate_pgdat() 126 SMP_CACHE_BYTES, in allocate_pgdat()
|
/arch/x86/include/asm/ |
D | pvclock.h | 92 } __attribute__((__aligned__(SMP_CACHE_BYTES)));
|
/arch/arm64/mm/ |
D | numa.c | 219 const size_t nd_size = roundup(sizeof(pg_data_t), SMP_CACHE_BYTES); in setup_node_data() 227 nd_pa = memblock_alloc_try_nid(nd_size, SMP_CACHE_BYTES, nid); in setup_node_data()
|
/arch/mips/include/asm/ |
D | cpu-info.h | 108 } __attribute__((aligned(SMP_CACHE_BYTES)));
|
/arch/sparc/mm/ |
D | init_32.c | 299 __alloc_bootmem(i << 2, SMP_CACHE_BYTES, 0UL); in mem_init()
|
/arch/mn10300/kernel/ |
D | smp.c | 75 __attribute__ ((__aligned__(SMP_CACHE_BYTES))); 76 } __attribute__ ((__aligned__(SMP_CACHE_BYTES)));
|
/arch/x86/mm/ |
D | numa.c | 199 nd_pa = memblock_alloc_nid(nd_size, SMP_CACHE_BYTES, nid); in alloc_node_data() 201 nd_pa = __memblock_alloc_base(nd_size, SMP_CACHE_BYTES, in alloc_node_data()
|