hash_offset       243 drivers/crypto/s5p-sss.c 	unsigned int			hash_offset;
hash_offset       389 drivers/crypto/s5p-sss.c 	.hash_offset	= 0x6000,
hash_offset       395 drivers/crypto/s5p-sss.c 	.hash_offset	= 0x400,
hash_offset       401 drivers/crypto/s5p-sss.c 	.hash_offset	= 0x800,
hash_offset      2275 drivers/crypto/s5p-sss.c 	pdata->io_hash_base = pdata->ioaddr + variant->hash_offset;
hash_offset      2266 drivers/net/ethernet/freescale/dpaa/dpaa_eth.c 	u32 fd_status, hash_offset;
hash_offset      2352 drivers/net/ethernet/freescale/dpaa/dpaa_eth.c 					      &hash_offset)) {
hash_offset      2358 drivers/net/ethernet/freescale/dpaa/dpaa_eth.c 		skb_set_hash(skb, be32_to_cpu(*(u32 *)(vaddr + hash_offset)),
hash_offset        90 drivers/soc/qcom/mdt_loader.c 	size_t hash_offset;
hash_offset       116 drivers/soc/qcom/mdt_loader.c 		hash_offset = phdrs[0].p_filesz;
hash_offset       118 drivers/soc/qcom/mdt_loader.c 		hash_offset = phdrs[1].p_offset;
hash_offset       121 drivers/soc/qcom/mdt_loader.c 	memcpy(data + ehdr_size, fw->data + hash_offset, hash_size);
hash_offset       353 kernel/bpf/bpf_lru_list.c 	*(u32 *)((void *)node + lru->hash_offset) = hash;
hash_offset       421 kernel/bpf/bpf_lru_list.c 		*(u32 *)((void *)node + lru->hash_offset) = hash;
hash_offset       645 kernel/bpf/bpf_lru_list.c int bpf_lru_init(struct bpf_lru *lru, bool percpu, u32 hash_offset,
hash_offset       683 kernel/bpf/bpf_lru_list.c 	lru->hash_offset = hash_offset;
hash_offset        59 kernel/bpf/bpf_lru_list.h 	unsigned int hash_offset;
hash_offset        73 kernel/bpf/bpf_lru_list.h int bpf_lru_init(struct bpf_lru *lru, bool percpu, u32 hash_offset,