/Linux-v4.19/drivers/char/tpm/ |
D | tpm_tis_core.c | 134 priv->locality = l; in check_locality() 242 rc = tpm_tis_read8(priv, TPM_STS(priv->locality), &status); in tpm_tis_status() 254 tpm_tis_write8(priv, TPM_STS(priv->locality), TPM_STS_COMMAND_READY); in tpm_tis_ready() 270 rc = tpm_tis_read32(priv, TPM_STS(priv->locality), &value); in get_burstcount() 301 rc = tpm_tis_read_bytes(priv, TPM_DATA_FIFO(priv->locality), in recv_data() 392 rc = tpm_tis_write_bytes(priv, TPM_DATA_FIFO(priv->locality), in tpm_tis_send_data() 412 rc = tpm_tis_write8(priv, TPM_DATA_FIFO(priv->locality), buf[count]); in tpm_tis_send_data() 440 rc = tpm_tis_read32(priv, TPM_INT_ENABLE(priv->locality), &intmask); in disable_interrupts() 445 rc = tpm_tis_write32(priv, TPM_INT_ENABLE(priv->locality), intmask); in disable_interrupts() 469 rc = tpm_tis_write8(priv, TPM_STS(priv->locality), TPM_STS_GO); in tpm_tis_send_main() [all …]
|
D | tpm_i2c_infineon.c | 69 int locality; member 328 tpm_dev.locality = loc; in check_locality() 377 if (iic_tpm_read(TPM_STS(tpm_dev.locality), &buf, 1) < 0) in tpm_tis_i2c_status() 391 iic_tpm_write_long(TPM_STS(tpm_dev.locality), &buf, 1); in tpm_tis_i2c_ready() 405 if (iic_tpm_read(TPM_STS(tpm_dev.locality)+1, buf, 3) < 0) in get_burstcount() 459 rc = iic_tpm_read(TPM_DATA_FIFO(tpm_dev.locality), in recv_data() 518 release_locality(chip, tpm_dev.locality, 0); in tpm_tis_i2c_recv() 557 rc = iic_tpm_write(TPM_DATA_FIFO(tpm_dev.locality), in tpm_tis_i2c_send() 580 iic_tpm_write(TPM_DATA_FIFO(tpm_dev.locality), &(buf[count]), 1); in tpm_tis_i2c_send() 588 iic_tpm_write(TPM_STS(tpm_dev.locality), &sts, 1); in tpm_tis_i2c_send() [all …]
|
D | tpm_vtpm_proxy.c | 401 static int vtpm_proxy_request_locality(struct tpm_chip *chip, int locality) in vtpm_proxy_request_locality() argument 416 tpm_buf_append_u8(&buf, locality); in vtpm_proxy_request_locality() 427 locality = rc; in vtpm_proxy_request_locality() 434 locality = -1; in vtpm_proxy_request_locality() 439 return locality; in vtpm_proxy_request_locality()
|
D | tpm_tis_core.h | 93 int locality; member
|
D | tpm-interface.c | 385 chip->locality = rc; in tpm_request_locality() 400 rc = chip->ops->relinquish_locality(chip, chip->locality); in tpm_relinquish_locality() 404 chip->locality = -1; in tpm_relinquish_locality() 476 need_locality = chip->locality == -1; in tpm_try_transmit()
|
D | tpm-chip.c | 289 chip->locality = -1; in tpm_chip_alloc()
|
D | tpm.h | 262 int locality; member
|
/Linux-v4.19/Documentation/filesystems/ext4/ondisk/ |
D | allocators.rst | 6 ext4 recognizes (better than ext3, anyway) that data locality is 11 but locality can increase the size of each transfer request while 12 reducing the total number of requests. This locality may also have the 45 maintain data locality. However, there is a deliberate quirk -- when a
|
/Linux-v4.19/include/xen/interface/io/ |
D | tpmif.h | 45 uint8_t locality; /* for the current request */ member
|
/Linux-v4.19/drivers/char/tpm/st33zp24/ |
D | st33zp24.h | 28 int locality; member
|
D | st33zp24.c | 150 return tpm_dev->locality; in request_locality() 162 return tpm_dev->locality; in request_locality() 548 tpm_dev->locality = LOCALITY0; in st33zp24_probe()
|
/Linux-v4.19/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-v4.19/Documentation/x86/ |
D | orc-unwinder.txt | 41 instruction cache locality improvement: 3.2% .text savings almost 44 whose cache locality is borderline."
|
/Linux-v4.19/Documentation/core-api/ |
D | workqueue.rst | 98 things like CPU locality, concurrency limits, priority and more. To 173 possible. Unbound wq sacrifices locality but is useful for 352 level of locality in wq operations and work item execution.
|
/Linux-v4.19/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-v4.19/Documentation/vm/ |
D | numa.rst | 109 to improve NUMA locality using various CPU affinity command line interfaces,
|
D | page_migration.rst | 45 Cpusets allows the automation of process locality. If a task is moved to
|
/Linux-v4.19/Documentation/sysctl/ |
D | vm.txt | 591 Type(A) offers the best locality for processes on Node(0), but ZONE_DMA 595 Type(B) cannot offer the best locality but is more robust against OOM of 893 data locality.
|
D | kernel.txt | 508 ideally is offset by improved memory locality but there is no universal
|
/Linux-v4.19/kernel/power/ |
D | Kconfig | 277 better performance thanks to cache locality; unfortunately,
|
/Linux-v4.19/Documentation/filesystems/ |
D | squashfs.txt | 252 which have been packed with it, these because of locality-of-reference may be
|
D | proc.txt | 151 numa_maps an extension based on maps, showing the memory locality and 544 locality and binding policy, as well as the memory usage (in pages) of 571 node locality page counters (N0 == node0, N1 == node1, ...) and the kernel page 749 reports itself as being attached. This hardware locality information does not 750 include information about any possible driver locality preference.
|
D | f2fs.txt | 81 spatial locality
|
/Linux-v4.19/Documentation/ |
D | rbtree.txt | 51 less layer of indirection (and better cache locality) than more traditional
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-kernel-slab | 116 are active and their NUMA locality.
|