Home
last modified time | relevance | path

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

12

/linux-6.1.9/include/linux/
Dcache.h52 #ifndef __cacheline_aligned
53 #define __cacheline_aligned \ macro
60 #define __cacheline_aligned_in_smp __cacheline_aligned
/linux-6.1.9/arch/ia64/include/asm/
Dnuma.h25 extern u16 cpu_to_node_map[NR_CPUS] __cacheline_aligned;
26 extern cpumask_t node_to_cpu_mask[MAX_NUMNODES] __cacheline_aligned;
/linux-6.1.9/arch/ia64/kernel/
Dnuma.c15 u16 cpu_to_node_map[NR_CPUS] __cacheline_aligned;
18 cpumask_t node_to_cpu_mask[MAX_NUMNODES] __cacheline_aligned;
Dsal.c23 __cacheline_aligned DEFINE_SPINLOCK(sal_lock);
Dtraps.c277 static struct fpu_swa_msg last __cacheline_aligned; variable
Dsmpboot.c116 cpumask_t cpu_core_map[NR_CPUS] __cacheline_aligned;
/linux-6.1.9/arch/hexagon/include/asm/
Dcache.h17 #define __cacheline_aligned __aligned(L1_CACHE_BYTES) macro
/linux-6.1.9/arch/nios2/include/asm/
Dcache.h23 #define __cacheline_aligned macro
/linux-6.1.9/arch/arm64/include/asm/
Dsetup.h17 extern u64 __cacheline_aligned boot_args[4];
/linux-6.1.9/tools/testing/selftests/powerpc/alignment/
Dcopy_first_unaligned.c47 char cacheline_buf[128] __cacheline_aligned;
/linux-6.1.9/arch/powerpc/platforms/pseries/
Dio_event_irq.c62 static char ioei_rtas_buf[RTAS_DATA_BUF_SIZE] __cacheline_aligned;
/linux-6.1.9/lib/crypto/
Daes.c15 static volatile const u8 __cacheline_aligned aes_sbox[] = {
50 static volatile const u8 __cacheline_aligned aes_inv_sbox[] = {
/linux-6.1.9/tools/testing/selftests/powerpc/include/
Dutils.h9 #define __cacheline_aligned __attribute__((aligned(128))) macro
/linux-6.1.9/scripts/
Dtags.sh258 -I __cacheline_aligned,__cacheline_aligned_in_smp \
/linux-6.1.9/arch/riscv/kernel/
Dsmp.c51 } ipi_data[NR_CPUS] __cacheline_aligned;
/linux-6.1.9/kernel/sched/
Dwait_bit.c10 static wait_queue_head_t bit_wait_table[WAIT_TABLE_SIZE] __cacheline_aligned;
/linux-6.1.9/drivers/gpu/drm/i915/gvt/
Dmmio_context.c48 static struct engine_mmio gen8_engine_mmio_list[] __cacheline_aligned = {
80 static struct engine_mmio gen9_engine_mmio_list[] __cacheline_aligned = {
/linux-6.1.9/mm/
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;
/linux-6.1.9/arch/arm64/kernel/
Dsetup.c84 u64 __cacheline_aligned boot_args[4];
/linux-6.1.9/arch/xtensa/kernel/
Dsmp.c188 unsigned long cpu_start_id __cacheline_aligned; variable
/linux-6.1.9/arch/alpha/kernel/
Dsmp.c60 } ipi_data[NR_CPUS] __cacheline_aligned;
Dsmc37c669.c1093 static __cacheline_aligned DEFINE_SPINLOCK(smc_lock);
/linux-6.1.9/arch/sparc/kernel/
Dtime_64.c195 static struct sparc64_tick_ops tick_operations __cacheline_aligned = { variable
/linux-6.1.9/arch/powerpc/kernel/
Drtas.c79 char rtas_data_buf[RTAS_DATA_BUF_SIZE] __cacheline_aligned;
/linux-6.1.9/arch/x86/kernel/
Dhpet.c790 static union hpet_lock hpet __cacheline_aligned = { variable

12