__address         282 arch/powerpc/include/asm/nohash/64/pgtable.h #define ptep_clear_flush_young(__vma, __address, __ptep)		\
__address         284 arch/powerpc/include/asm/nohash/64/pgtable.h 	int __young = __ptep_test_and_clear_young((__vma)->vm_mm, __address, \
__address         428 arch/sparc/include/asm/pgtable_32.h #define ptep_set_access_flags(__vma, __address, __ptep, __entry, __dirty) \
__address         432 arch/sparc/include/asm/pgtable_32.h 		set_pte_at((__vma)->vm_mm, (__address), __ptep, __entry); \
__address         433 arch/sparc/include/asm/pgtable_32.h 		flush_tlb_page(__vma, __address);			  \
__address         565 arch/x86/include/asm/pgtable_types.h extern phys_addr_t slow_virt_to_phys(void *__address);
__address          62 drivers/staging/rtl8192e/dot11d.h #define IS_EQUAL_CIE_SRC(__ieee_dev, __address)		\
__address          64 drivers/staging/rtl8192e/dot11d.h 		GET_DOT11D_INFO(__ieee_dev)->country_src_addr, __address)
__address          65 drivers/staging/rtl8192e/dot11d.h #define UPDATE_CIE_SRC(__ieee_dev, __address)		\
__address          66 drivers/staging/rtl8192e/dot11d.h 	copy_mac_addr(GET_DOT11D_INFO(__ieee_dev)->country_src_addr, __address)
__address         175 include/linux/huge_mm.h #define split_huge_pmd(__vma, __pmd, __address)				\
__address         180 include/linux/huge_mm.h 			__split_huge_pmd(__vma, __pmd, __address,	\
__address         191 include/linux/huge_mm.h #define split_huge_pud(__vma, __pud, __address)				\
__address         196 include/linux/huge_mm.h 			__split_huge_pud(__vma, __pud, __address);	\
__address         333 include/linux/huge_mm.h #define split_huge_pmd(__vma, __pmd, __address)	\
__address         341 include/linux/huge_mm.h #define split_huge_pud(__vma, __pmd, __address)	\
__address         422 include/linux/mmu_notifier.h #define ptep_clear_flush_young_notify(__vma, __address, __ptep)		\
__address         426 include/linux/mmu_notifier.h 	unsigned long ___address = __address;				\
__address         435 include/linux/mmu_notifier.h #define pmdp_clear_flush_young_notify(__vma, __address, __pmdp)		\
__address         439 include/linux/mmu_notifier.h 	unsigned long ___address = __address;				\
__address         448 include/linux/mmu_notifier.h #define ptep_clear_young_notify(__vma, __address, __ptep)		\
__address         452 include/linux/mmu_notifier.h 	unsigned long ___address = __address;				\
__address         459 include/linux/mmu_notifier.h #define pmdp_clear_young_notify(__vma, __address, __pmdp)		\
__address         463 include/linux/mmu_notifier.h 	unsigned long ___address = __address;				\
__address         470 include/linux/mmu_notifier.h #define	ptep_clear_flush_notify(__vma, __address, __ptep)		\
__address         472 include/linux/mmu_notifier.h 	unsigned long ___addr = __address & PAGE_MASK;			\
__address         476 include/linux/mmu_notifier.h 	___pte = ptep_clear_flush(__vma, __address, __ptep);		\
__address         519 include/linux/mmu_notifier.h #define set_pte_at_notify(__mm, __address, __ptep, __pte)		\
__address         522 include/linux/mmu_notifier.h 	unsigned long ___address = __address;				\