Searched defs:pmdp (Results 1 – 5 of 5) sorted by relevance
/include/linux/ |
A D | page_table_check.h | 80 pmd_t *pmdp, pmd_t pmd, unsigned int nr) in page_table_check_pmds_set() 135 pmd_t *pmdp, pmd_t pmd, unsigned int nr) in page_table_check_pmds_set() 152 #define page_table_check_pmd_set(mm, pmdp, pmd) page_table_check_pmds_set(mm, pmdp, pmd, 1) argument
|
A D | pgtable.h | 321 unsigned long address, pmd_t *pmdp, in pmdp_set_access_flags() 345 static inline pmd_t pmdp_get(pmd_t *pmdp) in pmdp_get() 391 pmd_t *pmdp) in pmdp_test_and_clear_young() 404 pmd_t *pmdp) in pmdp_test_and_clear_young() 427 unsigned long address, pmd_t *pmdp) in pmdp_clear_flush_young() 646 pmd_t *pmdp) in pmdp_huge_get_and_clear() 674 unsigned long address, pmd_t *pmdp, in pmdp_huge_get_and_clear_full() 969 unsigned long address, pmd_t *pmdp) in pmdp_set_wrprotect() 976 unsigned long address, pmd_t *pmdp) in pmdp_set_wrprotect() 1009 pmd_t *pmdp) in pmdp_collapse_flush() [all …]
|
A D | pagewalk.h | 181 pmd_t *pmdp; member
|
A D | huge_mm.h | 587 unsigned long addr, pmd_t *pmdp, in unmap_huge_pmd_locked()
|
/include/asm-generic/ |
A D | tlb.h | 685 #define __tlb_remove_pmd_tlb_entry(tlb, pmdp, address) do {} while (0) argument 688 #define tlb_remove_pmd_tlb_entry(tlb, pmdp, address) \ argument 736 #define pmd_free_tlb(tlb, pmdp, address) \ argument
|
Completed in 837 milliseconds