Home
last modified time | relevance | path

Searched refs:__address (Results 1 – 8 of 8) sorted by relevance

/linux/include/linux/
A Dmmu_notifier.h544 unsigned long ___address = __address; \
557 unsigned long ___address = __address; \
566 #define ptep_clear_young_notify(__vma, __address, __ptep) \ argument
570 unsigned long ___address = __address; \
577 #define pmdp_clear_young_notify(__vma, __address, __pmdp) \ argument
581 unsigned long ___address = __address; \
588 #define ptep_clear_flush_notify(__vma, __address, __ptep) \ argument
590 unsigned long ___addr = __address & PAGE_MASK; \
594 ___pte = ptep_clear_flush(__vma, __address, __ptep); \
637 #define set_pte_at_notify(__mm, __address, __ptep, __pte) \ argument
[all …]
A Dhuge_mm.h199 #define split_huge_pmd(__vma, __pmd, __address) \ argument
204 __split_huge_pmd(__vma, __pmd, __address, \
215 #define split_huge_pud(__vma, __pud, __address) \ argument
220 __split_huge_pud(__vma, __pud, __address); \
391 #define split_huge_pmd(__vma, __pmd, __address) \ argument
399 #define split_huge_pud(__vma, __pmd, __address) \ argument
/linux/drivers/staging/rtl8192e/
A Ddot11d.h62 #define IS_EQUAL_CIE_SRC(__ieee_dev, __address) \ argument
64 GET_DOT11D_INFO(__ieee_dev)->country_src_addr, __address)
65 #define UPDATE_CIE_SRC(__ieee_dev, __address) \ argument
66 copy_mac_addr(GET_DOT11D_INFO(__ieee_dev)->country_src_addr, __address)
/linux/arch/x86/boot/compressed/
A Dident_map_64.c172 pmd_t *pmdp, unsigned long __address) in split_large_pmd() argument
184 address = __address & PMD_MASK; in split_large_pmd()
208 return pte + pte_index(__address); in split_large_pmd()
/linux/arch/sparc/include/asm/
A Dpgtable_32.h417 #define ptep_set_access_flags(__vma, __address, __ptep, __entry, __dirty) \ argument
421 set_pte_at((__vma)->vm_mm, (__address), __ptep, __entry); \
422 flush_tlb_page(__vma, __address); \
/linux/arch/powerpc/include/asm/nohash/64/
A Dpgtable.h247 #define ptep_clear_flush_young(__vma, __address, __ptep) \ argument
249 int __young = __ptep_test_and_clear_young((__vma)->vm_mm, __address, \
/linux/arch/x86/include/asm/
A Dpgtable_types.h567 extern phys_addr_t slow_virt_to_phys(void *__address);
/linux/drivers/iio/temperature/
A Dltc2983.c1253 #define LTC2983_CHAN(__type, index, __address) ({ \ argument
1260 .address = __address, \

Completed in 27 milliseconds