Function report |
Source Code:include\linux\mm.h |
Create Date:2022-07-28 05:43:43 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:pte_lockptr
Proto:static inline spinlock_t *pte_lockptr(struct mm_struct *mm, pmd_t *pmd)
Type:spinlock_t
Parameter:
Type | Parameter | Name |
---|---|---|
struct mm_struct * | mm | |
pmd_t * | pmd |
1902 | Return ptlock_ptr(pmd_page( * pmd)) |
Name | Describe |
---|---|
copy_pte_range | |
do_numa_page | |
handle_pte_fault | These routines also need to handle stuff like marking pages dirty* and/or accessed for architectures that don't do it in hardware (most* RISC architectures) |
move_ptes | |
map_pte | |
page_vma_mapped_walk | page_vma_mapped_walk - check if @pvmw->page is mapped in @pvmw->vma at*@pvmw->address*@pvmw: pointer to struct page_vma_mapped_walk. page, vma, address and flags* must be set. pmd, pte and ptl must be NULL.* Returns true if the page is mapped in the vma |
migration_entry_wait | |
collapse_huge_page |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |