| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/ |
| D | Compiler.h | 136 #define LLVM_PREFETCH(addr, rw, locality) __builtin_prefetch(addr, rw, locality) argument 138 #define LLVM_PREFETCH(addr, rw, locality) argument
|
| /freebsd-12-stable/sys/dev/tpm/ |
| D | tpm_crb.c | 99 static bool tpmcrb_request_locality(struct tpm_sc *sc, int locality); 266 tpmcrb_request_locality(struct tpm_sc *sc, int locality) in tpmcrb_request_locality() argument 271 if (locality != 0) in tpmcrb_request_locality()
|
| D | tpm_tis.c | 90 static bool tpmtis_request_locality(struct tpm_sc *sc, int locality); 335 tpmtis_request_locality(struct tpm_sc *sc, int locality) in tpmtis_request_locality() argument 341 if (locality != 0) in tpmtis_request_locality()
|
| /freebsd-12-stable/sys/xen/interface/io/ |
| D | tpmif.h | 125 uint8_t locality; /* for the current request */ member
|
| /freebsd-12-stable/sys/vm/ |
| D | vm_phys.h | 96 int *locality);
|
| D | vm_phys.c | 610 int *locality) in vm_phys_register_domains() argument 626 mem_locality = locality; in vm_phys_register_domains() 634 (void)locality; in vm_phys_register_domains()
|
| /freebsd-12-stable/libexec/bootpd/ |
| D | ToDo | 4 Memory allocation locality:
|
| /freebsd-12-stable/cddl/contrib/opensolaris/cmd/zfs/ |
| D | zfs_main.c | 4554 zfs_deleg_who_type_t who_type, const char *name, char locality) in set_deleg_perm_node() argument 4572 switch (locality) { in set_deleg_perm_node() 4587 parse_who_perm(who_perm_t *who_perm, nvlist_t *nvl, char locality) in parse_who_perm() argument 4604 set_deleg_perm_node(avl, node, who_type, name, locality); in parse_who_perm() 5099 char locality = ld[i]; in store_allow_perm() local 5100 if (locality == 0) in store_allow_perm() 5107 base_type, locality, who); in store_allow_perm() 5111 base_type, locality); in store_allow_perm() 5122 set_type, locality, who); in store_allow_perm() 5126 set_type, locality); in store_allow_perm() [all …]
|
| /freebsd-12-stable/usr.sbin/bsdconfig/timezone/include/ |
| D | messages.subr | 72 msg_select_zone="Select a zone which observes the same time as your locality."
|
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_serf/ |
| D | util.c | 139 const char *locality = svn_hash_gets(org, "L"); in convert_organisation_to_str() local 163 if (locality) in convert_organisation_to_str() 165 svn_stringbuf_appendcstr(buf, locality); in convert_organisation_to_str()
|
| /freebsd-12-stable/contrib/gcc/config/sparc/ |
| D | sparc.md | 7548 "prefetch\t[%a0], 1", /* no locality: prefetch for one read */ 7549 "prefetch\t[%a0], 0", /* medium to high locality: prefetch for several reads */ 7552 "prefetch\t[%a0], 3", /* no locality: prefetch for one write */ 7553 "prefetch\t[%a0], 2", /* medium to high locality: prefetch for several writes */ 7557 int locality = INTVAL (operands[2]); 7560 gcc_assert (locality >= 0 && locality < 4); 7561 return prefetch_instr [read_or_write][locality == 0 ? 0 : 1]; 7573 "prefetch\t[%a0], 1", /* no locality: prefetch for one read */ 7574 "prefetch\t[%a0], 0", /* medium to high locality: prefetch for several reads */ 7577 "prefetch\t[%a0], 3", /* no locality: prefetch for one write */ [all …]
|
| /freebsd-12-stable/contrib/gcc/ |
| D | rtl.def | 263 Operand 3 is the level of temporal locality; 0 means there is no 264 temporal locality and 1, 2, and 3 are for increasing levels of temporal 265 locality.
|
| D | ChangeLog-2002 | 15230 match desired locality. 34368 (prefetch_3dnow): Fix locality operand.
|
| /freebsd-12-stable/contrib/jemalloc/ |
| D | ChangeLog | 253 fast-path data locality. (@interwq) 392 extents. This tends to improve locality (decrease fragmentation) when 770 cache locality for the frequently accessed bits.
|
| /freebsd-12-stable/contrib/llvm-project/lld/docs/ |
| D | design.rst | 17 functions for locality, and C++ coalescing require the linker to work at a finer
|
| /freebsd-12-stable/contrib/binutils/ld/emultempl/ |
| D | sunos.em | 915 referential locality. */
|
| /freebsd-12-stable/contrib/mandoc/ |
| D | TODO | 8 - loc = locality of the issue
|
| /freebsd-12-stable/contrib/gcc/config/mips/ |
| D | mips.c | 10022 mips_prefetch_cookie (rtx write, rtx locality) in mips_prefetch_cookie() argument 10025 if (INTVAL (locality) <= 0) in mips_prefetch_cookie() 10029 if (INTVAL (locality) <= 2) in mips_prefetch_cookie()
|
| /freebsd-12-stable/contrib/gcc/doc/ |
| D | rtl.texi | 2767 @item (prefetch:@var{m} @var{addr} @var{rw} @var{locality}) 2772 Operand @var{locality} specifies the amount of temporal locality; 0 if there 2773 is none or 1, 2, or 3 for increasing levels of temporal locality; 2774 targets that do not support locality hints should ignore this.
|
| D | passes.texi | 595 all geared to the optimization of data locality in array traversals
|
| D | md.texi | 4495 temporal locality of the data and is a value between 0 and 3, inclusive; 0 4496 means that the data has no temporal locality, so it need not be left in the 4498 locality and should be left in all levels of cache possible; 1 and 2 mean, 4499 respectively, a low or moderate degree of temporal locality. 4501 Targets that do not support write prefetches or locality hints can ignore
|
| D | extend.texi | 6057 There are two optional arguments, @var{rw} and @var{locality}. 6061 The value @var{locality} must be a compile-time constant integer between 6063 locality, so it need not be left in the cache after the access. A value 6064 of three means that the data has a high degree of temporal locality and 6066 mean, respectively, a low or moderate degree of temporal locality. The
|
| D | invoke.texi | 5238 taken branches and improve code locality. 5247 paging and cache locality performance. 5257 improve code locality. This is implemented by using special 5772 to improve locality of reference in the instruction space. Most systems
|
| /freebsd-12-stable/contrib/gcc/config/i386/ |
| D | i386.md | 21012 int locality = INTVAL (operands[2]); 21015 gcc_assert (locality >= 0 && locality <= 3); 21022 of locality. */ 21039 int locality = INTVAL (operands[1]); 21040 gcc_assert (locality >= 0 && locality <= 3); 21042 return patterns[locality]; 21057 int locality = INTVAL (operands[1]); 21058 gcc_assert (locality >= 0 && locality <= 3); 21060 return patterns[locality];
|
| /freebsd-12-stable/contrib/binutils/bfd/ |
| D | ChangeLog-0203 | 3804 here as it's too early to reliably determine locality. 7652 locality of various data structures. Properly free internal relocs.
|