Searched refs:__address (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/include/linux/ |
D | mmu_notifier.h | 310 #define ptep_clear_flush_young_notify(__vma, __address, __ptep) \ argument 314 unsigned long ___address = __address; \ 323 #define pmdp_clear_flush_young_notify(__vma, __address, __pmdp) \ argument 327 unsigned long ___address = __address; \ 336 #define ptep_clear_young_notify(__vma, __address, __ptep) \ argument 340 unsigned long ___address = __address; \ 347 #define pmdp_clear_young_notify(__vma, __address, __pmdp) \ argument 351 unsigned long ___address = __address; \ 358 #define ptep_clear_flush_notify(__vma, __address, __ptep) \ argument 360 unsigned long ___addr = __address & PAGE_MASK; \ [all …]
|
D | huge_mm.h | 105 #define split_huge_page_pmd(__vma, __address, __pmd) \ argument 109 __split_huge_page_pmd(__vma, __address, \ 186 #define split_huge_page_pmd(__vma, __address, __pmd) \ argument 190 #define split_huge_page_pmd_mm(__mm, __address, __pmd) \ argument
|
/linux-4.4.14/arch/metag/include/asm/ |
D | pgtable.h | 254 #define ptep_set_access_flags(__vma, __address, __ptep, __entry, __dirty) \ argument 258 set_pte_at((__vma)->vm_mm, (__address), __ptep, __entry); \ 260 flush_tlb_page(__vma, __address); \
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | pgtable_32.h | 427 #define ptep_set_access_flags(__vma, __address, __ptep, __entry, __dirty) \ argument 431 set_pte_at((__vma)->vm_mm, (__address), __ptep, __entry); \ 432 flush_tlb_page(__vma, __address); \
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | pgtable-ppc64.h | 290 #define ptep_clear_flush_young(__vma, __address, __ptep) \ argument 292 int __young = __ptep_test_and_clear_young((__vma)->vm_mm, __address, \
|
/linux-4.4.14/arch/x86/include/asm/ |
D | pgtable_types.h | 443 extern phys_addr_t slow_virt_to_phys(void *__address);
|