Searched refs:Hash (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s32/ |
H A 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()
|
H A 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-6.6/arch/powerpc/mm/book3s32/ |
H A D | mmu.c | 35 static struct hash_pte __initdata *Hash = (struct hash_pte *)early_hash; variable 375 Hash = memblock_alloc(Hash_size, Hash_size); in MMU_init_hw() 376 if (!Hash) in MMU_init_hw() 379 _SDR1 = __pa(Hash) | SDR1_LOW_BITS; in MMU_init_hw() 394 unsigned int hash = (unsigned int)Hash - PAGE_OFFSET; in MMU_init_hw_patch()
|
/kernel/linux/linux-5.10/arch/powerpc/mm/ |
H A D | mmu_decl.h | 104 extern struct hash_pte *Hash;
|
/kernel/linux/linux-6.6/rust/alloc/ |
H A D | boxed.rs | 158 use core::hash::{Hash, Hasher}; 1384 impl<T: ?Sized + Hash, A: Allocator> Hash for Box<T, A> {
|
H A D | lib.rs | 278 use std::hash::{BuildHasher, Hash, Hasher};
|
/kernel/linux/linux-6.6/rust/alloc/vec/ |
H A D | mod.rs | 62 use core::hash::{Hash, Hasher}; 2903 impl<T: Hash, A: Allocator> Hash for Vec<T, A> { 2906 Hash::hash(&**self, state) in hash()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | head_book3s_32.S | 930 addis r3, r3, Hash@ha 931 stw r6, Hash@l(r3)
|
/kernel/linux/linux-6.6/arch/powerpc/crypto/ |
H A D | aes-gcm-p10.S | 22 # Hash keys = v3 - v14 528 # load Hash - h^4, h^3, h^2, h
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | aesni-intel_asm.S | 195 # Input: Hash subkey. 1524 * u8 *hash_subkey, // H, the Hash sub key input. Data starts on a 16-byte boundary. 1615 * u8 *hash_subkey, // H, the Hash sub key input. Data starts on a 16-byte boundary. 1700 * u8 *hash_subkey, // H, the Hash sub key input. Data starts on a 16-byte boundary.
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | aesni-intel_asm.S | 191 # Input: Hash subkey. 1520 * u8 *hash_subkey, // H, the Hash sub key input. Data starts on a 16-byte boundary. 1611 * u8 *hash_subkey, // H, the Hash sub key input. Data starts on a 16-byte boundary. 1696 * u8 *hash_subkey, // H, the Hash sub key input. Data starts on a 16-byte boundary.
|
Completed in 16 milliseconds