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.h16 # define SMP_CACHE_BYTES L1_CACHE_BYTES macro
24 # define SMP_CACHE_BYTES (1 << 3) macro
/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.S21 #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)
Dprom_32.c35 ret = __alloc_bootmem(size, SMP_CACHE_BYTES, 0UL); in prom_early_alloc()
Dprom_64.c36 unsigned long paddr = memblock_alloc(size, SMP_CACHE_BYTES); in prom_early_alloc()
/arch/microblaze/include/asm/
Dcache.h22 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
/arch/alpha/include/asm/
Dcache.h20 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
/arch/mips/include/asm/
Dcache.h18 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
Dcpu-info.h92 } __attribute__((aligned(SMP_CACHE_BYTES)));
/arch/sparc/include/asm/
Dcache.h21 #define SMP_CACHE_BYTES (1 << SMP_CACHE_BYTES_SHIFT) macro
/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)
Dsetup.c865 max = SMP_CACHE_BYTES; in get_cache_info()
880 max = SMP_CACHE_BYTES; in get_cache_info()
Dsmpboot.c99 #define SLAVE (SMP_CACHE_BYTES/8)
/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.h27 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
/arch/powerpc/include/asm/
Dcache.h27 #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.c49 SMP_CACHE_BYTES, end); in setup_bootmem_node()
Dinit.c121 SMP_CACHE_BYTES, end_pfn << PAGE_SHIFT); in allocate_pgdat()
125 SMP_CACHE_BYTES, in allocate_pgdat()
/arch/x86/include/asm/
Dpvclock.h97 } __attribute__((__aligned__(SMP_CACHE_BYTES)));
/arch/mn10300/kernel/
Dsmp.c74 __attribute__ ((__aligned__(SMP_CACHE_BYTES)));
75 } __attribute__ ((__aligned__(SMP_CACHE_BYTES)));
/arch/sparc/mm/
Dinit_32.c314 __alloc_bootmem(i << 2, SMP_CACHE_BYTES, 0UL); in mem_init()

12