Searched refs:__address (Results 1 – 7 of 7) sorted by relevance
| /linux/include/linux/ |
| H A D | mmu_notifier.h | 519 #define clear_flush_young_ptes_notify(__vma, __address, __ptep, __nr) \ argument 523 unsigned long ___address = __address; \ 533 #define pmdp_clear_flush_young_notify(__vma, __address, __pmdp) \ argument 537 unsigned long ___address = __address; \ 546 #define ptep_clear_young_notify(__vma, __address, __ptep) \ argument 550 unsigned long ___address = __address; \ 557 #define pmdp_clear_young_notify(__vma, __address, __pmdp) \ argument 561 unsigned long ___address = __address; \
|
| H A D | huge_mm.h | 451 #define split_huge_pmd(__vma, __pmd, __address) \ argument 455 __split_huge_pmd(__vma, __pmd, __address, \ 476 #define split_huge_pud(__vma, __pud, __address) \ argument 480 __split_huge_pud(__vma, __pud, __address); \ 654 #define split_huge_pmd(__vma, __pmd, __address) \ argument 672 #define split_huge_pud(__vma, __pmd, __address) \ argument
|
| /linux/arch/x86/boot/compressed/ |
| H A D | ident_map_64.c | 193 pmd_t *pmdp, unsigned long __address) in split_large_pmd() argument 205 address = __address & PMD_MASK; in split_large_pmd() 229 return pte + pte_index(__address); in split_large_pmd()
|
| /linux/arch/powerpc/include/asm/nohash/64/ |
| H A D | pgtable.h | 156 #define ptep_clear_flush_young(__vma, __address, __ptep) \ argument 158 int __young = ptep_test_and_clear_young(__vma, __address, __ptep);\
|
| /linux/arch/sparc/include/asm/ |
| H A D | pgtable_32.h | 412 #define ptep_set_access_flags(__vma, __address, __ptep, __entry, __dirty) \ argument 417 flush_tlb_page(__vma, __address); \
|
| /linux/drivers/gpu/drm/display/ |
| H A D | drm_dp_tunnel.c | 213 #define tunnel_reg_ptr(__regs, __address) ({ \ argument 214 WARN_ON(!test_bit((__address) - DP_TUNNELING_BASE, dptun_info_regs)); \ 215 &(__regs)->buf[bitmap_weight(dptun_info_regs, (__address) - DP_TUNNELING_BASE)]; \
|
| /linux/drivers/iio/temperature/ |
| H A D | ltc2983.c | 1283 #define LTC2983_CHAN(__type, index, __address) ({ \ argument 1290 .address = __address, \
|