Searched refs:Hash (Results 1 – 25 of 61) sorted by relevance
123
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s32/ |
D | tlb.c | 39 if (Hash) { in flush_hash_entry() 52 if (!Hash) { in tlb_flush() 83 if (!Hash) { in flush_range() 125 if (!Hash) { in flush_tlb_mm() 146 if (!Hash) { in flush_tlb_page()
|
D | mmu.c | 36 struct hash_pte *Hash; variable 310 if (!Hash) in hash_preload() 385 Hash = memblock_alloc(Hash_size, Hash_size); in MMU_init_hw() 386 if (!Hash) in MMU_init_hw() 389 _SDR1 = __pa(Hash) | SDR1_LOW_BITS; in MMU_init_hw() 404 unsigned int hash = (unsigned int)Hash - PAGE_OFFSET; in MMU_init_hw_patch()
|
/kernel/linux/linux-5.10/Documentation/crypto/ |
D | api-digest.rst | 19 Asynchronous Hash Request Handle 23 :doc: Asynchronous Hash Request Handle
|
D | api-samples.rst | 162 char *drbg = "drbg_nopr_sha256"; /* Hash DRBG with SHA-256, no PR */
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/Documentation/RCU/ |
D | arrayRCU.rst | 9 1. :ref:`Hash Tables <hash_tables>` 31 Situation 1: Hash Tables 34 Hash tables are often implemented as an array, where each array entry
|
/kernel/linux/linux-5.10/Documentation/ABI/stable/ |
D | sysfs-bus-mhi | 16 Description: The file holds the OEM PK Hash value of the endpoint device
|
/kernel/linux/linux-5.10/Documentation/powerpc/ |
D | cpu_families.rst | 12 - Hash MMU (except 603 and e300)
|
D | qe_firmware.rst | 144 | | command | command: "Add/Remove entry in Hash Lookup |
|
/kernel/linux/linux-5.10/arch/powerpc/mm/ |
D | mmu_decl.h | 104 extern struct hash_pte *Hash;
|
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/ethernet/intel/ |
D | fm10k.rst | 116 - f Hash on bytes 0 and 1 of the Layer 4 header of the rx packet. 117 - n Hash on bytes 2 and 3 of the Layer 4 header of the rx packet.
|
D | i40e.rst | 364 f Hash on bytes 0 and 1 of the Layer 4 header of the Rx packet. 365 n Hash on bytes 2 and 3 of the Layer 4 header of the Rx packet. 434 RSS Hash Flow 449 s Hash on the IP source address of the Rx packet. 450 d Hash on the IP destination address of the Rx packet. 451 f Hash on bytes 0 and 1 of the Layer 4 header of the Rx packet. 452 n Hash on bytes 2 and 3 of the Layer 4 header of the Rx packet.
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/crypto/ |
D | atmel-crypto.txt | 48 * Secure Hash Algorithm (SHA)
|
/kernel/linux/linux-5.10/arch/ia64/ |
D | Kconfig.debug | 35 The Virtual Hash Page Table (VHPT) enhances virtual address
|
/kernel/linux/linux-5.10/Documentation/filesystems/ext4/ |
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.
|
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/ethernet/neterion/ |
D | vxge.rst | 67 viii)RTH (Receive Traffic Hash): (Enabled by default)
|
/kernel/linux/linux-5.10/tools/memory-model/ |
D | README | 107 Hash=d66d99523e2cac6b06e66f4c995ebb48 144 Hash=d66d99523e2cac6b06e66f4c995ebb48
|
/kernel/linux/linux-5.10/Documentation/admin-guide/device-mapper/ |
D | verity.rst | 127 Hash blocks are still verified each time they are read from the hash device, 163 Hash Tree
|
/kernel/linux/linux-5.10/tools/memory-model/Documentation/ |
D | litmus-tests.txt | 199 12 Hash=579aaa14d8c35a39429b02e698241d09 297 12 Hash=ab9a9b7940a75a792266be279a980156 358 11 Hash=e5260556f6de495fd39b556d1b831c3b 426 13 Hash=c7f30fe0faebb7d565405d55b7318ada 480 13 Hash=40de8418c4b395388f6501cafd1ed38d 669 10 Hash=080bc508da7f291e122c6de76c0088e3 748 11 Hash=49ef7a741563570102448a256a0c8568
|
/kernel/linux/linux-5.10/Documentation/virt/ |
D | ne_overview.rst | 70 Hash values are computed for the entire enclave image (EIF), the kernel and
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
D | head_book3s_32.S | 930 addis r3, r3, Hash@ha 931 stw r6, Hash@l(r3)
|
/kernel/linux/config/linux-5.10/type/ |
D | small_defconfig | 606 # Hash modes
|
/kernel/linux/linux-5.10/crypto/ |
D | Kconfig | 552 comment "Hash modes" 1054 tristate "Streebog Hash Function" 1057 Streebog Hash Function (GOST R 34.11-2012, RFC 6986) is one of the Russian 1846 bool "Enable Hash DRBG" 1849 Enable the Hash DRBG variant as defined in NIST SP800-90A.
|
/kernel/linux/linux-5.10/fs/affs/ |
D | Changes | 272 - Hash chains are now sorted by block numbers.
|
123