Searched refs:SMP_CACHE_BYTES (Results 1 - 25 of 124) sorted by relevance

12345

/linux-master/tools/include/linux/
H A Dcache.h8 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
/linux-master/arch/alpha/include/asm/
H A Dcache.h21 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
/linux-master/arch/sparc/include/asm/
H A Dcache.h22 #define SMP_CACHE_BYTES (1 << SMP_CACHE_BYTES_SHIFT) macro
/linux-master/arch/microblaze/include/asm/
H A Dcache.h19 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
/linux-master/arch/xtensa/include/asm/
H A Dcache.h18 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
/linux-master/tools/testing/memblock/tests/
H A Dalloc_helpers_api.c28 min_addr = memblock_end_of_DRAM() - SMP_CACHE_BYTES;
30 allocated_ptr = memblock_alloc_from(size, SMP_CACHE_BYTES, min_addr);
72 min_addr = memblock_end_of_DRAM() - (SMP_CACHE_BYTES * 2 - 1);
74 allocated_ptr = memblock_alloc_from(size, SMP_CACHE_BYTES, min_addr);
80 ASSERT_EQ(rgn->base, memblock_end_of_DRAM() - SMP_CACHE_BYTES);
121 allocated_ptr = memblock_alloc_from(size, SMP_CACHE_BYTES, min_addr);
125 ASSERT_EQ(rgn->base, memblock_end_of_DRAM() - SMP_CACHE_BYTES);
163 min_addr = memblock_end_of_DRAM() - SMP_CACHE_BYTES * 2;
168 allocated_ptr = memblock_alloc_from(r1_size, SMP_CACHE_BYTES, min_addr);
200 min_addr = start_addr - SMP_CACHE_BYTES *
[all...]
H A Dalloc_nid_api.c76 min_addr = memblock_start_of_DRAM() + SMP_CACHE_BYTES * 2;
79 allocated_ptr = run_memblock_alloc_nid(size, SMP_CACHE_BYTES,
129 min_addr = memblock_start_of_DRAM() + SMP_CACHE_BYTES * 2;
132 allocated_ptr = run_memblock_alloc_nid(size, SMP_CACHE_BYTES,
179 min_addr = memblock_start_of_DRAM() + SMP_CACHE_BYTES;
182 allocated_ptr = run_memblock_alloc_nid(size, SMP_CACHE_BYTES,
231 max_addr = min_addr + SMP_CACHE_BYTES;
233 allocated_ptr = run_memblock_alloc_nid(size, SMP_CACHE_BYTES,
282 max_addr = min_addr + SMP_CACHE_BYTES;
284 allocated_ptr = run_memblock_alloc_nid(size, SMP_CACHE_BYTES,
[all...]
H A Dalloc_api.c34 expected_start = memblock_end_of_DRAM() - SMP_CACHE_BYTES;
36 allocated_ptr = run_memblock_alloc(size, SMP_CACHE_BYTES);
79 phys_addr_t alignment = SMP_CACHE_BYTES * 2;
130 phys_addr_t r1_size = SMP_CACHE_BYTES;
139 allocated_ptr = run_memblock_alloc(r2_size, SMP_CACHE_BYTES);
180 r1.base = memblock_end_of_DRAM() - SMP_CACHE_BYTES;
187 allocated_ptr = run_memblock_alloc(r2_size, SMP_CACHE_BYTES);
237 allocated_ptr = run_memblock_alloc(r3_size, SMP_CACHE_BYTES);
269 phys_addr_t gap_size = SMP_CACHE_BYTES;
291 allocated_ptr = run_memblock_alloc(r3_size, SMP_CACHE_BYTES);
[all...]
H A Dalloc_exact_nid_api.c45 allocated_ptr = memblock_alloc_exact_nid_raw(size, SMP_CACHE_BYTES,
101 allocated_ptr = memblock_alloc_exact_nid_raw(size, SMP_CACHE_BYTES,
158 allocated_ptr = memblock_alloc_exact_nid_raw(size, SMP_CACHE_BYTES,
215 allocated_ptr = memblock_alloc_exact_nid_raw(size, SMP_CACHE_BYTES,
273 allocated_ptr = memblock_alloc_exact_nid_raw(size, SMP_CACHE_BYTES,
314 allocated_ptr = memblock_alloc_exact_nid_raw(size, SMP_CACHE_BYTES,
372 allocated_ptr = memblock_alloc_exact_nid_raw(size, SMP_CACHE_BYTES,
429 allocated_ptr = memblock_alloc_exact_nid_raw(size, SMP_CACHE_BYTES,
486 allocated_ptr = memblock_alloc_exact_nid_raw(size, SMP_CACHE_BYTES,
544 allocated_ptr = memblock_alloc_exact_nid_raw(size, SMP_CACHE_BYTES,
[all...]
/linux-master/fs/bcachefs/
H A Dnocow_locking_types.h13 } __aligned(SMP_CACHE_BYTES);
H A Dalloc_types.h109 } __aligned(SMP_CACHE_BYTES);
120 } __aligned(SMP_CACHE_BYTES);
H A Djournal_types.h174 } __aligned(SMP_CACHE_BYTES);
298 } __aligned(SMP_CACHE_BYTES);
/linux-master/include/linux/
H A Dcache.h12 #ifndef SMP_CACHE_BYTES
13 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
41 #define ____cacheline_aligned __attribute__((__aligned__(SMP_CACHE_BYTES)))
54 __attribute__((__aligned__(SMP_CACHE_BYTES), \
/linux-master/arch/sh/mm/
H A Dnuma.c45 SMP_CACHE_BYTES, nid);
48 __func__, sizeof(struct pglist_data), SMP_CACHE_BYTES,
/linux-master/arch/arc/include/asm/
H A Dcache.h50 #define SMP_CACHE_BYTES 128 macro
51 #define cache_line_size() SMP_CACHE_BYTES
52 #define ARCH_DMA_MINALIGN SMP_CACHE_BYTES
/linux-master/arch/sparc/kernel/
H A Dvmlinux.lds.S22 #define SMP_CACHE_BYTES (1 << SMP_CACHE_BYTES_SHIFT) define
69 RW_DATA(SMP_CACHE_BYTES, 0, THREAD_SIZE)
171 PERCPU_SECTION(SMP_CACHE_BYTES)
/linux-master/arch/um/kernel/
H A Dload_file.c51 area = memblock_alloc(*size, SMP_CACHE_BYTES);
/linux-master/arch/parisc/include/asm/
H A Dcache.h21 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
/linux-master/arch/alpha/kernel/
H A Dpci-noop.c36 hose = memblock_alloc(sizeof(*hose), SMP_CACHE_BYTES);
50 void *ptr = memblock_alloc(sizeof(struct resource), SMP_CACHE_BYTES);
/linux-master/tools/virtio/ringtest/
H A 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-master/arch/mips/loongson64/
H A Dnuma.c91 const size_t nd_size = roundup(sizeof(pg_data_t), SMP_CACHE_BYTES);
101 nd_pa = memblock_phys_alloc_try_nid(nd_size, SMP_CACHE_BYTES, node);
204 return memblock_alloc(sizeof(pg_data_t), SMP_CACHE_BYTES);
/linux-master/arch/csky/include/asm/
H A Dprocessor.h19 } __aligned(SMP_CACHE_BYTES);
/linux-master/arch/loongarch/include/asm/
H A Dcpu-info.h64 } __aligned(SMP_CACHE_BYTES);
/linux-master/arch/x86/include/asm/
H A Dpvclock.h93 } __attribute__((__aligned__(SMP_CACHE_BYTES)));
/linux-master/arch/powerpc/include/asm/
H A Dcache.h32 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro

Completed in 221 milliseconds

12345