Searched refs:hashp (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/fs/xfs/scrub/ |
H A D | dabtree.h | 39 int xchk_da_btree_hash(struct xchk_da_btree *ds, int level, __be32 *hashp);
|
H A D | dabtree.c | 100 __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 D | sev.c | 1877 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 D | mmu_common.c | 263 hwaddr *hashp, bool *keyp, in mmu6xx_get_physical_address() argument 309 *hashp = hash; in mmu6xx_get_physical_address()
|
/openbmc/linux/include/linux/ |
H A D | uio.h | 363 size_t hash_and_copy_to_iter(const void *addr, size_t bytes, void *hashp,
|
/openbmc/linux/lib/ |
H A D | iov_iter.c | 1239 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()
|