Home
last modified time | relevance | path

Searched full:locality (Results 1 – 25 of 129) sorted by relevance

123456

/freebsd/sys/dev/tpm/
H A Dtpm_tis.c
H A Dtpm_tis_core.c86 static bool tpmtis_request_locality(struct tpm_sc *sc, int locality);
325 tpmtis_request_locality(struct tpm_sc *sc, int locality) in tpmtis_request_locality() argument
330 /* Currently we only support Locality 0 */ in tpmtis_request_locality()
331 if (locality != 0) in tpmtis_request_locality()
361 * Interrupts can only be cleared when a locality is active. in tpmtis_relinquish_locality()
399 "Failed to obtain locality\n"); in tpmtis_transmit()
H A Dtpm_crb.c96 static bool tpmcrb_request_locality(struct tpm_sc *sc, int locality);
263 tpmcrb_request_locality(struct tpm_sc *sc, int locality) in tpmcrb_request_locality() argument
267 /* Currently we only support Locality 0 */ in tpmcrb_request_locality()
268 if (locality != 0) in tpmcrb_request_locality()
330 "Failed to obtain locality\n"); in tpmcrb_transmit()
H A Dtpm.c53 #define TPM_ACCESS_REQUEST_USE 0x02 /* request using locality */
55 #define TPM_ACCESS_SEIZE 0x08 /* request locality seize */
56 #define TPM_ACCESS_SEIZED 0x10 /* locality has been seized */
57 #define TPM_ACCESS_ACTIVE_LOCALITY 0x20 /* locality is active */
69 #define TPM_LOCALITY_CHANGE_INT 0x00000004 /* locality change enable */
85 #define TPM_INTF_LOCALITY_CHANGE_INT 0x0004 /* locality-change int (mb 1) */
734 /* Own our (0th) locality. */ in tpm_tis12_start()
892 /* Release our (0th) locality. */ in tpm_tis12_end()
/freebsd/contrib/jemalloc/
H A DTUNING.md63 the potential to improve locality, e.g. when thread to CPU affinity is
106 managing locality and contention for specific usages. For example,
110 locality. In addition, explicit arenas often benefit from individually
/freebsd/sys/fs/nfsserver/
H A Dnfs_fha_new.c71 "Enable NFS FHA read locality");
76 "Enable NFS FHA write locality");
81 "Maximum locality distance 2^(bin_shift) bytes");
476 /* Check whether we should consider locality. */ in fha_hash_entry_choose_thread()
482 * Check for locality, making sure that we won't in fha_hash_entry_choose_thread()
504 * We don't have a locality match, so skip this thread, in fha_hash_entry_choose_thread()
581 * Choose a thread, taking into consideration locality, thread load, in fhanew_assign()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCodeLayout.h33 /// locality and thus processor I-cache utilization. This is achieved via
48 /// the better the order is. The score is designed to reflect the locality of
69 /// The power exponent for the distance-based locality.
71 /// The scale factor for the frequency-based locality.
76 /// The placement is done by optimizing the call locality by co-locating
/freebsd/share/man/man4/
H A Dnuma.499 A value of -1 means the locality map is not available or no
100 locality information is available.
/freebsd/share/doc/papers/malloc/
H A Dperformance.ms46 primary storage, since most processes have a high degree of locality
86 If the number of accessed pages is smaller, then locality of reference is
/freebsd/sys/dev/acpica/
H A Dacpi_pxm.c101 * locality information entries. in slit_parse_table()
120 /* 255 == "no locality information" */ in slit_parse_table()
133 * Look for an ACPI System Locality Distance Information Table ("SLIT")
598 * For now, assume -1 == "no locality information for in init_mem_locality()
622 * Use saved data from SRAT/SLIT to update memory locality.
/freebsd/sys/contrib/xen/io/
H A Dtpmif.h88 * TPM may cancel a command if the interface is seized by another locality.
125 uint8_t locality; /* for the current request */ member
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DOptimizedStructLayout.h29 /// besides space usage, such as locality. This layout may have a mixed
30 /// impact on locality: less overall memory may be used, but adjacent
H A DCompiler.h143 #define LLVM_PREFETCH(addr, rw, locality) __builtin_prefetch(addr, rw, locality) argument
145 #define LLVM_PREFETCH(addr, rw, locality) argument
/freebsd/usr.sbin/acpi/acpidump/
H A Dacpidump.8144 .It SLIT System Locality Distance Information Table
151 Defines the domains of locality in the system for processors, memory
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dcompiler.h122 # define PREFETCH_L1(ptr) __builtin_prefetch((ptr), 0 /* rw==read */, 3 /* locality */)
123 # define PREFETCH_L2(ptr) __builtin_prefetch((ptr), 0 /* rw==read */, 2 /* locality */)
/freebsd/crypto/openssl/test/recipes/90-test_includes_data/conf-includes/
H A Dincludes2.cnf38 localityName = Locality Name (eg, city)
/freebsd/contrib/netbsd-tests/crypto/libcrypto/conf/
H A Dd_conf_ssleay.cnf63 Attribute_text_3 = Locality Name (eg, city)
H A Dd_conf.out59 [req] Attribute_text_3=Locality Name (eg, city)
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Drtree_tsd.h11 * locality of reference is low, but the consequence is merely cache misses
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DStringMap.cpp124 // is important for cache locality. in LookupBucketFor()
171 // is important for cache locality. in FindKey()
/freebsd/lib/libc/stdtime/
H A Dtime32.c8 * locality and use the 50-year rule to properly set the msb bits. XXX
/freebsd/usr.sbin/bsdconfig/timezone/include/
H A Dmessages.subr71 msg_select_zone="Select a zone which observes the same time as your locality."
/freebsd/cddl/lib/libdtrace/
H A Dsched.d35 lgrp_id_t cpu_lgrp; /* locality group identifer */
/freebsd/share/doc/smm/05.fastfs/
H A D0.t67 that allow better locality of reference and can
/freebsd/libexec/bootpd/
H A DToDo4 Memory allocation locality:

123456