Home
last modified time | relevance | path

Searched refs:cfi_key (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/objtool/
H A Dcheck.c297 static inline u32 cfi_key(struct cfi_state *cfi) in cfi_key() function
305 struct hlist_head *head = &cfi_hash[hash_min(cfi_key(cfi), cfi_bits)]; in cfi_hash_find_or_add()
324 struct hlist_head *head = &cfi_hash[hash_min(cfi_key(cfi), cfi_bits)]; in cfi_hash_add()
/kernel/linux/linux-6.6/tools/objtool/
H A Dcheck.c313 static inline u32 cfi_key(struct cfi_state *cfi) in cfi_key() function
321 struct hlist_head *head = &cfi_hash[hash_min(cfi_key(cfi), cfi_bits)]; in cfi_hash_find_or_add()
340 struct hlist_head *head = &cfi_hash[hash_min(cfi_key(cfi), cfi_bits)]; in cfi_hash_add()

Completed in 9 milliseconds