Searched refs:cai (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/sys/arch/x86/x86/
H A Didentcpu.c107 const struct x86_cache_info *cai; local
126 cai = cpu_cacheinfo_lookup(
128 if (cai != NULL) {
129 ci->ci_cinfo[cai->cai_index] =
130 *cai;
177 struct x86_cache_info *cai; local
201 cai = &ci->ci_cinfo[CAI_ITLB2];
202 cai->cai_totalsize = AMD_L1_EAX_ITLB_ENTRIES(descs[0]);
203 cai->cai_associativity = AMD_L1_EAX_ITLB_ASSOC(descs[0]);
204 cai
474 struct x86_cache_info *cai; local
[all...]
H A Didentcpu_subr.c150 cpu_cacheinfo_lookup(const struct x86_cache_info *cai, uint8_t desc) argument
154 for (i = 0; cai[i].cai_desc != 0; i++) {
155 if (cai[i].cai_desc == desc)
156 return &cai[i];
H A Dcpu.c288 struct x86_cache_info *cai; local
291 cai = &ci->ci_cinfo[i];
293 tcolors = atop(cai->cai_totalsize);
294 switch (cai->cai_associativity) {
302 tcolors /= cai->cai_associativity;
/netbsd-current/usr.sbin/cpuctl/arch/
H A Di386.c970 const struct x86_cache_info *cai; local
1005 cai = cpu_cacheinfo_lookup(
1007 if (cai != NULL)
1008 ci->ci_cinfo[cai->cai_index] = *cai;
1186 struct x86_cache_info *cai; local
1206 cai = &ci->ci_cinfo[CAI_ITLB2];
1207 cai->cai_totalsize = AMD_L1_EAX_ITLB_ENTRIES(descs[0]);
1208 cai->cai_associativity = AMD_L1_EAX_ITLB_ASSOC(descs[0]);
1209 cai
1374 struct x86_cache_info *cai; local
2405 struct x86_cache_info *cai = &ci->ci_cinfo[cache_tag]; local
2446 struct x86_cache_info *cai = &ci->ci_cinfo[cache_tag]; local
[all...]
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A Dcomponentlib.c1756 CheckSelectTypeCorrect ( void* mem_op, ComponentAnyInfo* cai, struct berval* select ) { argument
1777 if ( cai->oid.octetLen == strLen &&
1778 strncmp ( cai->oid.octs, result, strLen ) == 0 )
1792 v->cai = (ComponentAnyInfo*) anyInfo;
1794 v->cai = NULL;
1796 if ( !v->cai ) {
1812 v->cai = (ComponentAnyInfo*) anyInfo;
1814 v->cai = NULL;
1820 if ( in->cai != NULL && in->cai
[all...]
H A Dinit.c281 decoder = ((ComponentAny*)csi_attr)->cai->GSER_Decode;
702 rc = CheckSelectTypeCorrect( attr_nm, ((ComponentAny*)csi_attr)->cai, &cr->cr_curr->ci_val.ci_select_value );
H A Dcomponentlib.h414 ComponentAnyInfo *cai; member in struct:ComponentAny
/netbsd-current/sys/arch/xen/x86/
H A Dcpu.c332 struct x86_cache_info *cai; local
335 cai = &ci->ci_cinfo[i];
337 tcolors = atop(cai->cai_totalsize);
338 switch (cai->cai_associativity) {
346 tcolors /= cai->cai_associativity;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtree.c1041 cplus_array_info cai;
1050 cai.type = elt_type;
1051 cai.domain = index_type;
1053 tree *e = cplus_array_htab->find_slot_with_hash (&cai, hash, INSERT);
1040 cplus_array_info cai; local
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dtree.cc1095 cplus_array_info cai;
1104 cai.type = elt_type;
1105 cai.domain = index_type;
1107 tree *e = cplus_array_htab->find_slot_with_hash (&cai, hash, INSERT);
1093 cplus_array_info cai; local
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dvariant.d2490 const(int[]) cai = [4,5,6];
2491 v = cai;
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dvariant.d2881 const(int[]) cai = [4,5,6];
2882 v = cai;

Completed in 157 milliseconds