Home
last modified time | relevance | path

Searched refs:Hash (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/mm/book3s32/
H A Dtlb.c39 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 Dmmu.c36 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 Dmmu.c35 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 Dmmu_decl.h104 extern struct hash_pte *Hash;
/kernel/linux/linux-6.6/rust/alloc/
H A Dboxed.rs158 use core::hash::{Hash, Hasher};
1384 impl<T: ?Sized + Hash, A: Allocator> Hash for Box<T, A> {
H A Dlib.rs278 use std::hash::{BuildHasher, Hash, Hasher};
/kernel/linux/linux-6.6/rust/alloc/vec/
H A Dmod.rs62 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 Dhead_book3s_32.S930 addis r3, r3, Hash@ha
931 stw r6, Hash@l(r3)
/kernel/linux/linux-6.6/arch/powerpc/crypto/
H A Daes-gcm-p10.S22 # Hash keys = v3 - v14
528 # load Hash - h^4, h^3, h^2, h
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Daesni-intel_asm.S195 # 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 Daesni-intel_asm.S191 # 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