Home
last modified time | relevance | path

Searched refs:hashp (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/fs/xfs/scrub/
H A Ddabtree.h39 int xchk_da_btree_hash(struct xchk_da_btree *ds, int level, __be32 *hashp);
H A Ddabtree.c100 __be32 *hashp) in xchk_da_btree_hash() argument
107 hash = be32_to_cpu(*hashp); in xchk_da_btree_hash()
/openbmc/qemu/target/i386/
H A Dsev.c1877 uint8_t *hashp; in build_kernel_loader_hashes() local
1885 hashp = cmdline_hash; in build_kernel_loader_hashes()
1887 ctx->cmdline_size, &hashp, &hash_len, errp) < 0) { in build_kernel_loader_hashes()
1896 hashp = initrd_hash; in build_kernel_loader_hashes()
1898 ctx->initrd_size, &hashp, &hash_len, errp) < 0) { in build_kernel_loader_hashes()
1904 hashp = kernel_hash; in build_kernel_loader_hashes()
1910 &hashp, &hash_len, errp) < 0) { in build_kernel_loader_hashes()
/openbmc/qemu/target/ppc/
H A Dmmu_common.c263 hwaddr *hashp, bool *keyp, in mmu6xx_get_physical_address() argument
309 *hashp = hash; in mmu6xx_get_physical_address()
/openbmc/linux/include/linux/
H A Duio.h363 size_t hash_and_copy_to_iter(const void *addr, size_t bytes, void *hashp,
/openbmc/linux/lib/
H A Diov_iter.c1239 size_t hash_and_copy_to_iter(const void *addr, size_t bytes, void *hashp, in hash_and_copy_to_iter() argument
1243 struct ahash_request *hash = hashp; in hash_and_copy_to_iter()