Searched refs:assoc (Results 1 - 16 of 16) sorted by relevance

/arch/mips/cavium-octeon/executive/
H A Dcvmx-l2c.c314 uint64_t assoc = cvmx_l2c_get_num_assoc(); local
323 for (way = 0; way < assoc; way++) {
333 if (way >= assoc) {
427 uint64_t assoc, set; local
439 for (assoc = 0; assoc < n_assoc; assoc++) {
441 (assoc << assoc_shift) | (set << set_shift));
447 for (assoc = 0; assoc < n_asso
457 int assoc; local
479 int assoc; local
579 __read_l2_tag(uint64_t assoc, uint64_t index) argument
850 cvmx_l2c_flush_line(uint32_t assoc, uint32_t index) argument
[all...]
/arch/x86/kernel/cpu/
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::__anon3186
189 unsigned assoc:4; member in struct:l2_cache::__anon3187
199 unsigned assoc:4; member in struct:l3_cache::__anon3188
229 unsigned line_size, lines_per_tag, assoc, size_in_kb; local
[all...]
H A Damd.c483 u32 cpuid, assoc; local
486 assoc = cpuid >> 16 & 0xff;
487 upperbit = ((cpuid >> 24) << 10) / assoc;
/arch/sh/kernel/cpu/
H A Dinit.c199 #define CSHAPE(totalsize, linesize, assoc) \
200 ((totalsize & ~0xff) | (linesize << 4) | assoc)
/arch/arc/mm/
H A Dcache_arc700.c86 (p)->sz_k, (p)->assoc, (p)->line_len, \
121 p_ic->assoc = 2; /* Fixed to 2w set assoc */
126 p_ic->alias = p_ic->sz_k/p_ic->assoc/TO_KB(PAGE_SIZE) > 1;
136 p_dc->assoc = 4; /* Fixed to 4w set assoc */
141 p_dc->alias = p_dc->sz_k/p_dc->assoc/TO_KB(PAGE_SIZE) > 1;
H A Dtlbex.S351 ; MMU with 2 way set assoc J-TLB, needs some help in pathetic case of
/arch/x86/crypto/
H A Daesni-intel_glue.c1016 u8 *src, *dst, *assoc; local
1041 if ((sg_is_last(req->src)) && (sg_is_last(req->assoc))) {
1044 scatterwalk_start(&assoc_sg_walk, req->assoc);
1046 assoc = scatterwalk_map(&assoc_sg_walk);
1054 /* Allocate memory for src, dst, assoc */
1059 assoc = (src + req->cryptlen + auth_tag_len);
1061 scatterwalk_map_and_copy(assoc, req->assoc, 0,
1067 ctx->hash_subkey, assoc, (unsigned long)req->assoclen, dst
1078 scatterwalk_unmap(assoc);
1092 u8 *src, *dst, *assoc; local
[all...]
/arch/mips/include/asm/octeon/
H A Dcvmx-l2c.h355 * @assoc: Association (or way) to flush
358 void cvmx_l2c_flush_line(uint32_t assoc, uint32_t index);
/arch/arm/mm/
H A Dcache-l2x0.c1050 u32 assoc; local
1074 ret = l2x0_cache_size_of_parse(np, aux_val, aux_mask, &assoc, SZ_256K);
1078 if (assoc > 8) {
1080 pr_err("l2x0 of: %d calculated, max 8\n", assoc);
1083 val |= (assoc << L2X0_AUX_CTRL_ASSOC_SHIFT);
1133 u32 assoc; local
1162 ret = l2x0_cache_size_of_parse(np, aux_val, aux_mask, &assoc, SZ_512K);
1166 switch (assoc) {
1178 assoc);
/arch/arc/include/asm/
H A Darcregs.h308 unsigned int sz_k:8, line_len:8, assoc:4, ver:4, alias:1, vipt:1, pad:6; member in struct:cpuinfo_arc_cache
/arch/powerpc/xmon/
H A Dxmon.c2828 int nent, assoc, new_cc = 1; local
2848 assoc = (tlbcfg >> 24) & 0xff;
2856 if (assoc != 0) {
2857 cc = i / assoc;
2858 esel = i % assoc;
2870 if (assoc && (i % assoc) == 0)
2874 if (assoc == 0)
/arch/arm64/crypto/
H A Daes-ce-ccm-glue.c125 scatterwalk_start(&walk, req->assoc);
/arch/sparc/mm/
H A Dtsb.c241 hp->assoc = 1;
H A Dinit_64.c1862 ktsb_descr[0].assoc = 1;
1879 ktsb_descr[1].assoc = 1;
/arch/alpha/kernel/
H A Dsetup.c1312 #define CSHAPE(totalsize, linesize, assoc) \
1313 ((totalsize & ~0xff) | (linesize << 4) | assoc)
/arch/sparc/include/asm/
H A Dhypervisor.h468 unsigned short assoc; member in struct:hv_tsb_descr

Completed in 323 milliseconds