Home
last modified time | relevance | path

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

12

/arch/ia64/include/asm/
Dcache.h17 # define SMP_CACHE_BYTES L1_CACHE_BYTES macro
25 # define SMP_CACHE_BYTES (1 << 3) macro
/arch/arc/include/asm/
Dcache.h51 #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/
Dpda.h48 #define CACHE_ALIGN(x) (((x) + SMP_CACHE_BYTES-1) & ~(SMP_CACHE_BYTES-1))
/arch/sparc/kernel/
Dvmlinux.lds.S22 #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)
Dprom_32.c35 ret = __alloc_bootmem(size, SMP_CACHE_BYTES, 0UL); in prom_early_alloc()
/arch/microblaze/include/asm/
Dcache.h22 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
/arch/alpha/include/asm/
Dcache.h21 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
/arch/ia64/kernel/
Dvmlinux.lds.S175 PERCPU_VADDR(SMP_CACHE_BYTES, PERCPU_ADDR, :percpu)
188 CACHELINE_ALIGNED_DATA(SMP_CACHE_BYTES)
189 READ_MOSTLY_DATA(SMP_CACHE_BYTES)
Dsetup.c865 max = SMP_CACHE_BYTES; in get_cache_info()
880 max = SMP_CACHE_BYTES; in get_cache_info()
/arch/sparc/include/asm/
Dcache.h22 #define SMP_CACHE_BYTES (1 << SMP_CACHE_BYTES_SHIFT) macro
/arch/xtensa/include/asm/
Dcache.h18 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
/arch/tile/include/asm/
Dcache.h44 #define SMP_CACHE_BYTES L2_CACHE_BYTES macro
/arch/blackfin/include/asm/
Dcache.h18 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
/arch/parisc/include/asm/
Dcache.h20 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
/arch/powerpc/include/asm/
Dcache.h32 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
/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()
/arch/metag/mm/
Dnuma.c50 SMP_CACHE_BYTES, end); in setup_bootmem_node()
Dinit.c122 SMP_CACHE_BYTES, end_pfn << PAGE_SHIFT); in allocate_pgdat()
126 SMP_CACHE_BYTES, in allocate_pgdat()
/arch/x86/include/asm/
Dpvclock.h92 } __attribute__((__aligned__(SMP_CACHE_BYTES)));
/arch/arm64/mm/
Dnuma.c219 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/
Dcpu-info.h108 } __attribute__((aligned(SMP_CACHE_BYTES)));
/arch/sparc/mm/
Dinit_32.c299 __alloc_bootmem(i << 2, SMP_CACHE_BYTES, 0UL); in mem_init()
/arch/mn10300/kernel/
Dsmp.c75 __attribute__ ((__aligned__(SMP_CACHE_BYTES)));
76 } __attribute__ ((__aligned__(SMP_CACHE_BYTES)));
/arch/x86/mm/
Dnuma.c199 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()

12