| /linux/drivers/char/tpm/ |
| H A D | tpm_tis_core.c | 170 priv->locality = l; in __tpm_tis_relinquish_locality() 261 rc = tpm_tis_read8(priv, TPM_STS(priv->locality), &status); in tpm_tis_status() 269 * returning 0xff because the locality hasn't been in tpm_tis_status() 294 tpm_tis_write8(priv, TPM_STS(priv->locality), TPM_STS_COMMAND_READY); in get_burstcount() 310 rc = tpm_tis_read32(priv, TPM_STS(priv->locality), &value); in get_burstcount() 341 rc = tpm_tis_read_bytes(priv, TPM_DATA_FIFO(priv->locality), in tpm_tis_try_recv() 424 tpm_tis_write8(priv, TPM_STS(priv->locality), 466 rc = tpm_tis_write_bytes(priv, TPM_DATA_FIFO(priv->locality), in tpm_tis_send_data() 491 rc = tpm_tis_write8(priv, TPM_DATA_FIFO(priv->locality), buf[count]); in tpm_tis_send_data() 529 tpm_tis_read32(priv, TPM_INT_ENABLE(priv->locality), in tpm_tis_disable_interrupts() [all...] |
| H A D | tpm_crb_ffa.h | 14 int tpm_crb_ffa_start(int request_type, int locality); 17 static inline int tpm_crb_ffa_start(int request_type, int locality) { return 0; } in tpm_crb_ffa_start() argument
|
| H A D | tpm-chip.c | 51 chip->locality = rc; in tpm_request_locality() 62 rc = chip->ops->relinquish_locality(chip, chip->locality); in tpm_relinquish_locality() 66 chip->locality = -1; in tpm_relinquish_locality() 111 if (chip->locality == -1) { in tpm_chip_start() 345 chip->locality = -1; in tpm_chip_alloc()
|
| H A D | tpm_vtpm_proxy.c | 396 static int vtpm_proxy_request_locality(struct tpm_chip *chip, int locality) in vtpm_proxy_request_locality() argument 411 tpm_buf_append_u8(&buf, locality); in vtpm_proxy_request_locality() 420 locality = rc; in vtpm_proxy_request_locality() 427 locality = -1; in vtpm_proxy_request_locality() 432 return locality; in vtpm_proxy_request_locality()
|
| H A D | tpm_tis_i2c.c | 334 const u8 locality = 0; in tpm_tis_i2c_probe() local 354 ret = tpm_tis_i2c_write_bytes(&phy->priv, TPM_LOC_SEL, sizeof(locality), in tpm_tis_i2c_probe() 355 &locality, TPM_TIS_PHYS_8); in tpm_tis_i2c_probe()
|
| H A D | tpm_crb.c | 183 * @loc: locality 230 return __crb_go_idle(dev, priv, chip->locality); in crb_go_idle() 238 * @loc: locality 284 return __crb_cmd_ready(dev, priv, chip->locality); in crb_cmd_ready() 461 __crb_cmd_ready(&chip->dev, priv, chip->locality); in crb_send() 488 rc = tpm_crb_ffa_start(CRB_FFA_START_TYPE_COMMAND, chip->locality); in crb_send() 510 rc = tpm_crb_ffa_start(CRB_FFA_START_TYPE_COMMAND, chip->locality); in crb_cancel()
|
| H A D | tpm_crb_ffa.c | 81 * Notifies the TPM service that a TPM command or TPM locality request is 90 * 1: Notifies TPM that a locality request is ready to be processed 91 * w6: TPM locality, one of 0..4 92 * -If the start function qualifier is 0, identifies the locality 94 * -If the start function qualifier is 1, identifies the locality 95 * of the locality request 106 * CRB_FFA_INV_CRB_CTRL_DATA: CRB control data or locality control 107 * data at the given TPM locality is not valid 108 * CRB_FFA_DENIED: the TPM has previously disabled locality requests and 109 * command processing at the given locality 318 tpm_crb_ffa_start(int request_type,int locality) tpm_crb_ffa_start() argument [all...] |
| H A D | tpm_tis_core.h | 101 int locality; 100 int locality; global() member
|
| /linux/include/linux/ |
| H A D | tpm_svsm.h | 78 u8 locality; member 110 svsm_vtpm_cmd_request_fill(struct svsm_vtpm_cmd_request *req, u8 locality, in svsm_vtpm_cmd_request_fill() argument 117 req->locality = locality; in svsm_vtpm_cmd_request_fill()
|
| H A D | tpm.h | 206 int locality; member
|
| /linux/Documentation/filesystems/ext4/ |
| H A 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/include/xen/interface/io/ |
| H A D | tpmif.h | 45 uint8_t locality; /* for the current request */ member
|
| /linux/Documentation/security/tpm/ |
| H A D | tpm_tis.rst | 28 locality 0 by setting the requestUse bit in the TPM_ACCESS register. The bit is 31 informs the chip that the locality has been relinquished.
|
| /linux/drivers/char/tpm/st33zp24/ |
| H A D | st33zp24.h | 20 int locality; member
|
| /linux/Documentation/driver-api/cxl/platform/acpi/ |
| H A D | slit.rst | 7 The system locality information table provides "abstract distances" between
|
| /linux/Documentation/mm/ |
| H A D | multigen_lru.rst | 18 * Try to profit from spatial locality 29 Exploiting spatial locality improves efficiency when gathering the 72 * Accesses exhibiting temporal locality 73 * Accesses not exhibiting temporal locality 189 ``lru_gen_look_around()`` exploits spatial locality to reduce the
|
| H A D | swap-table.rst | 57 With swap table, swap cache lookup can achieve great locality, simpler,
|
| /linux/net/netfilter/ipvs/ |
| H A D | Kconfig | 179 tristate "locality-based least-connection scheduling" 181 The locality-based least-connection scheduling algorithm is for 193 tristate "locality-based least-connection with replication scheduling" 195 The locality-based least-connection with replication scheduling
|
| /linux/Documentation/arch/x86/ |
| H A D | orc-unwinder.rst | 44 instruction cache locality improvement: 3.2% .text savings almost 47 whose cache locality is borderline."
|
| /linux/Documentation/admin-guide/mm/ |
| H A D | numaperf.rst | 14 under different domains, or "nodes", based on locality and performance
|
| /linux/net/ceph/ |
| H A D | osd_client.c | 1555 int i = 0, locality; in pick_closest_replica() local 1558 locality = ceph_get_crush_locality(osdc->osdmap, in pick_closest_replica() 1562 (locality >= 0 && best_locality < 0) || in pick_closest_replica() 1563 (locality >= 0 && best_locality >= 0 && in pick_closest_replica() 1564 locality < best_locality)) { in pick_closest_replica() 1566 best_locality = locality; in pick_closest_replica()
|
| /linux/Documentation/admin-guide/sysctl/ |
| H A D | vm.rst | 755 Type(A) offers the best locality for processes on Node(0), but ZONE_DMA 759 Type(B) cannot offer the best locality but is more robust against OOM of 1135 data locality.
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-kernel-slab | 117 are active and their NUMA locality.
|
| /linux/Documentation/RCU/Design/Data-Structures/ |
| H A D | Data-Structures.rst | 909 same CPU that registered them. This is strictly a cache-locality
|
| /linux/lib/ |
| H A D | Kconfig.debug | 1886 feature by default. When enabled, memory and cache locality will
|