Home
last modified time | relevance | path

Searched refs:__address (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-6.6/include/linux/
H A Dmmu_notifier.h529 #define ptep_clear_flush_young_notify(__vma, __address, __ptep) \
533 unsigned long ___address = __address; \
542 #define pmdp_clear_flush_young_notify(__vma, __address, __pmdp) \
546 unsigned long ___address = __address; \
555 #define ptep_clear_young_notify(__vma, __address, __ptep) \
559 unsigned long ___address = __address; \
566 #define pmdp_clear_young_notify(__vma, __address, __pmdp) \
570 unsigned long ___address = __address; \
587 #define set_pte_at_notify(__mm, __address, __ptep, __pte) \
590 unsigned long ___address = __address; \
[all...]
H A Dhuge_mm.h155 #define split_huge_pmd(__vma, __pmd, __address) \
160 __split_huge_pmd(__vma, __pmd, __address, \
171 #define split_huge_pud(__vma, __pud, __address) \
176 __split_huge_pud(__vma, __pud, __address); \
304 #define split_huge_pmd(__vma, __pmd, __address) \
312 #define split_huge_pud(__vma, __pmd, __address) \
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/
H A Ddot11d.h62 #define IS_EQUAL_CIE_SRC(__ieee_dev, __address) \
64 GET_DOT11D_INFO(__ieee_dev)->country_src_addr, __address)
65 #define UPDATE_CIE_SRC(__ieee_dev, __address) \
66 copy_mac_addr(GET_DOT11D_INFO(__ieee_dev)->country_src_addr, __address)
/kernel/linux/linux-6.6/drivers/staging/rtl8192e/
H A Ddot11d.h62 #define IS_EQUAL_CIE_SRC(__ieee_dev, __address) \
64 GET_DOT11D_INFO(__ieee_dev)->country_src_addr, __address)
65 #define UPDATE_CIE_SRC(__ieee_dev, __address) \
66 copy_mac_addr(GET_DOT11D_INFO(__ieee_dev)->country_src_addr, __address)
/kernel/linux/linux-5.10/include/linux/
H A Dmmu_notifier.h534 #define ptep_clear_flush_young_notify(__vma, __address, __ptep) \
538 unsigned long ___address = __address; \
547 #define pmdp_clear_flush_young_notify(__vma, __address, __pmdp) \
551 unsigned long ___address = __address; \
560 #define ptep_clear_young_notify(__vma, __address, __ptep) \
564 unsigned long ___address = __address; \
571 #define pmdp_clear_young_notify(__vma, __address, __pmdp) \
575 unsigned long ___address = __address; \
582 #define ptep_clear_flush_notify(__vma, __address, __ptep) \
584 unsigned long ___addr = __address
[all...]
H A Dhuge_mm.h202 #define split_huge_pmd(__vma, __pmd, __address) \
207 __split_huge_pmd(__vma, __pmd, __address, \
218 #define split_huge_pud(__vma, __pud, __address) \
223 __split_huge_pud(__vma, __pud, __address); \
409 #define split_huge_pmd(__vma, __pmd, __address) \
417 #define split_huge_pud(__vma, __pmd, __address) \
/kernel/linux/linux-5.10/arch/x86/boot/compressed/
H A Dident_map_64.c190 pmd_t *pmdp, unsigned long __address) in split_large_pmd()
202 address = __address & PMD_MASK; in split_large_pmd()
226 return pte + pte_index(__address); in split_large_pmd()
189 split_large_pmd(struct x86_mapping_info *info, pmd_t *pmdp, unsigned long __address) split_large_pmd() argument
/kernel/linux/linux-6.6/arch/x86/boot/compressed/
H A Dident_map_64.c192 pmd_t *pmdp, unsigned long __address) in split_large_pmd()
204 address = __address & PMD_MASK; in split_large_pmd()
228 return pte + pte_index(__address); in split_large_pmd()
191 split_large_pmd(struct x86_mapping_info *info, pmd_t *pmdp, unsigned long __address) split_large_pmd() argument
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A Dpgtable_32.h415 #define ptep_set_access_flags(__vma, __address, __ptep, __entry, __dirty) \
419 set_pte_at((__vma)->vm_mm, (__address), __ptep, __entry); \
420 flush_tlb_page(__vma, __address); \
/kernel/linux/linux-6.6/io_uring/
H A Dnet.c465 struct sockaddr_storage __address; in io_send() local
485 ret = move_addr_to_kernel(sr->addr, sr->addr_len, &__address); in io_send()
488 msg.msg_name = (struct sockaddr *)&__address; in io_send()
495 return io_setup_async_addr(req, &__address, issue_flags); in io_send()
516 return io_setup_async_addr(req, &__address, issue_flags); in io_send()
523 return io_setup_async_addr(req, &__address, issue_flags); in io_send()
1162 struct sockaddr_storage __address; in io_send_zc() local
1186 ret = move_addr_to_kernel(zc->addr, zc->addr_len, &__address); in io_send_zc()
1189 msg.msg_name = (struct sockaddr *)&__address; in io_send_zc()
1196 return io_setup_async_addr(req, &__address, issue_flag in io_send_zc()
[all...]
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/64/
H A Dpgtable.h254 #define ptep_clear_flush_young(__vma, __address, __ptep) \
256 int __young = __ptep_test_and_clear_young((__vma)->vm_mm, __address, \
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/64/
H A Dpgtable.h235 #define ptep_clear_flush_young(__vma, __address, __ptep) \
237 int __young = __ptep_test_and_clear_young((__vma)->vm_mm, __address, \
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H A Dpgtable_32.h421 #define ptep_set_access_flags(__vma, __address, __ptep, __entry, __dirty) \
426 flush_tlb_page(__vma, __address); \
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dpgtable_types.h572 extern phys_addr_t slow_virt_to_phys(void *__address);
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dpgtable_types.h570 extern phys_addr_t slow_virt_to_phys(void *__address);
/kernel/linux/linux-5.10/drivers/iio/temperature/
H A Dltc2983.c1253 #define LTC2983_CHAN(__type, index, __address) ({ \
1260 .address = __address, \
/kernel/linux/linux-6.6/drivers/iio/temperature/
H A Dltc2983.c1337 #define LTC2983_CHAN(__type, index, __address) ({ \
1344 .address = __address, \

Completed in 18 milliseconds