Searched refs:vaddrs (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/ |
| H A D | os.h | 177 inline static void FastFlushList(void **vaddrs) { in FastFlushList() argument 179 while (*vaddrs) { in FastFlushList() 180 asm volatile("dcbf 0,%0" : : "r" (*vaddrs++)); in FastFlushList() 194 while (*vaddrs) { in FastFlushList() 195 asm volatile("clflush (%0)" : : "r" (*vaddrs++)); in FastFlushList() 199 while (*vaddrs) { in FastFlushList() 200 FastFlush(*vaddrs++); in FastFlushList()
|
| /OK3568_Linux_fs/kernel/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 | 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()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | tlbflush_64.h | 16 unsigned long vaddrs[TLB_BATCH_NR]; member
|
| /OK3568_Linux_fs/kernel/drivers/xen/xenbus/ |
| H A D | xenbus_client.c | 569 unsigned int nr_handles, unsigned long *vaddrs) in xenbus_unmap_ring() argument 579 gnttab_set_unmap_op(&unmap[i], vaddrs[i], in xenbus_unmap_ring()
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0005-calloc-Use-calloc-at-most-places.patch | 1748 - smd.vaddrs = xmalloc (sizeof (*smd.vaddrs) * smd.num_sections); 1749 - memset (smd.vaddrs, 0, sizeof (*smd.vaddrs) * smd.num_sections); 1751 + smd.vaddrs = xcalloc (smd.num_sections, sizeof (*smd.vaddrs));
|