Home
last modified time | relevance | path

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

123

/Linux-v4.19/include/linux/
Dbootmem.h140 __alloc_bootmem(x, SMP_CACHE_BYTES, BOOTMEM_LOW_LIMIT)
144 __alloc_bootmem_nopanic(x, SMP_CACHE_BYTES, BOOTMEM_LOW_LIMIT)
150 __alloc_bootmem_node(pgdat, x, SMP_CACHE_BYTES, BOOTMEM_LOW_LIMIT)
152 __alloc_bootmem_node_nopanic(pgdat, x, SMP_CACHE_BYTES, BOOTMEM_LOW_LIMIT)
159 __alloc_bootmem_low(x, SMP_CACHE_BYTES, 0)
279 align = SMP_CACHE_BYTES; in memblock_virt_alloc()
287 align = SMP_CACHE_BYTES; in memblock_virt_alloc_raw()
295 align = SMP_CACHE_BYTES; in memblock_virt_alloc_nopanic()
303 align = SMP_CACHE_BYTES; in memblock_virt_alloc_low()
311 align = SMP_CACHE_BYTES; in memblock_virt_alloc_low_nopanic()
[all …]
Dcache.h12 #ifndef SMP_CACHE_BYTES
13 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
35 #define ____cacheline_aligned __attribute__((__aligned__(SMP_CACHE_BYTES)))
48 __attribute__((__aligned__(SMP_CACHE_BYTES), \
/Linux-v4.19/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
/Linux-v4.19/arch/ia64/include/asm/
Dcache.h17 # define SMP_CACHE_BYTES L1_CACHE_BYTES macro
25 # define SMP_CACHE_BYTES (1 << 3) macro
/Linux-v4.19/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)
173 PERCPU_SECTION(SMP_CACHE_BYTES)
/Linux-v4.19/arch/ia64/include/asm/sn/
Dpda.h48 #define CACHE_ALIGN(x) (((x) + SMP_CACHE_BYTES-1) & ~(SMP_CACHE_BYTES-1))
/Linux-v4.19/tools/virtio/ringtest/
Dptr_ring.c13 #define SMP_CACHE_BYTES 64 macro
14 #define cache_line_size() SMP_CACHE_BYTES
15 #define ____cacheline_aligned_in_smp __attribute__ ((aligned (SMP_CACHE_BYTES)))
/Linux-v4.19/arch/ia64/kernel/
Dvmlinux.lds.S178 PERCPU_VADDR(SMP_CACHE_BYTES, PERCPU_ADDR, :percpu)
191 CACHELINE_ALIGNED_DATA(SMP_CACHE_BYTES)
192 READ_MOSTLY_DATA(SMP_CACHE_BYTES)
/Linux-v4.19/arch/microblaze/include/asm/
Dcache.h22 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
/Linux-v4.19/arch/alpha/include/asm/
Dcache.h21 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
/Linux-v4.19/arch/sparc/include/asm/
Dcache.h22 #define SMP_CACHE_BYTES (1 << SMP_CACHE_BYTES_SHIFT) macro
/Linux-v4.19/arch/xtensa/include/asm/
Dcache.h18 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
/Linux-v4.19/arch/parisc/include/asm/
Dcache.h20 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
/Linux-v4.19/arch/sh/mm/
Dnuma.c45 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()
/Linux-v4.19/arch/powerpc/include/asm/
Dcache.h32 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
/Linux-v4.19/arch/x86/include/asm/
Dpvclock.h92 } __attribute__((__aligned__(SMP_CACHE_BYTES)));
/Linux-v4.19/arch/arm64/mm/
Dnuma.c232 const size_t nd_size = roundup(sizeof(pg_data_t), SMP_CACHE_BYTES); in setup_node_data()
240 nd_pa = memblock_alloc_try_nid(nd_size, SMP_CACHE_BYTES, nid); in setup_node_data()
/Linux-v4.19/drivers/net/vmxnet3/
Dvmxnet3_int.h246 } __attribute__((__aligned__(SMP_CACHE_BYTES)));
297 } __attribute__((__aligned__(SMP_CACHE_BYTES)));
/Linux-v4.19/arch/mips/include/asm/
Dcpu-info.h108 } __attribute__((aligned(SMP_CACHE_BYTES)));
/Linux-v4.19/drivers/char/hw_random/
Dcore.c61 return SMP_CACHE_BYTES < 32 ? 32 : SMP_CACHE_BYTES; in rng_buffer_size()
/Linux-v4.19/arch/arc/mm/
Dcache.c1258 BUILD_BUG_ON_MSG(L1_CACHE_BYTES > SMP_CACHE_BYTES, in arc_cache_init_master()
1260 if (is_isa_arcv2() && (l2_line_sz > SMP_CACHE_BYTES)) in arc_cache_init_master()
1262 l2_line_sz, SMP_CACHE_BYTES); in arc_cache_init_master()
/Linux-v4.19/drivers/net/ethernet/alteon/
Dacenic.h656 __attribute__ ((aligned (SMP_CACHE_BYTES)));
691 __attribute__ ((aligned (SMP_CACHE_BYTES)));
/Linux-v4.19/drivers/net/ethernet/broadcom/
Dsb1250-mac.c159 #define NUMCACHEBLKS(x) (((x)+SMP_CACHE_BYTES-1)/SMP_CACHE_BYTES)
829 SMP_CACHE_BYTES * 2 + in sbdma_add_rcvbuffer()
834 sbdma_align_skb(sb_new, SMP_CACHE_BYTES, NET_IP_ALIGN); in sbdma_add_rcvbuffer()
939 ncb = NUMCACHEBLKS(length+(phys & (SMP_CACHE_BYTES - 1))); in sbdma_add_txbuffer()
/Linux-v4.19/arch/sparc/mm/
Dinit_32.c268 __alloc_bootmem(i << 2, SMP_CACHE_BYTES, 0UL); in mem_init()

123