/openbmc/linux/include/linux/ |
H A D | cache.h | 52 #ifndef __cacheline_aligned 53 #define __cacheline_aligned \ macro 60 #define __cacheline_aligned_in_smp __cacheline_aligned
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | numa.h | 25 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 D | numa.c | 15 u16 cpu_to_node_map[NR_CPUS] __cacheline_aligned; 18 cpumask_t node_to_cpu_mask[MAX_NUMNODES] __cacheline_aligned;
|
H A D | sal.c | 23 __cacheline_aligned DEFINE_SPINLOCK(sal_lock);
|
H A D | traps.c | 277 static struct fpu_swa_msg last __cacheline_aligned; variable
|
H A D | smpboot.c | 116 cpumask_t cpu_core_map[NR_CPUS] __cacheline_aligned;
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | cache.h | 41 #define __cacheline_aligned __attribute__((__aligned__(L1_CACHE_BYTES))) macro 43 #define __cacheline_aligned \ macro
|
/openbmc/linux/arch/hexagon/include/asm/ |
H A D | cache.h | 17 #define __cacheline_aligned __aligned(L1_CACHE_BYTES) macro
|
/openbmc/linux/arch/nios2/include/asm/ |
H A D | cache.h | 23 #define __cacheline_aligned macro
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | setup.h | 17 extern u64 __cacheline_aligned boot_args[4];
|
/openbmc/linux/tools/testing/selftests/powerpc/alignment/ |
H A D | copy_first_unaligned.c | 47 char cacheline_buf[128] __cacheline_aligned;
|
/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | io_event_irq.c | 62 static char ioei_rtas_buf[RTAS_DATA_BUF_SIZE] __cacheline_aligned;
|
/openbmc/linux/lib/crypto/ |
H A D | aes.c | 15 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 D | utils.h | 9 #define __cacheline_aligned __attribute__((aligned(128))) macro
|
/openbmc/linux/scripts/ |
H A D | tags.sh | 272 -I __cacheline_aligned,__cacheline_aligned_in_smp \
|
/openbmc/linux/drivers/gpu/drm/i915/gvt/ |
H A D | mmio_context.c | 49 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 D | wait_bit.c | 10 static wait_queue_head_t bit_wait_table[WAIT_TABLE_SIZE] __cacheline_aligned;
|
/openbmc/linux/mm/ |
H A D | sparse.c | 41 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 D | setup.c | 87 u64 __cacheline_aligned boot_args[4];
|
/openbmc/linux/arch/xtensa/kernel/ |
H A D | smp.c | 189 unsigned long cpu_start_id __cacheline_aligned; variable
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | smp.c | 60 } ipi_data[NR_CPUS] __cacheline_aligned;
|
H A D | smc37c669.c | 1093 static __cacheline_aligned DEFINE_SPINLOCK(smc_lock);
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | time_64.c | 195 static struct sparc64_tick_ops tick_operations __cacheline_aligned = { variable
|
/openbmc/linux/arch/x86/kernel/ |
H A D | hpet.c | 790 static union hpet_lock hpet __cacheline_aligned = { variable
|
/openbmc/linux/net/netfilter/ipvs/ |
H A D | ip_vs_conn.c | 89 __ip_vs_conntbl_lock_array[CT_LOCKARRAY_SIZE] __cacheline_aligned;
|