Home
last modified time | relevance | path

Searched refs:__cacheline_aligned (Results 1 – 25 of 26) sorted by relevance

12

/linux/include/linux/
A Dcache.h78 #ifndef __cacheline_aligned
79 #define __cacheline_aligned \ macro
86 #define __cacheline_aligned_in_smp __cacheline_aligned
/linux/arch/hexagon/include/asm/
A Dcache.h17 #define __cacheline_aligned __aligned(L1_CACHE_BYTES) macro
/linux/arch/nios2/include/asm/
A Dcache.h23 #define __cacheline_aligned macro
/linux/arch/arm64/include/asm/
A Dsetup.h14 extern u64 __cacheline_aligned boot_args[4];
/linux/net/core/
A Dhotdata.c8 struct net_hotdata net_hotdata __cacheline_aligned = { variable
/linux/tools/testing/selftests/powerpc/alignment/
A Dcopy_first_unaligned.c47 char cacheline_buf[128] __cacheline_aligned;
/linux/arch/powerpc/platforms/pseries/
A Dio_event_irq.c62 static char ioei_rtas_buf[RTAS_DATA_BUF_SIZE] __cacheline_aligned;
/linux/lib/crypto/
A Daes.c15 static volatile const u8 __cacheline_aligned aes_sbox[] = {
50 static volatile const u8 __cacheline_aligned aes_inv_sbox[] = {
/linux/scripts/
A Dtags.sh267 -I __cacheline_aligned,__cacheline_aligned_in_smp \
/linux/tools/testing/selftests/powerpc/include/
A Dutils.h9 #define __cacheline_aligned __attribute__((aligned(128))) macro
/linux/kernel/sched/
A Dwait_bit.c10 static wait_queue_head_t bit_wait_table[WAIT_TABLE_SIZE] __cacheline_aligned;
/linux/drivers/gpu/drm/i915/gvt/
A Dmmio_context.c57 static struct engine_mmio gen8_engine_mmio_list[] __cacheline_aligned = {
89 static struct engine_mmio gen9_engine_mmio_list[] __cacheline_aligned = {
/linux/mm/
A Dsparse.c41 static u8 section_to_node_table[NR_MEM_SECTIONS] __cacheline_aligned;
43 static u16 section_to_node_table[NR_MEM_SECTIONS] __cacheline_aligned;
A Dfilemap.c1065 static wait_queue_head_t folio_wait_table[PAGE_WAIT_TABLE_SIZE] __cacheline_aligned;
/linux/drivers/md/dm-vdo/
A Dmemory-alloc.c87 } memory_stats __cacheline_aligned; variable
/linux/arch/arm64/kernel/
A Dsetup.c87 u64 __cacheline_aligned boot_args[4];
/linux/arch/xtensa/kernel/
A Dsmp.c189 unsigned long cpu_start_id __cacheline_aligned; variable
/linux/arch/alpha/kernel/
A Dsmp.c61 } ipi_data[NR_CPUS] __cacheline_aligned;
A Dsmc37c669.c1095 static __cacheline_aligned DEFINE_SPINLOCK(smc_lock);
/linux/arch/sparc/kernel/
A Dtime_64.c196 static struct sparc64_tick_ops tick_operations __cacheline_aligned = { variable
/linux/arch/x86/kernel/
A Dhpet.c790 static union hpet_lock hpet __cacheline_aligned = { variable
/linux/net/netfilter/ipvs/
A Dip_vs_conn.c90 __ip_vs_conntbl_lock_array[CT_LOCKARRAY_SIZE] __cacheline_aligned;
/linux/fs/gfs2/
A Dglock.c86 static wait_queue_head_t glock_wait_table[GLOCK_WAIT_TABLE_SIZE] __cacheline_aligned;
/linux/kernel/
A Dfork.c152 __cacheline_aligned DEFINE_RWLOCK(tasklist_lock); /* outer */
/linux/kernel/module/
A Dmain.c83 struct mod_tree_root mod_tree __cacheline_aligned = { variable

Completed in 78 milliseconds

12