Searched refs:SMP_CACHE_BYTES (Results 1 – 25 of 61) sorted by relevance
123
/arch/arc/include/asm/ |
D | cache.h | 50 #define SMP_CACHE_BYTES 128 macro 51 #define cache_line_size() SMP_CACHE_BYTES 52 #define ARCH_DMA_MINALIGN SMP_CACHE_BYTES
|
/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/sparc/kernel/ |
D | vmlinux.lds.S | 22 #define SMP_CACHE_BYTES (1 << SMP_CACHE_BYTES_SHIFT) macro 70 RW_DATA(SMP_CACHE_BYTES, 0, THREAD_SIZE) 172 PERCPU_SECTION(SMP_CACHE_BYTES)
|
/arch/sh/mm/ |
D | numa.c | 45 SMP_CACHE_BYTES, nid); in setup_bootmem_node() 48 __func__, sizeof(struct pglist_data), SMP_CACHE_BYTES, in setup_bootmem_node()
|
/arch/alpha/kernel/ |
D | pci-noop.c | 36 hose = memblock_alloc(sizeof(*hose), SMP_CACHE_BYTES); in alloc_pci_controller() 50 void *ptr = memblock_alloc(sizeof(struct resource), SMP_CACHE_BYTES); in alloc_resource()
|
D | pci.c | 395 hose = memblock_alloc(sizeof(*hose), SMP_CACHE_BYTES); in alloc_pci_controller() 409 void *ptr = memblock_alloc(sizeof(struct resource), SMP_CACHE_BYTES); in alloc_resource()
|
D | core_tsunami.c | 323 SMP_CACHE_BYTES); in tsunami_init_one_pchip() 329 SMP_CACHE_BYTES); in tsunami_init_one_pchip()
|
D | core_mcpcia.c | 368 SMP_CACHE_BYTES); in mcpcia_startup_hose() 371 SMP_CACHE_BYTES); in mcpcia_startup_hose()
|
/arch/ia64/kernel/ |
D | vmlinux.lds.S | 168 PERCPU_VADDR(SMP_CACHE_BYTES, PERCPU_ADDR, :percpu) 181 CACHELINE_ALIGNED_DATA(SMP_CACHE_BYTES) 182 READ_MOSTLY_DATA(SMP_CACHE_BYTES)
|
/arch/microblaze/include/asm/ |
D | cache.h | 19 #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/sparc/include/asm/ |
D | cache.h | 22 #define SMP_CACHE_BYTES (1 << SMP_CACHE_BYTES_SHIFT) macro
|
/arch/powerpc/lib/ |
D | alloc.c | 17 p = memblock_alloc(size, SMP_CACHE_BYTES); in zalloc_maybe_bootmem()
|
/arch/xtensa/include/asm/ |
D | cache.h | 18 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
|
/arch/powerpc/mm/nohash/ |
D | mmu_context.c | 396 context_map = memblock_alloc(CTX_MAP_SIZE, SMP_CACHE_BYTES); in mmu_context_init() 401 SMP_CACHE_BYTES); in mmu_context_init() 406 stale_map[boot_cpuid] = memblock_alloc(CTX_MAP_SIZE, SMP_CACHE_BYTES); in mmu_context_init()
|
/arch/mips/loongson64/ |
D | numa.c | 91 const size_t nd_size = roundup(sizeof(pg_data_t), SMP_CACHE_BYTES); in node_mem_init() 101 nd_pa = memblock_phys_alloc_try_nid(nd_size, SMP_CACHE_BYTES, node); in node_mem_init()
|
/arch/parisc/include/asm/ |
D | cache.h | 21 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
|
/arch/um/kernel/ |
D | initrd.c | 39 area = memblock_alloc(size, SMP_CACHE_BYTES); in read_initrd()
|
/arch/csky/include/asm/ |
D | processor.h | 20 } __aligned(SMP_CACHE_BYTES);
|
/arch/x86/include/asm/ |
D | pvclock.h | 92 } __attribute__((__aligned__(SMP_CACHE_BYTES)));
|
/arch/powerpc/include/asm/ |
D | cache.h | 32 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
|
/arch/mips/include/asm/ |
D | cpu-info.h | 117 } __attribute__((aligned(SMP_CACHE_BYTES)));
|
/arch/microblaze/mm/ |
D | init.c | 275 p = memblock_alloc(size, SMP_CACHE_BYTES); in zalloc_maybe_bootmem()
|
/arch/ia64/mm/ |
D | tlb.c | 63 SMP_CACHE_BYTES); in mmu_context_init() 68 SMP_CACHE_BYTES); in mmu_context_init()
|
/arch/x86/platform/olpc/ |
D | olpc_dt.c | 139 res = memblock_alloc(chunk_size, SMP_CACHE_BYTES); in prom_early_alloc()
|
123