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

12345

/linux-master/arch/alpha/include/asm/
H A Dcache.h21 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
/linux-master/arch/alpha/kernel/
H A Dcore_apecs.c352 SMP_CACHE_BYTES);
H A Dcore_lca.c281 SMP_CACHE_BYTES);
H A Dcore_mcpcia.c370 SMP_CACHE_BYTES);
373 SMP_CACHE_BYTES);
H A Dcore_t2.c355 hose->sg_isa = iommu_arena_new(hose, base, length, SMP_CACHE_BYTES);
H A Dcore_tsunami.c325 SMP_CACHE_BYTES);
331 SMP_CACHE_BYTES);
H A Dpci-noop.c36 hose = memblock_alloc(sizeof(*hose), SMP_CACHE_BYTES);
50 void *ptr = memblock_alloc(sizeof(struct resource), SMP_CACHE_BYTES);
H A Dcore_marvel.c87 name = memblock_alloc(strlen(tmp) + 1, SMP_CACHE_BYTES);
125 io7 = memblock_alloc(sizeof(*io7), SMP_CACHE_BYTES);
H A Dcore_titan.c322 SMP_CACHE_BYTES);
326 SMP_CACHE_BYTES);
H A Dcore_wildfire.c115 SMP_CACHE_BYTES);
117 SMP_CACHE_BYTES);
H A Dpci.c394 hose = memblock_alloc(sizeof(*hose), SMP_CACHE_BYTES);
408 void *ptr = memblock_alloc(sizeof(struct resource), SMP_CACHE_BYTES);
H A Dpci_iommu.c75 arena = memblock_alloc(sizeof(*arena), 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/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/arc/mm/
H A Dcache.c1034 * Check that SMP_CACHE_BYTES (and hence ARCH_DMA_MINALIGN) is larger
1037 BUILD_BUG_ON_MSG(L1_CACHE_BYTES > SMP_CACHE_BYTES,
1038 "SMP_CACHE_BYTES must be >= any cache line length");
1039 if (is_isa_arcv2() && (l2_line_sz > SMP_CACHE_BYTES))
1041 l2_line_sz, SMP_CACHE_BYTES);
/linux-master/arch/arm/kernel/
H A Dsetup.c883 res = memblock_alloc(sizeof(*res), SMP_CACHE_BYTES);
894 res = memblock_alloc(sizeof(*res), SMP_CACHE_BYTES);
/linux-master/arch/arm/mach-omap2/
H A Domap_hwmod.c712 provider = memblock_alloc(sizeof(*provider), SMP_CACHE_BYTES);
722 SMP_CACHE_BYTES);
728 SMP_CACHE_BYTES);
/linux-master/arch/arm64/kernel/
H A Dsetup.c221 standard_resources = memblock_alloc(res_size, 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/loongarch/kernel/
H A Dnuma.c199 nd_pa = memblock_phys_alloc_try_nid(nd_sz, SMP_CACHE_BYTES, nid);
H A Dsetup.c435 standard_resources = memblock_alloc(res_size, SMP_CACHE_BYTES);
/linux-master/arch/m68k/sun3/
H A Dsun3dvma.c256 SMP_CACHE_BYTES);
/linux-master/arch/microblaze/include/asm/
H A Dcache.h19 #define SMP_CACHE_BYTES L1_CACHE_BYTES macro
/linux-master/arch/mips/include/asm/
H A Dcpu-info.h117 } __attribute__((aligned(SMP_CACHE_BYTES)));

Completed in 267 milliseconds

12345