Searched refs:Hash (Results 1 – 25 of 26) sorted by relevance
12
/Linux-v4.19/arch/powerpc/mm/ |
D | ppc_mmu_32.c | 37 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()
|
D | tlb_hash32.c | 44 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()
|
D | mmu_decl.h | 103 extern struct hash_pte *Hash, *Hash_end;
|
/Linux-v4.19/Documentation/crypto/ |
D | api-digest.rst | 19 Asynchronous Hash Request Handle 23 :doc: Asynchronous Hash Request Handle
|
D | api-samples.rst | 185 char *drbg = "drbg_nopr_sha256"; /* Hash DRBG with SHA-256, no PR */
|
/Linux-v4.19/Documentation/devicetree/bindings/dma/ |
D | ste-dma40.txt | 111 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/ |
D | arrayRCU.txt | 7 1. Hash Tables 28 Situation 1: Hash Tables 30 Hash tables are often implemented as an array, where each array entry
|
D | RTFP.txt | 704 ,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/ |
D | cpu_families.txt | 11 - Hash MMU
|
D | qe_firmware.txt | 144 | | command | command: "Add/Remove entry in Hash Lookup |
|
/Linux-v4.19/arch/ia64/ |
D | Kconfig.debug | 35 The Virtual Hash Page Table (VHPT) enhances virtual address
|
/Linux-v4.19/Documentation/devicetree/bindings/crypto/ |
D | atmel-crypto.txt | 48 * Secure Hash Algorithm (SHA)
|
/Linux-v4.19/Documentation/filesystems/ext4/ondisk/ |
D | attributes.rst | 72 - Hash value of all attributes. 130 - Hash value of attribute name and attribute value. The kernel doesn't
|
D | directory.rst | 166 Hash Tree Directories 270 - Hash type, see dirhash_ table below. 388 - Hash code.
|
/Linux-v4.19/tools/memory-model/ |
D | README | 55 Hash=d66d99523e2cac6b06e66f4c995ebb48 88 Hash=d66d99523e2cac6b06e66f4c995ebb48
|
/Linux-v4.19/Documentation/networking/ |
D | vxge.txt | 56 viii)RTH (Receive Traffic Hash): (Enabled by default)
|
D | packet_mmap.txt | 564 - RX Hash data available in user space
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | setup-common.c | 835 if (Hash) in print_system_info() 836 pr_info("Hash = 0x%p\n", Hash); in print_system_info()
|
/Linux-v4.19/Documentation/device-mapper/ |
D | verity.txt | 119 Hash blocks are still verified each time they are read from the hash device, 148 Hash Tree
|
/Linux-v4.19/fs/affs/ |
D | Changes | 272 - Hash chains are now sorted by block numbers.
|
/Linux-v4.19/arch/powerpc/platforms/ |
D | Kconfig.cputype | 349 If this option is disabled, the Hash MMU will be used by default,
|
/Linux-v4.19/Documentation/filesystems/ |
D | fscrypt.rst | 234 (Hash-Encrypt-Hash) mode.
|
/Linux-v4.19/crypto/ |
D | Kconfig | 498 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/ |
D | mpi_history.txt | 412 * Added disable use SATA Hash Address for SAS IOUNIT
|
/Linux-v4.19/arch/x86/crypto/ |
D | aesni-intel_asm.S | 200 # Input: Hash subkey.
|
12