Searched refs:__pmd (Results 1 – 5 of 5) sorted by relevance
/linux-4.19.296/include/linux/ |
D | huge_mm.h | 153 #define split_huge_pmd(__vma, __pmd, __address) \ argument 155 pmd_t *____pmd = (__pmd); \ 158 __split_huge_pmd(__vma, __pmd, __address, \ 297 #define split_huge_pmd(__vma, __pmd, __address) \ argument 305 #define split_huge_pud(__vma, __pmd, __address) \ argument
|
D | mmu_notifier.h | 391 #define pmdp_huge_clear_flush_notify(__vma, __haddr, __pmd) \ argument 397 ___pmd = pmdp_huge_clear_flush(__vma, __haddr, __pmd); \
|
D | swapops.h | 317 return __pmd(0); in swp_entry_to_pmd()
|
/linux-4.19.296/include/asm-generic/ |
D | pgtable-nopmd.h | 50 #define __pmd(x) ((pmd_t) { __pud(x) } ) macro
|
D | page.h | 57 #define __pmd(x) ((pmd_t) { (x) } ) macro
|