/linux-4.4.14/drivers/char/tpm/ |
D | tpm_tis.c | 177 return chip->vendor.locality = l; in check_locality() 234 TPM_STS(chip->vendor.locality)); in tpm_tis_status() 241 chip->vendor.iobase + TPM_STS(chip->vendor.locality)); in tpm_tis_ready() 254 TPM_STS(chip->vendor.locality) + 1); in get_burstcount() 256 TPM_STS(chip->vendor.locality) + in get_burstcount() 278 locality)); in recv_data() 325 release_locality(chip, chip->vendor.locality, 0); in tpm_tis_recv() 361 TPM_DATA_FIFO(chip->vendor.locality)); in tpm_tis_send_data() 376 chip->vendor.iobase + TPM_DATA_FIFO(chip->vendor.locality)); in tpm_tis_send_data() 389 release_locality(chip, chip->vendor.locality, 0); in tpm_tis_send_data() [all …]
|
D | tpm_i2c_infineon.c | 291 chip->vendor.locality = loc; in check_locality() 340 if (iic_tpm_read(TPM_STS(chip->vendor.locality), &buf, 1) < 0) in tpm_tis_i2c_status() 354 iic_tpm_write_long(TPM_STS(chip->vendor.locality), &buf, 1); in tpm_tis_i2c_ready() 368 if (iic_tpm_read(TPM_STS(chip->vendor.locality)+1, buf, 3) < 0) in get_burstcount() 422 rc = iic_tpm_read(TPM_DATA_FIFO(chip->vendor.locality), in recv_data() 480 release_locality(chip, chip->vendor.locality, 0); in tpm_tis_i2c_recv() 519 rc = iic_tpm_write(TPM_DATA_FIFO(chip->vendor.locality), in tpm_tis_i2c_send() 542 iic_tpm_write(TPM_DATA_FIFO(chip->vendor.locality), &(buf[count]), 1); in tpm_tis_i2c_send() 550 iic_tpm_write(TPM_STS(chip->vendor.locality), &sts, 1); in tpm_tis_i2c_send() 559 release_locality(chip, chip->vendor.locality, 0); in tpm_tis_i2c_send() [all …]
|
D | tpm.h | 147 int locality; member
|
/linux-4.4.14/drivers/char/tpm/st33zp24/ |
D | st33zp24.c | 147 return chip->vendor.locality; in check_locality() 164 if (check_locality(chip) == chip->vendor.locality) in request_locality() 165 return chip->vendor.locality; in request_locality() 179 return chip->vendor.locality; in request_locality() 577 chip->vendor.locality = LOCALITY0; in st33zp24_probe()
|
/linux-4.4.14/include/xen/interface/io/ |
D | tpmif.h | 45 uint8_t locality; /* for the current request */ member
|
/linux-4.4.14/net/netfilter/ipvs/ |
D | Kconfig | 177 tristate "locality-based least-connection scheduling" 179 The locality-based least-connection scheduling algorithm is for 191 tristate "locality-based least-connection with replication scheduling" 193 The locality-based least-connection with replication scheduling
|
/linux-4.4.14/Documentation/ |
D | workqueue.txt | 103 things like CPU locality, concurrency limits, priority and more. To 176 possible. Unbound wq sacrifices locality but is useful for 349 level of locality in wq operations and work item execution.
|
D | rbtree.txt | 48 less layer of indirection (and better cache locality) than more traditional
|
D | kernel-parameters.txt | 4131 locality; unfortunately, per-cpu workqueues tend to
|
/linux-4.4.14/Documentation/locking/ |
D | lglock.txt | 100 locality aware spinlock. lg_local_* behaves like a per_cpu
|
/linux-4.4.14/Documentation/networking/ |
D | scaling.txt | 156 CPU. If NUMA locality is not an issue, this could also be all CPUs in 230 application locality. This is accomplished by Receive Flow Steering 348 set to be one whose processing CPU is closest in cache locality.
|
/linux-4.4.14/Documentation/vm/ |
D | page_migration | 42 Cpusets allows the automation of process locality. If a task is moved to
|
D | numa | 108 to improve NUMA locality using various CPU affinity command line interfaces,
|
/linux-4.4.14/Documentation/sysctl/ |
D | vm.txt | 540 Type(A) offers the best locality for processes on Node(0), but ZONE_DMA 544 Type(B) cannot offer the best locality but is more robust against OOM of 795 data locality.
|
D | kernel.txt | 468 ideally is offset by improved memory locality but there is no universal
|
/linux-4.4.14/Documentation/filesystems/ |
D | squashfs.txt | 252 which have been packed with it, these because of locality-of-reference may be
|
D | proc.txt | 149 numa_maps an extension based on maps, showing the memory locality and 529 locality and binding policy, as well as the memory usage (in pages) of 556 node locality page counters (N0 == node0, N1 == node1, ...) and the kernel page 734 reports itself as being attached. This hardware locality information does not 735 include information about any possible driver locality preference.
|
D | f2fs.txt | 81 spatial locality
|
/linux-4.4.14/kernel/power/ |
D | Kconfig | 290 better performance thanks to cache locality; unfortunately,
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-kernel-slab | 116 are active and their NUMA locality.
|
/linux-4.4.14/Documentation/cgroups/ |
D | memory.txt | 572 useful for providing visibility into the numa locality information within
|
/linux-4.4.14/init/ |
D | Kconfig | 767 on the remaining CPUs, but might decrease memory locality during
|