Searched refs:SMP_CACHE_BYTES (Results 1 - 25 of 32) sorted by relevance

12

/arch/ia64/include/asm/
H A Dcache.h16 # define SMP_CACHE_BYTES L1_CACHE_BYTES macro
24 # define SMP_CACHE_BYTES (1 << 3) macro
/arch/alpha/include/asm/
H A Dcache.h20 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
/arch/microblaze/include/asm/
H A Dcache.h22 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
/arch/sparc/include/asm/
H A Dcache.h21 #define SMP_CACHE_BYTES (1 << SMP_CACHE_BYTES_SHIFT) macro
/arch/mips/include/asm/
H A Dcache.h18 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
H A Dcpu-info.h87 } __attribute__((aligned(SMP_CACHE_BYTES)));
/arch/ia64/include/asm/sn/
H A Dpda.h48 #define CACHE_ALIGN(x) (((x) + SMP_CACHE_BYTES-1) & ~(SMP_CACHE_BYTES-1))
/arch/xtensa/include/asm/
H A Dcache.h18 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
/arch/blackfin/include/asm/
H A Dcache.h18 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
/arch/tile/include/asm/
H A Dcache.h44 #define SMP_CACHE_BYTES L2_CACHE_BYTES macro
/arch/sparc/kernel/
H A Dvmlinux.lds.S21 #define SMP_CACHE_BYTES (1 << SMP_CACHE_BYTES_SHIFT) define
63 RW_DATA_SECTION(SMP_CACHE_BYTES, 0, THREAD_SIZE)
141 PERCPU_SECTION(SMP_CACHE_BYTES)
H A Dprom_32.c35 ret = __alloc_bootmem(size, SMP_CACHE_BYTES, 0UL);
H A Dprom_64.c37 unsigned long paddr = memblock_alloc(size, SMP_CACHE_BYTES);
/arch/parisc/include/asm/
H A Dcache.h27 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
/arch/powerpc/include/asm/
H A Dcache.h28 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
/arch/ia64/kernel/
H A Dvmlinux.lds.S194 PERCPU_VADDR(SMP_CACHE_BYTES, PERCPU_ADDR, :percpu)
207 CACHELINE_ALIGNED_DATA(SMP_CACHE_BYTES)
208 READ_MOSTLY_DATA(SMP_CACHE_BYTES)
H A Dsetup.c865 max = SMP_CACHE_BYTES;
880 max = SMP_CACHE_BYTES;
/arch/metag/mm/
H A Dnuma.c50 SMP_CACHE_BYTES, end);
H A Dinit.c120 SMP_CACHE_BYTES, end_pfn << PAGE_SHIFT);
124 SMP_CACHE_BYTES,
/arch/sh/mm/
H A Dnuma.c48 SMP_CACHE_BYTES, end));
H A Dinit.c204 SMP_CACHE_BYTES, end_pfn << PAGE_SHIFT);
208 SMP_CACHE_BYTES, memblock_end_of_DRAM());
/arch/x86/include/asm/
H A Dpvclock.h98 } __attribute__((__aligned__(SMP_CACHE_BYTES)));
/arch/mn10300/kernel/
H A Dsmp.c74 __attribute__ ((__aligned__(SMP_CACHE_BYTES)));
75 } __attribute__ ((__aligned__(SMP_CACHE_BYTES)));
/arch/x86/mm/
H A Dnuma.c200 nd_pa = memblock_alloc_nid(nd_size, SMP_CACHE_BYTES, nid);
202 nd_pa = __memblock_alloc_base(nd_size, SMP_CACHE_BYTES,
/arch/sparc/mm/
H A Dinit_32.c309 __alloc_bootmem(i << 2, SMP_CACHE_BYTES, 0UL);

Completed in 470 milliseconds

12