Searched refs:hash_offset (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/soc/qcom/ |
| D | mdt_loader.c | 90 size_t hash_offset; in qcom_mdt_read_metadata() local 116 hash_offset = phdrs[0].p_filesz; in qcom_mdt_read_metadata() 118 hash_offset = phdrs[1].p_offset; in qcom_mdt_read_metadata() 121 memcpy(data + ehdr_size, fw->data + hash_offset, hash_size); in qcom_mdt_read_metadata()
|
| /Linux-v5.4/kernel/bpf/ |
| D | bpf_lru_list.h | 59 unsigned int hash_offset; member 73 int bpf_lru_init(struct bpf_lru *lru, bool percpu, u32 hash_offset,
|
| D | bpf_lru_list.c | 353 *(u32 *)((void *)node + lru->hash_offset) = hash; in __local_list_add_pending() 421 *(u32 *)((void *)node + lru->hash_offset) = hash; in bpf_percpu_lru_pop_free() 645 int bpf_lru_init(struct bpf_lru *lru, bool percpu, u32 hash_offset, in bpf_lru_init() argument 683 lru->hash_offset = hash_offset; in bpf_lru_init()
|
| /Linux-v5.4/drivers/crypto/ |
| D | s5p-sss.c | 243 unsigned int hash_offset; member 389 .hash_offset = 0x6000, 395 .hash_offset = 0x400, 401 .hash_offset = 0x800, 2275 pdata->io_hash_base = pdata->ioaddr + variant->hash_offset; in s5p_aes_probe()
|
| /Linux-v5.4/drivers/net/ethernet/freescale/dpaa/ |
| D | dpaa_eth.c | 2261 u32 fd_status, hash_offset; in rx_default_dqrr() local 2347 &hash_offset)) { in rx_default_dqrr() 2353 skb_set_hash(skb, be32_to_cpu(*(u32 *)(vaddr + hash_offset)), in rx_default_dqrr()
|