函数逻辑报告 |
Source Code:mm\mapping_dirty_helpers.c |
Create Date:2022-07-27 18:13:33 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:wp_pte - Write-protect a pte*@pte: Pointer to the pte*@addr: The virtual page address*@walk: pagetable walk callback argument* The function write-protects a pte and records the range in
函数原型:static int wp_pte(pte_t *pte, unsigned long addr, unsigned long end, struct mm_walk *walk)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
pte_t * | pte | |
unsigned long | addr | |
unsigned long | end | |
struct mm_walk * | walk |
39 | old_pte等于Start a pte protection read-modify-write transaction, which* protects against asynchronous hardware modifications to the pte |
41 | ptent等于pte_wrprotect(old_pte) |
43 | total自加 |
44 | tlbflush_start等于两数取小(tlbflush_start, addr) |
45 | tlbflush_end等于两数取大(tlbflush_end, addr + PAGE_SIZE) |
49 | 返回:0 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |