Searched defs:assoc (Results 1 - 7 of 7) sorted by relevance

/arch/x86/kernel/cpu/
H A Damd.c439 u32 cpuid, assoc; local
442 assoc = cpuid >> 16 & 0xff;
443 upperbit = ((cpuid >> 24) << 10) / assoc;
H A Dintel_cacheinfo.c42 { 0x06, LVL_1_INST, 8 }, /* 4-way set assoc, 32 byte line size */
43 { 0x08, LVL_1_INST, 16 }, /* 4-way set assoc, 32 byte line size */
44 { 0x09, LVL_1_INST, 32 }, /* 4-way set assoc, 64 byte line size */
45 { 0x0a, LVL_1_DATA, 8 }, /* 2 way set assoc, 32 byte line size */
46 { 0x0c, LVL_1_DATA, 16 }, /* 4-way set assoc, 32 byte line size */
47 { 0x0d, LVL_1_DATA, 16 }, /* 4-way set assoc, 64 byte line size */
48 { 0x0e, LVL_1_DATA, 24 }, /* 6-way set assoc, 64 byte line size */
49 { 0x21, LVL_2, 256 }, /* 8-way set assoc, 64 byte line size */
50 { 0x22, LVL_3, 512 }, /* 4-way set assoc, sectored cache, 64 byte line size */
51 { 0x23, LVL_3, MB(1) }, /* 8-way set assoc, sectore
179 unsigned assoc:8; member in struct:l1_cache::__anon3088
189 unsigned assoc:4; member in struct:l2_cache::__anon3089
199 unsigned assoc:4; member in struct:l3_cache::__anon3090
229 unsigned line_size, lines_per_tag, assoc, size_in_kb; local
[all...]
/arch/mips/cavium-octeon/executive/
H A Dcvmx-l2c.c312 uint64_t assoc = cvmx_l2c_get_num_assoc(); local
321 for (way = 0; way < assoc; way++) {
331 if (way >= assoc) {
425 uint64_t assoc, set; local
437 for (assoc = 0; assoc < n_assoc; assoc++) {
439 (assoc << assoc_shift) | (set << set_shift));
445 for (assoc = 0; assoc < n_asso
455 int assoc; local
477 int assoc; local
577 __read_l2_tag(uint64_t assoc, uint64_t index) argument
848 cvmx_l2c_flush_line(uint32_t assoc, uint32_t index) argument
[all...]
/arch/x86/crypto/
H A Daesni-intel_glue.c1082 u8 *src, *dst, *assoc; local
1107 if ((sg_is_last(req->src)) && (sg_is_last(req->assoc))) {
1110 scatterwalk_start(&assoc_sg_walk, req->assoc);
1112 assoc = scatterwalk_map(&assoc_sg_walk);
1120 /* Allocate memory for src, dst, assoc */
1125 assoc = (src + req->cryptlen + auth_tag_len);
1127 scatterwalk_map_and_copy(assoc, req->assoc, 0,
1133 ctx->hash_subkey, assoc, (unsigned long)req->assoclen, dst
1144 scatterwalk_unmap(assoc);
1158 u8 *src, *dst, *assoc; local
[all...]
/arch/powerpc/platforms/wsp/
H A Dscom_smp.c242 u32 assoc, entries, i; local
253 assoc = (tlbcfg & TLBnCFG_ASSOC) >> 24;
266 a2_scom_setspr(scom, thread, SPRN_MAS0, MAS0_ESEL(i % assoc));
274 if((i + 1) % assoc == 0) {
/arch/powerpc/xmon/
H A Dxmon.c2753 int nent, assoc, new_cc = 1; local
2773 assoc = (tlbcfg >> 24) & 0xff;
2781 if (assoc != 0) {
2782 cc = i / assoc;
2783 esel = i % assoc;
2795 if (assoc && (i % assoc) == 0)
2799 if (assoc == 0)
/arch/sparc/include/asm/
H A Dhypervisor.h466 unsigned short assoc; member in struct:hv_tsb_descr

Completed in 132 milliseconds