函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:Careful! CR3 contains more than just an address. You probably want* read_cr3_pa() instead.

函数原型:static inline unsigned long __read_cr3(void)

返回类型:unsigned long

参数:

169  返回:__native_read_cr3()
调用者
名称描述
__show_regs
read_cr3_paFriendlier CR3 helpers.
__get_current_cr3_fastThis can be used from process context to figure out what the value of* CR3 is without needing to do a (slow) __read_cr3().* It's intended to be used for code like KVM that sneakily changes CR3* and needs to restore it. It needs to be used very carefully.