Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\extable.c Create Date:2022-07-28 09:29:07
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Given an address, look for it in the kernel exception table

Proto:const struct exception_table_entry *search_kernel_exception_table(unsigned long addr)

Type:struct exception_table_entry

Parameter:

TypeParameterName
unsigned longaddr
47  Return Search one exception table for an entry corresponding to the* given instruction address, and return the address of the entry,* or NULL if none is found.* We use a binary search, and thus we assume that the table is* already sorted.
Caller
NameDescribe
search_exception_tablesGiven an address, look for it in the exception tables.