| /openbsd-src/sys/arch/mips64/mips64/ |
| H A D | cache_octeon.c | 83 ci->ci_l1inst.sets = 1 << (a - 1); in Octeon_ConfigCache() 85 ci->ci_l1inst.sets = 1; in Octeon_ConfigCache() 86 ci->ci_l1inst.size = ci->ci_l1inst.sets * ci->ci_l1inst.setsize; in Octeon_ConfigCache() 90 ci->ci_l1data.sets = 64; in Octeon_ConfigCache() 91 ci->ci_l1data.size = ci->ci_l1data.sets * ci->ci_l1data.setsize; in Octeon_ConfigCache() 103 ci->ci_l1inst.sets = 37; in Octeon_ConfigCache() 104 ci->ci_l1inst.size = ci->ci_l1inst.sets * ci->ci_l1inst.setsize; in Octeon_ConfigCache() 108 ci->ci_l1data.sets = 32; in Octeon_ConfigCache() 109 ci->ci_l1data.size = ci->ci_l1data.sets * ci->ci_l1data.setsize; in Octeon_ConfigCache() 120 ci->ci_l1inst.sets = 39; in Octeon_ConfigCache() [all …]
|
| H A D | cpu.c | 241 if (ci->ci_l1inst.sets == ci->ci_l1data.sets) { in cpuattach() 244 if (ci->ci_l1inst.sets == 1) in cpuattach() 247 printf("%d way", ci->ci_l1inst.sets); in cpuattach() 251 if (ci->ci_l1inst.sets == 1) in cpuattach() 254 printf("%d way", ci->ci_l1inst.sets); in cpuattach() 256 if (ci->ci_l1data.sets == 1) in cpuattach() 259 printf("%d way", ci->ci_l1data.sets); in cpuattach() 264 if (ci->ci_l2.sets == 1) in cpuattach() 267 printf("%d way", ci->ci_l2.sets); in cpuattach() [all...] |
| H A D | cache_mips64r2.c | 73 ci->ci_l1data.sets = a; in mips64r2_ConfigCache() 74 ci->ci_l1data.size = ci->ci_l1data.sets * ci->ci_l1data.setsize; in mips64r2_ConfigCache() 81 ci->ci_l1inst.sets = a; in mips64r2_ConfigCache() 82 ci->ci_l1inst.size = ci->ci_l1inst.sets * ci->ci_l1inst.setsize; in mips64r2_ConfigCache() 96 ci->ci_l2.sets = a; in mips64r2_ConfigCache() 97 ci->ci_l2.size = ci->ci_l2.sets * ci->ci_l2.setsize; in mips64r2_ConfigCache() 106 ci->ci_l3.sets = a; in mips64r2_ConfigCache() 107 ci->ci_l3.size = ci->ci_l3.sets * ci->ci_l3.setsize; in mips64r2_ConfigCache() 266 nsets = ci->ci_l1inst.sets; in mips64r2_InvalidateICache() 309 nsets = ci->ci_l1data.sets; in mips64r2_SyncDCachePage()
|
| /openbsd-src/sys/arch/arm/arm/ |
| H A D | cpufunc.c | 172 uint32_t sets; in arm_get_cachetype_cp15v7() local 208 sets = ((cachereg >> 13) & 0x7fff) + 1; in arm_get_cachetype_cp15v7() 211 arm_pdcache_size = arm_pdcache_line_size * arm_pdcache_ways * sets; in arm_get_cachetype_cp15v7() 237 sets = ((cachereg >> 13) & 0x7fff) + 1; in arm_get_cachetype_cp15v7() 240 arm_picache_size = arm_picache_line_size * arm_picache_ways * sets; in arm_get_cachetype_cp15v7() 267 int sets, ways, lvl; in armv7_dcache_wbinv_all() local 286 for (sets = 0; sets < nsets; sets++) { in armv7_dcache_wbinv_all()
|
| /openbsd-src/gnu/llvm/clang/utils/ |
| H A D | token-delta.py | 64 def delta(self, c, sets): argument 68 if len(sets) <= 1: 72 res = self.search(c, sets) 77 refined = sum(map(list, map(self.split, sets)), []) 78 if len(refined) == len(sets): 83 def search(self, c, sets): argument 84 for i,S in enumerate(sets): 91 if len(sets) > 2: 92 complement = sum(sets[:i] + sets[i+1:],[]) 94 return self.delta(complement, sets[:i] + sets[i+1:])
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | cse.c | 4856 struct set *sets = (struct set *) 0; in cse_insn() local 4877 sets = alloca (sizeof (struct set)); in cse_insn() 4878 sets[0].rtl = x; in cse_insn() 4912 sets = alloca (lim * sizeof (struct set)); in cse_insn() 4959 sets[n_sets++].rtl = y; in cse_insn() 5008 && (! rtx_equal_p (XEXP (tem, 0), SET_SRC (sets[0].rtl)) in cse_insn() 5009 || GET_CODE (SET_DEST (sets[0].rtl)) == STRICT_LOW_PART)) in cse_insn() 5027 rtx dest = SET_DEST (sets[i].rtl); in cse_insn() 5028 rtx src = SET_SRC (sets[i].rtl); in cse_insn() 5031 sets[i].orig_src = src; in cse_insn() [all …]
|
| H A D | cselib.c | 1283 struct set sets[MAX_SETS]; in cselib_record_sets() local 1297 sets[0].src = SET_SRC (body); in cselib_record_sets() 1298 sets[0].dest = SET_DEST (body); in cselib_record_sets() 1311 sets[n_sets].src = SET_SRC (x); in cselib_record_sets() 1312 sets[n_sets].dest = SET_DEST (x); in cselib_record_sets() 1322 rtx dest = sets[i].dest; in cselib_record_sets() 1326 if (GET_CODE (sets[i].dest) == STRICT_LOW_PART) in cselib_record_sets() 1327 sets[i].dest = dest = XEXP (dest, 0); in cselib_record_sets() 1333 rtx src = sets[i].src; in cselib_record_sets() 1336 sets[i].src_elt = cselib_lookup (src, GET_MODE (dest), 1); in cselib_record_sets() [all …]
|
| H A D | sched-deps.c | 1199 add_dependence_list (insn, reg_last->sets, 0, REG_DEP_ANTI); in sched_analyze_insn() 1261 (insn, reg_last->sets, 0, in sched_analyze_insn() 1276 (insn, ®_last->sets, 0, in sched_analyze_insn() 1289 reg_last->sets = alloc_INSN_LIST (insn, reg_last->sets); in sched_analyze_insn() 1306 add_dependence_list (insn, reg_last->sets, 0, REG_DEP_TRUE); in sched_analyze_insn() 1314 add_dependence_list (insn, reg_last->sets, 0, REG_DEP_OUTPUT); in sched_analyze_insn() 1322 add_dependence_list (insn, reg_last->sets, 0, REG_DEP_OUTPUT); in sched_analyze_insn() 1325 reg_last->sets = alloc_INSN_LIST (insn, reg_last->sets); in sched_analyze_insn() 1334 add_dependence_list (insn, reg_last->sets, 0, REG_DEP_TRUE); in sched_analyze_insn() 1345 add_dependence_list_and_free (insn, ®_last->sets, 0, in sched_analyze_insn() [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | cse.c | 4820 struct set *sets = (struct set *) 0; local 4841 sets = (struct set *) alloca (sizeof (struct set)); 4842 sets[0].rtl = x; 4884 sets = (struct set *) alloca (lim * sizeof (struct set)); 4931 sets[n_sets++].rtl = y; 4980 && (! rtx_equal_p (XEXP (tem, 0), SET_SRC (sets[0].rtl)) 4981 || GET_CODE (SET_DEST (sets[0].rtl)) == STRICT_LOW_PART)) 4999 rtx dest = SET_DEST (sets[i].rtl); 5000 rtx src = SET_SRC (sets[i].rtl); 5004 sets[i].orig_src = src; [all …]
|
| H A D | sched-deps.c | 1065 add_dependence_list (insn, reg_last->sets, 0); 1076 add_dependence_list_and_free (insn, ®_last->sets, 0); 1086 reg_last->sets = alloc_INSN_LIST (insn, reg_last->sets); 1103 add_dependence_list (insn, reg_last->sets, 0); 1111 add_dependence_list (insn, reg_last->sets, REG_DEP_OUTPUT); 1119 add_dependence_list (insn, reg_last->sets, REG_DEP_OUTPUT); 1122 reg_last->sets = alloc_INSN_LIST (insn, reg_last->sets); 1131 add_dependence_list (insn, reg_last->sets, 0); 1142 add_dependence_list_and_free (insn, ®_last->sets, 1148 reg_last->sets = alloc_INSN_LIST (insn, reg_last->sets); [all …]
|
| H A D | cselib.c | 1240 struct set sets[MAX_SETS]; local 1254 sets[0].src = SET_SRC (body); 1255 sets[0].dest = SET_DEST (body); 1268 sets[n_sets].src = SET_SRC (x); 1269 sets[n_sets].dest = SET_DEST (x); 1279 rtx dest = sets[i].dest; 1283 if (GET_CODE (sets[i].dest) == STRICT_LOW_PART) 1284 sets[i].dest = dest = XEXP (dest, 0); 1289 rtx src = sets[i].src; 1292 sets[i].src_elt = cselib_lookup (src, GET_MODE (dest), 1); [all …]
|
| /openbsd-src/etc/examples/ |
| H A D | vm.conf | 6 sets="/var/www/htdocs/pub/OpenBSD/snapshots/amd64/" 25 boot $sets "bsd.rd" 31 disk $sets "install60.img"
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Hub/ |
| H A D | Interceptor.pm | 48 my @sets = ( 54 for my $set (@sets) { 70 my @sets = ( 76 for my $set (@sets) {
|
| /openbsd-src/usr.sbin/bgpd/ |
| H A D | rde_aspa.c | 49 struct rde_aspa_set *sets; member 355 if ((ra->sets = calloc(entries, sizeof(ra->sets[0]))) == NULL) in aspa_table_prep() 389 aspa = &ra->sets[ra->curset++]; in aspa_add_set() 396 (ra->sets + ra->curset - aspa) * sizeof(*aspa)); in aspa_add_set() 425 free(ra->sets); in aspa_table_free() 457 if (ra->sets[i].as != rb->sets[i].as) in aspa_table_equal()
|
| /openbsd-src/gnu/usr.bin/binutils/ld/ |
| H A D | ldctor.c | 46 struct set_info *sets; variable 66 for (p = sets; p != NULL; p = p->next) in ldctor_add_set_entry() 73 p->next = sets; in ldctor_add_set_entry() 74 sets = p; in ldctor_add_set_entry() 213 for (p = sets; p != NULL; p = p->next) in ldctor_build_sets() 253 for (p = sets; p != NULL; p = p->next) in ldctor_build_sets()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/ld/ |
| H A D | ldctor.c | 46 struct set_info *sets; variable 66 for (p = sets; p != NULL; p = p->next) in ldctor_add_set_entry() 73 p->next = sets; in ldctor_add_set_entry() 74 sets = p; in ldctor_add_set_entry() 213 for (p = sets; p != NULL; p = p->next) in ldctor_build_sets() 253 for (p = sets; p != NULL; p = p->next) in ldctor_build_sets()
|
| /openbsd-src/gnu/usr.bin/perl/ext/XS-APItest/t/ |
| H A D | svsetsv.t | 18 is prototype(\&AUTOLOAD), '$', 'sv_setsv(cv,...) sets prototype'; 20 is prototype(\&AUTOLOAD), '$', 'sv_setpv(cv,...) sets prototype'; 22 is prototype(\&AUTOLOAD), '$', 'sv_setpvn(cv,...) sets prototype';
|
| /openbsd-src/usr.sbin/sysupgrade/ |
| H A D | sysupgrade.sh | 198 [[ -n ${OLD_FILES} ]] && echo Verifying old sets. 212 echo Verifying sets. 217 Location of sets = disk 218 Pathname to the sets = ${SETSDIR}/
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | regfree.c | 65 if (g->sets != NULL) in llvm_regfree() 66 free((char *)g->sets); in llvm_regfree()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/ |
| H A D | RegisterContextPOSIX_s390x.cpp | 143 size_t sets = 0; in GetRegisterSetCount() local 146 ++sets; in GetRegisterSetCount() 149 return sets; in GetRegisterSetCount()
|
| H A D | RegisterContextPOSIX_powerpc.cpp | 139 size_t sets = 0; in GetRegisterSetCount() local 142 ++sets; in GetRegisterSetCount() 145 return sets; in GetRegisterSetCount()
|
| H A D | RegisterContextPOSIX_ppc64le.cpp | 158 size_t sets = 0; in GetRegisterSetCount() local 161 ++sets; in GetRegisterSetCount() 164 return sets; in GetRegisterSetCount()
|
| /openbsd-src/distrib/notes/landisk/ |
| H A D | xfer | 10 Although you can access the distribution sets directly from one of the 11 OpenBSD mirrors over the internet, you may wish to transfer the sets to
|
| /openbsd-src/usr.sbin/pkg_add/OpenBSD/ |
| H A D | UpdateSet.pm | 186 sub merge($self, $tracker, @sets) 189 for my $set (@sets) { 502 sub merge($self, $tracker, @sets) 505 $self->merge_if_exists($i, @sets); 507 return $self->SUPER::merge($tracker, @sets);
|
| /openbsd-src/sys/arch/amd64/amd64/ |
| H A D | cacheinfo.c | 186 u_int ways, partitions, linesize, sets, totalsize; in intel_print_one_cache() local 197 sets = ecx + 1; in intel_print_one_cache() 199 totalsize = ways * linesize * partitions * sets; in intel_print_one_cache()
|