Searched refs:SMP_CACHE_BYTES (Results 1 – 25 of 32) sorted by relevance
12
/arch/ia64/include/asm/ |
D | cache.h | 16 # define SMP_CACHE_BYTES L1_CACHE_BYTES macro 24 # define SMP_CACHE_BYTES (1 << 3) macro
|
/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 | 21 #define SMP_CACHE_BYTES (1 << SMP_CACHE_BYTES_SHIFT) macro 62 RW_DATA_SECTION(SMP_CACHE_BYTES, 0, THREAD_SIZE) 140 PERCPU_SECTION(SMP_CACHE_BYTES)
|
D | prom_32.c | 35 ret = __alloc_bootmem(size, SMP_CACHE_BYTES, 0UL); in prom_early_alloc()
|
D | prom_64.c | 36 unsigned long paddr = memblock_alloc(size, SMP_CACHE_BYTES); 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 | 20 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
|
/arch/mips/include/asm/ |
D | cache.h | 18 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
|
D | cpu-info.h | 92 } __attribute__((aligned(SMP_CACHE_BYTES)));
|
/arch/sparc/include/asm/ |
D | cache.h | 21 #define SMP_CACHE_BYTES (1 << SMP_CACHE_BYTES_SHIFT) macro
|
/arch/ia64/kernel/ |
D | vmlinux.lds.S | 200 PERCPU_VADDR(SMP_CACHE_BYTES, PERCPU_ADDR, :percpu) 213 CACHELINE_ALIGNED_DATA(SMP_CACHE_BYTES) 214 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()
|
D | smpboot.c | 99 #define SLAVE (SMP_CACHE_BYTES/8)
|
/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 | 27 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
|
/arch/powerpc/include/asm/ |
D | cache.h | 27 #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 | 49 SMP_CACHE_BYTES, end); in setup_bootmem_node()
|
D | init.c | 121 SMP_CACHE_BYTES, end_pfn << PAGE_SHIFT); in allocate_pgdat() 125 SMP_CACHE_BYTES, in allocate_pgdat()
|
/arch/x86/include/asm/ |
D | pvclock.h | 97 } __attribute__((__aligned__(SMP_CACHE_BYTES)));
|
/arch/mn10300/kernel/ |
D | smp.c | 74 __attribute__ ((__aligned__(SMP_CACHE_BYTES))); 75 } __attribute__ ((__aligned__(SMP_CACHE_BYTES)));
|
/arch/sparc/mm/ |
D | init_32.c | 314 __alloc_bootmem(i << 2, SMP_CACHE_BYTES, 0UL); in mem_init()
|
12