Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dmmu_notifier.h518 #define ptep_clear_flush_young_notify(__vma, __address, __ptep) \ argument
522 unsigned long ___address = __address; \
531 #define pmdp_clear_flush_young_notify(__vma, __address, __pmdp) \ argument
535 unsigned long ___address = __address; \
544 #define ptep_clear_young_notify(__vma, __address, __ptep) \ argument
548 unsigned long ___address = __address; \
555 #define pmdp_clear_young_notify(__vma, __address, __pmdp) \ argument
559 unsigned long ___address = __address; \
Dhuge_mm.h376 #define split_huge_pmd(__vma, __pmd, __address) \ argument
381 __split_huge_pmd(__vma, __pmd, __address, \
403 #define split_huge_pud(__vma, __pud, __address) \ argument
408 __split_huge_pud(__vma, __pud, __address); \
547 #define split_huge_pmd(__vma, __pmd, __address) \ argument
565 #define split_huge_pud(__vma, __pmd, __address) \ argument
/linux-6.12.1/arch/x86/boot/compressed/
Dident_map_64.c193 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-6.12.1/arch/powerpc/include/asm/nohash/64/
Dpgtable.h156 #define ptep_clear_flush_young(__vma, __address, __ptep) \ argument
158 int __young = ptep_test_and_clear_young(__vma, __address, __ptep);\
/linux-6.12.1/arch/sparc/include/asm/
Dpgtable_32.h421 #define ptep_set_access_flags(__vma, __address, __ptep, __entry, __dirty) \ argument
426 flush_tlb_page(__vma, __address); \
/linux-6.12.1/drivers/gpu/drm/display/
Ddrm_dp_tunnel.c212 #define tunnel_reg_ptr(__regs, __address) ({ \ argument
213 WARN_ON(!test_bit((__address) - DP_TUNNELING_BASE, dptun_info_regs)); \
214 &(__regs)->buf[bitmap_weight(dptun_info_regs, (__address) - DP_TUNNELING_BASE)]; \
/linux-6.12.1/arch/x86/include/asm/
Dpgtable_types.h572 extern phys_addr_t slow_virt_to_phys(void *__address);
/linux-6.12.1/drivers/iio/temperature/
Dltc2983.c1283 #define LTC2983_CHAN(__type, index, __address) ({ \ argument
1290 .address = __address, \