Home
last modified time | relevance | path

Searched refs:local_ops (Results 1 – 15 of 15) sorted by relevance

/Linux-v4.19/arch/sparc/mm/
Dsrmmu.c70 const struct sparc32_cachetlb_ops *local_ops; variable
948 local_ops->tlb_all(); in srmmu_paging_init()
1649 xc1((smpfunc_t) local_ops->page_for_dma, page); in smp_flush_page_for_dma()
1650 local_ops->page_for_dma(page); in smp_flush_page_for_dma()
1655 xc0((smpfunc_t) local_ops->cache_all); in smp_flush_cache_all()
1656 local_ops->cache_all(); in smp_flush_cache_all()
1661 xc0((smpfunc_t) local_ops->tlb_all); in smp_flush_tlb_all()
1662 local_ops->tlb_all(); in smp_flush_tlb_all()
1672 xc1((smpfunc_t) local_ops->cache_mm, (unsigned long) mm); in smp_flush_cache_mm()
1673 local_ops->cache_mm(mm); in smp_flush_cache_mm()
[all …]
/Linux-v4.19/arch/sparc/kernel/
Dleon_smp.c89 local_ops->cache_all(); in leon_cpu_pre_online()
90 local_ops->tlb_all(); in leon_cpu_pre_online()
130 local_ops->cache_all(); in leon_configure_cache_smp()
131 local_ops->tlb_all(); in leon_configure_cache_smp()
179 local_ops->cache_all(); in leon_boot_cpus()
201 local_ops->cache_all(); in leon_boot_one_cpu()
226 local_ops->cache_all(); in leon_boot_one_cpu()
246 local_ops->cache_all(); in leon_smp_done()
296 local_ops->cache_all(); in leon_ipi_init()
Dsun4d_smp.c79 local_ops->cache_all(); in sun4d_cpu_pre_online()
80 local_ops->tlb_all(); in sun4d_cpu_pre_online()
100 local_ops->cache_all(); in sun4d_cpu_pre_online()
101 local_ops->tlb_all(); in sun4d_cpu_pre_online()
119 local_ops->cache_all(); in smp4d_boot_cpus()
141 local_ops->cache_all(); in smp4d_boot_one_cpu()
159 local_ops->cache_all(); in smp4d_boot_one_cpu()
176 local_ops->cache_all(); in smp4d_smp_done()
Dsun4m_smp.c54 local_ops->cache_all(); in sun4m_cpu_pre_online()
55 local_ops->tlb_all(); in sun4m_cpu_pre_online()
76 local_ops->cache_all(); in smp4m_boot_cpus()
102 local_ops->cache_all(); in smp4m_boot_one_cpu()
117 local_ops->cache_all(); in smp4m_boot_one_cpu()
134 local_ops->cache_all(); in smp4m_smp_done()
Dsmp_32.c298 local_ops->cache_all(); in arch_cpu_pre_starting()
299 local_ops->tlb_all(); in arch_cpu_pre_starting()
325 local_ops->cache_all(); in arch_cpu_pre_online()
326 local_ops->tlb_all(); in arch_cpu_pre_online()
Dsun4m_irq.c430 local_ops->cache_all(); in sun4m_init_timers()
Dsun4d_irq.c413 local_ops->cache_all(); in sun4d_fixup_trap_table()
Dleon_kernel.c437 local_ops->cache_all(); in leon_init_timers()
/Linux-v4.19/arch/sparc/include/asm/
Dcachetlb_32.h27 extern const struct sparc32_cachetlb_ops *local_ops;
/Linux-v4.19/Documentation/core-api/
Dindex.rst21 local_ops
Datomic_ops.rst28 :ref:`Documentation/core-api/local_ops.rst <local_ops>` for the semantics of
/Linux-v4.19/drivers/infiniband/hw/hfi1/
Duc.c131 int local_ops = 0; in hfi1_make_uc_req() local
141 local_ops = 1; in hfi1_make_uc_req()
145 if (local_ops) in hfi1_make_uc_req()
Druc.c183 int local_ops = 0; in ruc_loopback() local
259 local_ops = 1; in ruc_loopback()
414 if (local_ops) { in ruc_loopback()
416 local_ops = 0; in ruc_loopback()
Drc.c365 int local_ops = 0; in hfi1_make_rc_req() local
379 local_ops = 1; in hfi1_make_rc_req()
384 if (local_ops) in hfi1_make_rc_req()
/Linux-v4.19/drivers/gpu/drm/xen/
Dxen_drm_front_shbuf.c372 static const struct xen_drm_front_shbuf_ops local_ops = { variable
391 buf->ops = &local_ops; in xen_drm_front_shbuf_alloc()