Home
last modified time | relevance | path

Searched refs:search_bpf_extables (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dextable.h37 const struct exception_table_entry *search_bpf_extables(unsigned long addr);
40 search_bpf_extables(unsigned long addr) in search_bpf_extables() function
/openbmc/linux/kernel/
H A Dextable.c62 e = search_bpf_extables(addr); in search_exception_tables()
/openbmc/linux/kernel/bpf/
H A Dcore.c757 const struct exception_table_entry *search_bpf_extables(unsigned long addr) in search_bpf_extables() function