Home
last modified time | relevance | path

Searched refs:locality (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DCompiler.h136 #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/
Dtpm_crb.c99 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()
Dtpm_tis.c90 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/
Dtpmif.h125 uint8_t locality; /* for the current request */ member
/freebsd-12-stable/sys/vm/
Dvm_phys.h96 int *locality);
Dvm_phys.c610 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/
DToDo4 Memory allocation locality:
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zfs/
Dzfs_main.c4554 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/
Dmessages.subr72 msg_select_zone="Select a zone which observes the same time as your locality."
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_serf/
Dutil.c139 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/
Dsparc.md7548 "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/
Drtl.def263 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.
DChangeLog-200215230 match desired locality.
34368 (prefetch_3dnow): Fix locality operand.
/freebsd-12-stable/contrib/jemalloc/
DChangeLog253 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/
Ddesign.rst17 functions for locality, and C++ coalescing require the linker to work at a finer
/freebsd-12-stable/contrib/binutils/ld/emultempl/
Dsunos.em915 referential locality. */
/freebsd-12-stable/contrib/mandoc/
DTODO8 - loc = locality of the issue
/freebsd-12-stable/contrib/gcc/config/mips/
Dmips.c10022 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/
Drtl.texi2767 @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.
Dpasses.texi595 all geared to the optimization of data locality in array traversals
Dmd.texi4495 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
Dextend.texi6057 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
Dinvoke.texi5238 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/
Di386.md21012 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/
DChangeLog-02033804 here as it's too early to reliably determine locality.
7652 locality of various data structures. Properly free internal relocs.

12