Home
last modified time | relevance | path

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

12

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

12