函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\context_tracking.h Create Date:2022-07-27 06:47:58
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:exception_enter

函数原型:static inline enum ctx_state exception_enter(void)

返回类型:enum ctx_state

参数:

88  返回:0
调用者
名称描述
do_async_page_fault
preempt_schedule_irqThis is the entry point to schedule() from kernel preemption* off of irq context.* Note, that this is called and return with irqs disabled. This will* protect us against recursive calling from irq.