函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:Using a temporary mm allows to set temporary mappings that are not accessible* by other CPUs

函数原型:static inline temp_mm_state_t use_temporary_mm(struct mm_struct *mm)

返回类型:temp_mm_state_t

参数:

类型参数名称
struct mm_struct *mm
383  lockdep_assert_irqs_disabled()
384  mm等于Operations with implied preemption/interrupt protection. These* operations can be used without worrying about preemption or interrupt.(loaded_mm)
385  switch_mm_irqs_off(NULL, mm, 当前进程)
398  如果hw_breakpoint_active()则hw_breakpoint_disable()
401  返回:temp_state
调用者
名称描述
__text_poke