Home
last modified time | relevance | path

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

1234

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DCompiler.h136 #define LLVM_PREFETCH(addr, rw, locality) __builtin_prefetch(addr, rw, locality) argument
138 #define LLVM_PREFETCH(addr, rw, locality) argument
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/
H A Dobj_pcrs.c801 BYTE *locality; in obj_pcrs_get_locality() local
813 locality = &pcrs->info.infoshort.localityAtRelease; in obj_pcrs_get_locality()
816 locality = &pcrs->info.infolong.localityAtRelease; in obj_pcrs_get_locality()
824 *out = (UINT32)*locality; in obj_pcrs_get_locality()
833 obj_pcrs_set_locality(TSS_HPCRS hPcrs, UINT32 locality) in obj_pcrs_set_locality() argument
861 *loc = locality; in obj_pcrs_set_locality()
H A Dobj_encdata.c236 obj_encdata_get_pcr_locality(TSS_HENCDATA hEncData, TSS_FLAG dir, UINT32 *locality) in obj_encdata_get_pcr_locality() argument
249 *locality = encdata->pcrInfo.infolong.localityAtCreation; in obj_encdata_get_pcr_locality()
251 *locality = encdata->pcrInfo.infolong.localityAtRelease; in obj_encdata_get_pcr_locality()
H A Dobj_context.c884 context->transLogOut.locality = context->transMod; in obj_context_transport_establish()
1293 context->transLogOut.locality = context->transMod; in obj_context_transport_execute()
1371 &context->transLogOut.locality, &tickLen, &ticks, in obj_context_transport_close()
1378 result |= Trspi_Hash_UINT32(&hashCtx, context->transLogOut.locality); in obj_context_transport_close()
H A Dobj_rsakey.c1587 obj_rsakey_get_pcr_locality(TSS_HKEY hKey, TSS_FLAG dir, UINT32 *locality) in obj_rsakey_get_pcr_locality() argument
1600 *locality = rsakey->pcrInfo.infolong.localityAtCreation; in obj_rsakey_get_pcr_locality()
1602 *locality = rsakey->pcrInfo.infolong.localityAtRelease; in obj_rsakey_get_pcr_locality()
H A Dobj_policy.c1488 obj_policy_get_delegation_pcr_locality(TSS_HPOLICY hPolicy, UINT32 *locality) in obj_policy_get_delegation_pcr_locality() argument
1503 *locality = public.pcrInfo.localityAtRelease; in obj_policy_get_delegation_pcr_locality()
/netbsd-src/sys/external/mit/xen-include-public/dist/xen/include/public/io/
H A Dtpmif.h125 uint8_t locality; /* for the current request */ member
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Dsimd.d539 void prefetch(bool writeFetch, ubyte locality)(const(void)* address) in version()
543 else static if (locality < 4) in version()
544 __prefetch(address, 3 - locality); in version()
/netbsd-src/external/cddl/osnet/dist/cmd/zfs/
H A Dzfs_main.c4471 zfs_deleg_who_type_t who_type, const char *name, char locality) in set_deleg_perm_node() argument
4489 switch (locality) { in set_deleg_perm_node()
4504 parse_who_perm(who_perm_t *who_perm, nvlist_t *nvl, char locality) in parse_who_perm() argument
4521 set_deleg_perm_node(avl, node, who_type, name, locality); in parse_who_perm()
5008 char locality = ld[i]; in store_allow_perm() local
5009 if (locality == 0) in store_allow_perm()
5016 base_type, locality, who); in store_allow_perm()
5020 base_type, locality); in store_allow_perm()
5031 set_type, locality, who); in store_allow_perm()
5035 set_type, locality); in store_allow_perm()
[all …]
/netbsd-src/external/bsd/openldap/dist/servers/slapd/schema/
H A Dcore.ldif105 DESC 'RFC2256: locality which this object resides in'
368 olcObjectClasses: ( 2.5.6.3 NAME 'locality'
369 DESC 'RFC2256: a locality'
H A Dcore.schema107 DESC 'RFC2256: locality which this object resides in'
376 objectclass ( 2.5.6.3 NAME 'locality'
377 DESC 'RFC2256: a locality'
H A Dcollective.schema61 # The c-l attribute type specifies a locality name for a collection of
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc4519.txt128 3.7. 'locality' ................................................23
554 locality or place, such as a city, county, or other geographic
1251 3.7. 'locality'
1253 The 'locality' object class is the basis of an entry that represents
1257 ( 2.5.6.3 NAME 'locality'
1479 locality O 2.5.6.3
H A Drfc2377.txt364 required to name organizationalUnit and locality objects in this way
724 organizationalUnit, locality and organizationalPerson do not permit
776 OC locality
780 object class locality have their RDN constructed from a value of the
H A Drfc2247.txt163 class, such as organization, organizationalUnit or locality.
H A Drfc3671.txt191 The c-l attribute type specifies a locality name for a collection of
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DSafeStack.rst37 stack increases the locality of frequently accessed values on the stack, such
H A DShadowCallStack.rst32 To optimize for memory consumption and cache locality, the shadow call
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sparc/
H A Dsparc.md7837 "prefetch\t[%a0], 1", /* no locality: prefetch for one read */
7838 "prefetch\t[%a0], 0", /* medium to high locality: prefetch for several reads */
7841 "prefetch\t[%a0], 3", /* no locality: prefetch for one write */
7842 "prefetch\t[%a0], 2", /* medium to high locality: prefetch for several writes */
7846 int locality = INTVAL (operands[2]);
7849 gcc_assert (locality >= 0 && locality < 4);
7850 return prefetch_instr [read_or_write][locality == 0 ? 0 : 1];
7863 "prefetch\t[%a0], 1", /* no locality: prefetch for one read */
7864 "prefetch\t[%a0], 0", /* medium to high locality: prefetch for several reads */
7867 "prefetch\t[%a0], 3", /* no locality: prefetch for one write */
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dsparc.md7837 "prefetch\t[%a0], 1", /* no locality: prefetch for one read */
7838 "prefetch\t[%a0], 0", /* medium to high locality: prefetch for several reads */
7841 "prefetch\t[%a0], 3", /* no locality: prefetch for one write */
7842 "prefetch\t[%a0], 2", /* medium to high locality: prefetch for several writes */
7846 int locality = INTVAL (operands[2]);
7849 gcc_assert (locality >= 0 && locality < 4);
7850 return prefetch_instr [read_or_write][locality == 0 ? 0 : 1];
7863 "prefetch\t[%a0], 1", /* no locality: prefetch for one read */
7864 "prefetch\t[%a0], 0", /* medium to high locality: prefetch for several reads */
7867 "prefetch\t[%a0], 3", /* no locality: prefetch for one write */
[all …]
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtpm.h1106 TPM_MODIFIER_INDICATOR locality; member
/netbsd-src/external/gpl3/gcc/dist/gcc/config/alpha/
H A Dpredicates.md271 we've already checked samegp, locality is already assured. */
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/alpha/
H A Dpredicates.md271 we've already checked samegp, locality is already assured. */
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DNewPassManager.rst101 This is better for cache locality around LLVM data structures. This similarly
/netbsd-src/external/gpl3/gcc/dist/gcc/config/loongarch/
H A Dloongarch.cc5408 loongarch_prefetch_cookie (rtx write, rtx locality) in loongarch_prefetch_cookie() argument
5411 if (INTVAL (locality) <= 0) in loongarch_prefetch_cookie()
5415 if (INTVAL (locality) <= 2) in loongarch_prefetch_cookie()

1234