Home
last modified time | relevance | path

Searched refs:Hash (Results 1 – 25 of 26) sorted by relevance

12

/Linux-v4.19/arch/powerpc/mm/
Dppc_mmu_32.c37 struct hash_pte *Hash, *Hash_end; variable
170 if (!Hash) in hash_preload()
227 Hash = __va(memblock_alloc(Hash_size, Hash_size)); in MMU_init_hw()
228 memset(Hash, 0, Hash_size); in MMU_init_hw()
229 _SDR1 = __pa(Hash) | SDR1_LOW_BITS; in MMU_init_hw()
231 Hash_end = (struct hash_pte *) ((unsigned long)Hash + Hash_size); in MMU_init_hw()
234 (unsigned long long)(total_memory >> 20), Hash_size >> 10, Hash); in MMU_init_hw()
248 | ((unsigned int)(Hash) >> 16); in MMU_init_hw()
266 | ((unsigned int)(Hash) >> 16); in MMU_init_hw()
Dtlb_hash32.c44 if (Hash) { in flush_hash_entry()
57 if (!Hash) { in tlb_flush()
87 if (!Hash) { in flush_range()
127 if (!Hash) { in flush_tlb_mm()
148 if (!Hash) { in flush_tlb_page()
Dmmu_decl.h103 extern struct hash_pte *Hash, *Hash_end;
/Linux-v4.19/Documentation/crypto/
Dapi-digest.rst19 Asynchronous Hash Request Handle
23 :doc: Asynchronous Hash Request Handle
Dapi-samples.rst185 char *drbg = "drbg_nopr_sha256"; /* Hash DRBG with SHA-256, no PR */
/Linux-v4.19/Documentation/devicetree/bindings/dma/
Dste-dma40.txt111 49: Crypto Accelerator 1 TX or Hash Accelerator 1 TX
112 50: Hash Accelerator 1 TX
124 62: Crypto Accelerator 0 TX or Hash Accelerator 0 TX
125 63: Hash Accelerator 0 TX
/Linux-v4.19/Documentation/RCU/
DarrayRCU.txt7 1. Hash Tables
28 Situation 1: Hash Tables
30 Hash tables are often implemented as an array, where each array entry
DRTFP.txt704 ,title="High Performance Dynamic Lock-Free Hash Tables and List-Based Sets"
2475 ,title="Scalable Concurrent Hash Tables via Relativistic Programming"
2578 ,title = {Resizable, Scalable, Concurrent Hash Tables via Relativistic Programming}
/Linux-v4.19/Documentation/powerpc/
Dcpu_families.txt11 - Hash MMU
Dqe_firmware.txt144 | | command | command: "Add/Remove entry in Hash Lookup |
/Linux-v4.19/arch/ia64/
DKconfig.debug35 The Virtual Hash Page Table (VHPT) enhances virtual address
/Linux-v4.19/Documentation/devicetree/bindings/crypto/
Datmel-crypto.txt48 * Secure Hash Algorithm (SHA)
/Linux-v4.19/Documentation/filesystems/ext4/ondisk/
Dattributes.rst72 - Hash value of all attributes.
130 - Hash value of attribute name and attribute value. The kernel doesn't
Ddirectory.rst166 Hash Tree Directories
270 - Hash type, see dirhash_ table below.
388 - Hash code.
/Linux-v4.19/tools/memory-model/
DREADME55 Hash=d66d99523e2cac6b06e66f4c995ebb48
88 Hash=d66d99523e2cac6b06e66f4c995ebb48
/Linux-v4.19/Documentation/networking/
Dvxge.txt56 viii)RTH (Receive Traffic Hash): (Enabled by default)
Dpacket_mmap.txt564 - RX Hash data available in user space
/Linux-v4.19/arch/powerpc/kernel/
Dsetup-common.c835 if (Hash) in print_system_info()
836 pr_info("Hash = 0x%p\n", Hash); in print_system_info()
/Linux-v4.19/Documentation/device-mapper/
Dverity.txt119 Hash blocks are still verified each time they are read from the hash device,
148 Hash Tree
/Linux-v4.19/fs/affs/
DChanges272 - Hash chains are now sorted by block numbers.
/Linux-v4.19/arch/powerpc/platforms/
DKconfig.cputype349 If this option is disabled, the Hash MMU will be used by default,
/Linux-v4.19/Documentation/filesystems/
Dfscrypt.rst234 (Hash-Encrypt-Hash) mode.
/Linux-v4.19/crypto/
DKconfig498 comment "Hash modes"
1807 bool "Enable Hash DRBG"
1810 Enable the Hash DRBG variant as defined in NIST SP800-90A.
/Linux-v4.19/drivers/message/fusion/lsi/
Dmpi_history.txt412 * Added disable use SATA Hash Address for SAS IOUNIT
/Linux-v4.19/arch/x86/crypto/
Daesni-intel_asm.S200 # Input: Hash subkey.

12