Home
last modified time | relevance | path

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

123

/arch/arc/include/asm/
Dcache.h50 #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/
Dcache.h17 # define SMP_CACHE_BYTES L1_CACHE_BYTES macro
25 # define SMP_CACHE_BYTES (1 << 3) macro
/arch/sparc/kernel/
Dvmlinux.lds.S22 #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/
Dnuma.c45 SMP_CACHE_BYTES, nid); in setup_bootmem_node()
48 __func__, sizeof(struct pglist_data), SMP_CACHE_BYTES, in setup_bootmem_node()
/arch/alpha/kernel/
Dpci-noop.c36 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()
Dpci.c395 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()
Dcore_tsunami.c323 SMP_CACHE_BYTES); in tsunami_init_one_pchip()
329 SMP_CACHE_BYTES); in tsunami_init_one_pchip()
Dcore_mcpcia.c368 SMP_CACHE_BYTES); in mcpcia_startup_hose()
371 SMP_CACHE_BYTES); in mcpcia_startup_hose()
/arch/ia64/kernel/
Dvmlinux.lds.S168 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/
Dcache.h19 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
/arch/alpha/include/asm/
Dcache.h21 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
/arch/sparc/include/asm/
Dcache.h22 #define SMP_CACHE_BYTES (1 << SMP_CACHE_BYTES_SHIFT) macro
/arch/powerpc/lib/
Dalloc.c17 p = memblock_alloc(size, SMP_CACHE_BYTES); in zalloc_maybe_bootmem()
/arch/xtensa/include/asm/
Dcache.h18 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
/arch/powerpc/mm/nohash/
Dmmu_context.c396 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/
Dnuma.c91 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/
Dcache.h21 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
/arch/um/kernel/
Dinitrd.c39 area = memblock_alloc(size, SMP_CACHE_BYTES); in read_initrd()
/arch/csky/include/asm/
Dprocessor.h20 } __aligned(SMP_CACHE_BYTES);
/arch/x86/include/asm/
Dpvclock.h92 } __attribute__((__aligned__(SMP_CACHE_BYTES)));
/arch/powerpc/include/asm/
Dcache.h32 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
/arch/mips/include/asm/
Dcpu-info.h117 } __attribute__((aligned(SMP_CACHE_BYTES)));
/arch/microblaze/mm/
Dinit.c275 p = memblock_alloc(size, SMP_CACHE_BYTES); in zalloc_maybe_bootmem()
/arch/ia64/mm/
Dtlb.c63 SMP_CACHE_BYTES); in mmu_context_init()
68 SMP_CACHE_BYTES); in mmu_context_init()
/arch/x86/platform/olpc/
Dolpc_dt.c139 res = memblock_alloc(chunk_size, SMP_CACHE_BYTES); in prom_early_alloc()

123