| /freebsd/sys/dev/tpm/ | 
| H A D | tpm_tis.c |  | 
| H A D | tpm_tis_core.c | 86 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 D | tpm_crb.c | 96 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 D | tpm.c | 53 #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 D | TUNING.md | 63     the potential to improve locality, e.g. when thread to CPU affinity is106     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 D | nfs_fha_new.c | 71     "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 D | CodeLayout.h | 33 /// locality and thus processor I-cache utilization. This is achieved via48 /// 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 D | numa.4 | 99 A value of -1 means the locality map is not available or no100 locality information is available.
 
 | 
| /freebsd/share/doc/papers/malloc/ | 
| H A D | performance.ms | 46 primary storage, since most processes have a high degree of locality86 If the number of accessed pages is smaller, then locality of reference is
 
 | 
| /freebsd/sys/dev/acpica/ | 
| H A D | acpi_pxm.c | 101 	 * 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 D | tpmif.h | 88  * 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 D | OptimizedStructLayout.h | 29 ///   besides space usage, such as locality.  This layout may have a mixed30 ///   impact on locality: less overall memory may be used, but adjacent
 
 | 
| H A D | Compiler.h | 143 #define LLVM_PREFETCH(addr, rw, locality) __builtin_prefetch(addr, rw, locality)  argument145 #define LLVM_PREFETCH(addr, rw, locality)  argument
 
 | 
| /freebsd/usr.sbin/acpi/acpidump/ | 
| H A D | acpidump.8 | 144 .It SLIT System Locality Distance Information Table151 Defines the domains of locality in the system for processors, memory
 
 | 
| /freebsd/sys/contrib/openzfs/module/zstd/lib/common/ | 
| H A D | compiler.h | 122 #    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 D | includes2.cnf | 38 localityName			= Locality Name (eg, city)
 | 
| /freebsd/contrib/netbsd-tests/crypto/libcrypto/conf/ | 
| H A D | d_conf_ssleay.cnf | 63 Attribute_text_3	= Locality Name (eg, city)
 | 
| H A D | d_conf.out | 59 [req] Attribute_text_3=Locality Name (eg, city)
 | 
| /freebsd/contrib/jemalloc/include/jemalloc/internal/ | 
| H A D | rtree_tsd.h | 11  * locality of reference is low, but the consequence is merely cache misses
 | 
| /freebsd/contrib/llvm-project/llvm/lib/Support/ | 
| H A D | StringMap.cpp | 124       // is important for cache locality.  in LookupBucketFor()171       // is important for cache locality.  in FindKey()
 
 | 
| /freebsd/lib/libc/stdtime/ | 
| H A D | time32.c | 8  * locality and use the 50-year rule to properly set the msb bits.  XXX
 | 
| /freebsd/usr.sbin/bsdconfig/timezone/include/ | 
| H A D | messages.subr | 71 msg_select_zone="Select a zone which observes the same time as your locality."
 | 
| /freebsd/cddl/lib/libdtrace/ | 
| H A D | sched.d | 35 	lgrp_id_t cpu_lgrp;		/* locality group identifer */
 | 
| /freebsd/share/doc/smm/05.fastfs/ | 
| H A D | 0.t | 67 that allow better locality of reference and can
 | 
| /freebsd/libexec/bootpd/ | 
| H A D | ToDo | 4 Memory allocation locality:
 |