函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:pte_offset_kernel

函数原型:static inline pte_t *pte_offset_kernel(pmd_t *pmd, unsigned long address)

返回类型:pte_t

参数:

类型参数名称
pmd_t *pmd
unsigned longaddress
836  返回:pmd_page_vaddr( * pmd)加he pte page can be thought of an array like this: pte_t[PTRS_PER_PTE]* this function returns the index of the entry in the pte page which would* control the given virtual address
调用者
名称描述
init_espfix_ap
machine_kexec_page_table_set_one
apply_to_pte_range
vunmap_pte_rangePage table manipulation functions **
vmemmap_pte_populate
shadow_mapped
zero_pte_populate
kasan_remove_pmd_table