Function report |
Source Code:arch\x86\include\asm\pgtable.h |
Create Date:2022-07-28 06:00:14 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:pmd_none
Proto:static inline int pmd_none(pmd_t pmd)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
pmd_t | pmd |
788 | val = native_pmd_val(pmd) |
789 | Return (val & ~_PAGE_KNL_ERRATUM_MASK) == 0 |
Name | Describe |
---|---|
follow_pmd_mask | |
__pte_alloc | |
__pte_alloc_kernel | |
__do_fault | The mmap_sem must have been held on entry, and may have been* released depending on flags and vma->vm_ops->fault() return value.* See filemap_fault() and __lock_page_retry(). |
pte_alloc_one_map | |
alloc_set_pte | alloc_set_pte - setup new PTE entry for given page and add reverse page* mapping |
do_fault_around | do_fault_around() tries to map few pages around the fault address. The hope* is that the pages will be needed soon and this will lower the number of* faults to handle.* It uses vm_ops->map_pages() to map the pages, which skips the page if it's |
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) |
__handle_mm_fault | By the time we get here, we already hold the mm semaphore* The mmap_sem may have been released depending on flags and our* return value. See filemap_fault() and __lock_page_or_retry(). |
__follow_pte_pmd | |
pmd_none_or_clear_bad_unless_trans_huge | Used when setting automatic NUMA hinting protection where it is* critical that a numa hinting PMD is not confused with a bad PMD. |
get_old_pmd | |
walk_pmd_range | |
vmalloc_to_page | Walk a vmap address to the struct page it maps. |
vmemmap_pmd_populate | |
shadow_mapped | |
zero_pmd_populate | |
kasan_free_pmd | |
__do_huge_pmd_anonymous_page | |
set_huge_zero_page | Caller must hold page table lock. |
do_huge_pmd_anonymous_page | |
insert_pfn_pmd | |
move_huge_pmd | |
collapse_huge_page | |
__mcopy_atomic | |
hmm_vma_walk_pmd | |
userfaultfd_must_wait | Verify the pagetables are still not ok after having reigstered into* the fault_pending_wqh to avoid userland having to UFFDIO_WAKE any* userfault that has already been resolved, if userfaultfd_read and* UFFDIO_COPY|ZEROPAGE are being run simultaneously on |
is_swap_pmd |
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 |