Searched refs:__address (Results 1 – 3 of 3) sorted by relevance
/arch/sparc/include/asm/ |
D | pgtable_32.h | 428 #define ptep_set_access_flags(__vma, __address, __ptep, __entry, __dirty) \ argument 432 set_pte_at((__vma)->vm_mm, (__address), __ptep, __entry); \ 433 flush_tlb_page(__vma, __address); \
|
/arch/powerpc/include/asm/nohash/64/ |
D | pgtable.h | 282 #define ptep_clear_flush_young(__vma, __address, __ptep) \ argument 284 int __young = __ptep_test_and_clear_young((__vma)->vm_mm, __address, \
|
/arch/x86/include/asm/ |
D | pgtable_types.h | 565 extern phys_addr_t slow_virt_to_phys(void *__address);
|