Home
last modified time | relevance | path

Searched refs:user_mode (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/process/
H A Dptrace.h39 static inline int user_mode(struct pt_regs *regs) in user_mode() function
/DragonOS/docs/community/ChangeLog/V0.1.x/
H A DV0.1.2.md263 * 将原有的判断pt_regs是否来自用户态的代码,统一改为调用user_mode函数