Home
last modified time | relevance | path

Searched refs:COHERENCY_UNIT (Results 1 – 25 of 55) sorted by relevance

123

/netbsd/sys/arch/amd64/conf/
H A Dkern.ldscript.kaslr46 .data.cacheline_aligned : SUBALIGN(COHERENCY_UNIT)
49 . = ALIGN(COHERENCY_UNIT);
51 .data.read_mostly : SUBALIGN(COHERENCY_UNIT)
54 . = ALIGN(COHERENCY_UNIT);
H A Dkern.ldscript.Xen35 . = ALIGN(COHERENCY_UNIT);
49 . = ALIGN(COHERENCY_UNIT);
54 . = ALIGN(COHERENCY_UNIT);
59 . = ALIGN(COHERENCY_UNIT);
H A Dkern.ldscript51 . = ALIGN(COHERENCY_UNIT);
65 . = ALIGN(COHERENCY_UNIT);
70 . = ALIGN(COHERENCY_UNIT);
75 . = ALIGN(COHERENCY_UNIT);
/netbsd/sys/arch/sun2/conf/
H A Dkern.ldscript39 . = ALIGN(COHERENCY_UNIT);
53 . = ALIGN(COHERENCY_UNIT);
58 . = ALIGN(COHERENCY_UNIT);
63 . = ALIGN(COHERENCY_UNIT);
/netbsd/sys/arch/alpha/conf/
H A Dkern.ldscript11 #include "assym.h" /* for COHERENCY_UNIT */
36 . = ALIGN(COHERENCY_UNIT);
39 . = ALIGN(COHERENCY_UNIT);
42 . = ALIGN(COHERENCY_UNIT);
/netbsd/sys/modules/xldscripts/
H A Dkmodule13 . = ALIGN(64); /* COHERENCY_UNIT */
15 . = ALIGN(64); /* COHERENCY_UNIT */
17 . = ALIGN(64); /* COHERENCY_UNIT */
/netbsd/sys/modules/ath_hal/
H A Dath_hal.ldscript28 . = ALIGN(64); /* COHERENCY_UNIT */
30 . = ALIGN(64); /* COHERENCY_UNIT */
32 . = ALIGN(64); /* COHERENCY_UNIT */
/netbsd/sys/arch/i386/conf/
H A Dkern.ldscript45 . = ALIGN(COHERENCY_UNIT);
50 . = ALIGN(COHERENCY_UNIT);
55 . = ALIGN(COHERENCY_UNIT);
H A Dkern.ldscript.Xen44 . = ALIGN(COHERENCY_UNIT);
49 . = ALIGN(COHERENCY_UNIT);
54 . = ALIGN(COHERENCY_UNIT);
/netbsd/sys/arch/riscv/conf/
H A Dkern.ldscript45 . = ALIGN(COHERENCY_UNIT);
50 . = ALIGN(COHERENCY_UNIT);
55 . = ALIGN(COHERENCY_UNIT);
/netbsd/sys/arch/mips/conf/
H A Dkern.ldscript35 . = ALIGN(COHERENCY_UNIT);
37 . = ALIGN(COHERENCY_UNIT);
39 . = ALIGN(COHERENCY_UNIT);
/netbsd/sys/arch/usermode/conf/
H A Dkern.ldscript43 . = ALIGN(COHERENCY_UNIT);
48 . = ALIGN(COHERENCY_UNIT);
53 . = ALIGN(COHERENCY_UNIT);
/netbsd/sys/arch/aarch64/include/
H A Dcpu.h112 int ci_want_resched __aligned(COHERENCY_UNIT);
118 struct lwp *ci_curlwp __aligned(COHERENCY_UNIT);
124 struct lwp *ci_softlwps[SOFTINT_COUNT] __aligned(COHERENCY_UNIT);
182 } __aligned(COHERENCY_UNIT);
/netbsd/sys/sys/
H A Dvnode_impl.h104 __aligned(COHERENCY_UNIT);
116 __aligned(COHERENCY_UNIT);
118 __aligned(COHERENCY_UNIT);
H A Dparam.h150 #ifndef COHERENCY_UNIT
151 #define COHERENCY_UNIT 64 macro
561 # if COHERENCY_UNIT > 32
562 # define MIN_LWP_ALIGNMENT COHERENCY_UNIT
/netbsd/tests/lib/libc/membar/
H A Dt_dekker.c53 volatile unsigned turn __aligned(COHERENCY_UNIT);
56 } __aligned(COHERENCY_UNIT) waiting[2];
57 __CTASSERT(sizeof(waiting) == 2*COHERENCY_UNIT);
H A Dt_spinlock.c60 volatile unsigned lockbit __aligned(COHERENCY_UNIT);
64 } __aligned(COHERENCY_UNIT) C[8];
/netbsd/sys/conf/
H A Dgenassym.cf3 define COHERENCY_UNIT COHERENCY_UNIT
/netbsd/sys/arch/aarch64/conf/
H A Dkern.ldscript51 . = ALIGN(COHERENCY_UNIT);
56 . = ALIGN(COHERENCY_UNIT);
61 . = ALIGN(COHERENCY_UNIT);
/netbsd/lib/libpthread/
H A Dpthread_int.h121 rb_node_t pt_alltree __aligned(COHERENCY_UNIT);
125 pthread_mutex_t pt_lock __aligned(COHERENCY_UNIT);
131 int pt_dummy1 __aligned(COHERENCY_UNIT);
138 int pt_havespecific __aligned(COHERENCY_UNIT);
/netbsd/sys/arch/sparc64/conf/
H A Dkern32.ldscript43 . = ALIGN(64); /* COHERENCY_UNIT */
45 . = ALIGN(64); /* COHERENCY_UNIT */
47 . = ALIGN(64); /* COHERENCY_UNIT */
H A Dkern.ldscript44 . = ALIGN(64); /* COHERENCY_UNIT */
46 . = ALIGN(64); /* COHERENCY_UNIT */
48 . = ALIGN(64); /* COHERENCY_UNIT */
/netbsd/sys/arch/arm/include/
H A Dcpu.h206 int ci_want_resched __aligned(COHERENCY_UNIT);
208 lwp_t * ci_curlwp __aligned(COHERENCY_UNIT);
215 lwp_t * ci_softlwps[SOFTINT_COUNT] __aligned(COHERENCY_UNIT);
/netbsd/sys/kern/
H A Dsubr_pcq.c136 uint8_t pcq_pad1[COHERENCY_UNIT - sizeof(u_int)];
138 uint8_t pcq_pad2[COHERENCY_UNIT - sizeof(uint32_t)];
H A Dsubr_kmem.c480 if (cache_size < COHERENCY_UNIT) { in kmem_create_caches()
481 if (COHERENCY_UNIT % cache_size > 0) { in kmem_create_caches()
489 if ((cache_size % COHERENCY_UNIT) > 0) { in kmem_create_caches()
492 align = COHERENCY_UNIT; in kmem_create_caches()

123