/kernel/linux/linux-5.10/arch/sparc/mm/ |
H A D | tlb.c | 34 global_flush_tlb_page(mm, tb->vaddrs[0]); in flush_tlb_pending() 38 &tb->vaddrs[0]); in flush_tlb_pending() 41 tb->tlb_nr, &tb->vaddrs[0]); in flush_tlb_pending() 102 tb->vaddrs[nr] = vaddr; in tlb_batch_add_one()
|
H A D | highmem.c | 32 #include <asm/vaddrs.h>
|
H A D | tsb.c | 89 __flush_tsb_one_entry(tsb, tb->vaddrs[i], hash_shift, nentries); in __flush_tsb_one() 114 __flush_huge_tsb_one_entry(tsb, tb->vaddrs[i], hash_shift, in __flush_huge_tsb_one()
|
H A D | init_32.c | 32 #include <asm/vaddrs.h>
|
/kernel/linux/linux-6.6/arch/sparc/mm/ |
H A D | tlb.c | 35 global_flush_tlb_page(mm, tb->vaddrs[0]); in flush_tlb_pending() 39 &tb->vaddrs[0]); in flush_tlb_pending() 42 tb->tlb_nr, &tb->vaddrs[0]); in flush_tlb_pending() 103 tb->vaddrs[nr] = vaddr; in tlb_batch_add_one()
|
H A D | tsb.c | 89 __flush_tsb_one_entry(tsb, tb->vaddrs[i], hash_shift, nentries); in __flush_tsb_one() 114 __flush_huge_tsb_one_entry(tsb, tb->vaddrs[i], hash_shift, in __flush_huge_tsb_one()
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | kdebug_32.h | 12 #include <asm/vaddrs.h>
|
H A D | highmem.h | 26 #include <asm/vaddrs.h>
|
H A D | auxio_32.h | 10 #include <asm/vaddrs.h>
|
H A D | tlbflush_64.h | 16 unsigned long vaddrs[TLB_BATCH_NR]; member
|
H A D | pgalloc_32.h | 10 #include <asm/vaddrs.h>
|
H A D | pgtable_32.h | 31 #include <asm/vaddrs.h>
|
/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | kdebug_32.h | 12 #include <asm/vaddrs.h>
|
H A D | highmem.h | 26 #include <asm/vaddrs.h>
|
H A D | auxio_32.h | 10 #include <asm/vaddrs.h>
|
H A D | tlbflush_64.h | 16 unsigned long vaddrs[TLB_BATCH_NR]; member
|
H A D | pgalloc_32.h | 10 #include <asm/vaddrs.h>
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | smp_64.c | 1066 unsigned long *vaddrs; member 1073 __flush_tlb_pending(t->ctx, t->nr, t->vaddrs); in tlb_pending_func() 1076 void smp_flush_tlb_pending(struct mm_struct *mm, unsigned long nr, unsigned long *vaddrs) in smp_flush_tlb_pending() argument 1085 info.vaddrs = vaddrs; in smp_flush_tlb_pending() 1090 __flush_tlb_pending(ctx, nr, vaddrs); in smp_flush_tlb_pending()
|
H A D | trampoline_32.S | 14 #include <asm/vaddrs.h>
|
H A D | ioport.c | 45 #include <asm/vaddrs.h>
|
H A D | setup_32.c | 44 #include <asm/vaddrs.h>
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | smp_64.c | 1082 unsigned long *vaddrs; member 1089 __flush_tlb_pending(t->ctx, t->nr, t->vaddrs); in tlb_pending_func() 1092 void smp_flush_tlb_pending(struct mm_struct *mm, unsigned long nr, unsigned long *vaddrs) in smp_flush_tlb_pending() argument 1101 info.vaddrs = vaddrs; in smp_flush_tlb_pending() 1106 __flush_tlb_pending(ctx, nr, vaddrs); in smp_flush_tlb_pending()
|
H A D | trampoline_32.S | 14 #include <asm/vaddrs.h>
|
/kernel/linux/linux-5.10/drivers/xen/xenbus/ |
H A D | xenbus_client.c | 562 * @vaddrs: addresses to unmap 569 unsigned int nr_handles, unsigned long *vaddrs) in xenbus_unmap_ring() 579 gnttab_set_unmap_op(&unmap[i], vaddrs[i], in xenbus_unmap_ring() 568 xenbus_unmap_ring(struct xenbus_device *dev, grant_handle_t *handles, unsigned int nr_handles, unsigned long *vaddrs) xenbus_unmap_ring() argument
|
/kernel/linux/linux-6.6/drivers/xen/xenbus/ |
H A D | xenbus_client.c | 606 * @vaddrs: addresses to unmap 613 unsigned int nr_handles, unsigned long *vaddrs) in xenbus_unmap_ring() 623 gnttab_set_unmap_op(&unmap[i], vaddrs[i], in xenbus_unmap_ring() 612 xenbus_unmap_ring(struct xenbus_device *dev, grant_handle_t *handles, unsigned int nr_handles, unsigned long *vaddrs) xenbus_unmap_ring() argument
|