Home
last modified time | relevance | path

Searched refs:need_flush (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dtlb.c206 u16 *new_asid, bool *need_flush) in choose_new_asid() argument
212 *need_flush = true; in choose_new_asid()
225 *need_flush = (this_cpu_read(cpu_tlbstate.ctxs[asid].tlb_gen) < in choose_new_asid()
239 *need_flush = true; in choose_new_asid()
268 static void load_new_mm_cr3(pgd_t *pgdir, u16 new_asid, bool need_flush) in load_new_mm_cr3() argument
272 if (need_flush) { in load_new_mm_cr3()
430 bool need_flush; in switch_mm_irqs_off() local
524 need_flush = true; in switch_mm_irqs_off()
551 choose_new_asid(next, next_tlb_gen, &new_asid, &need_flush); in switch_mm_irqs_off()
558 if (need_flush) { in switch_mm_irqs_off()
/OK3568_Linux_fs/kernel/arch/arm/mm/
H A Dpmsa-v7.c368 unsigned int subregions, bool need_flush) in mpu_setup_region() argument
387 if (need_flush) in mpu_setup_region()
441 bool need_flush = region == PMSAv7_RAM_REGION; in pmsav7_setup() local
448 xip[i].subreg, need_flush); in pmsav7_setup()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Damd_gart_64.c89 static bool need_flush; /* global flush state. set for each gart wrap */ variable
106 need_flush = true; in alloc_iommu()
115 need_flush = true; in alloc_iommu()
119 need_flush = true; in alloc_iommu()
144 if (need_flush) { in flush_gart()
146 need_flush = false; in flush_gart()
/OK3568_Linux_fs/kernel/mm/
H A Dhighmem.c166 int need_flush = 0; in flush_all_zero_pkmaps() local
197 need_flush = 1; in flush_all_zero_pkmaps()
199 if (need_flush) in flush_all_zero_pkmaps()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/etnaviv/
H A Detnaviv_buffer.c350 bool need_flush = switch_mmu_context || gpu->flush_seq != new_flush_seq; in etnaviv_buffer_queue() local
368 if (need_flush || switch_context) { in etnaviv_buffer_queue()
375 if (need_flush) { in etnaviv_buffer_queue()
404 if (need_flush) { in etnaviv_buffer_queue()
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Diommu-common.c19 static inline bool need_flush(struct iommu_map_table *iommu) in need_flush() function
206 (n < pool->hint || need_flush(iommu))) { in iommu_tbl_range_alloc()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx4/
H A Dcm.c528 int need_flush = 0; in mlx4_ib_cm_paravirt_clean() local
536 need_flush |= !cancel_delayed_work(&map->timeout); in mlx4_ib_cm_paravirt_clean()
542 if (need_flush) in mlx4_ib_cm_paravirt_clean()
/OK3568_Linux_fs/kernel/arch/x86/kvm/mmu/
H A Dtdp_mmu.c791 int need_flush = 0; in set_tdp_spte() local
815 need_flush = 1; in set_tdp_spte()
818 if (need_flush) in set_tdp_spte()
H A Dmmu.c1344 int need_flush = 0; in kvm_set_pte_rmapp() local
1357 need_flush = 1; in kvm_set_pte_rmapp()
1371 if (need_flush && kvm_available_flush_tlb_with_range()) { in kvm_set_pte_rmapp()
1376 return need_flush; in kvm_set_pte_rmapp()
/OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/
H A Dpgtable.c815 bool need_flush = false; in stage2_unmap_walker() local
831 need_flush = !stage2_has_fwb(pgt); in stage2_unmap_walker()
841 if (need_flush) { in stage2_unmap_walker()
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20190713.patch.gz1# ncurses 6.1 - patch 20190713 - Thomas E. Dickey 2# 3# --- ...
HDncurses-6.1-20190609-patch.sh.bz21#!/bin/sh 2# Use this script to patch ncurses 6.1 to 6.1 ( ...
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_log.c1693 bool need_flush) in xlog_write_iclog() argument
1733 if (need_flush) in xlog_write_iclog()
1851 bool need_flush = true, split = false; in xlog_sync() local
1911 need_flush = false; in xlog_sync()
1915 xlog_write_iclog(log, iclog, bno, count, need_flush); in xlog_sync()
/OK3568_Linux_fs/kernel/fs/ceph/
H A Dsnap.c535 capsnap->need_flush = true; in ceph_queue_cap_snap()
547 capsnap->need_flush ? "" : "no_flush"); in ceph_queue_cap_snap()
H A Dsuper.h222 bool need_flush; member
H A Dcaps.c1438 if (capsnap->need_flush) { in __prep_cap()
1560 BUG_ON(!capsnap->need_flush); in __ceph_flush_snaps()
3092 if (!capsnap->need_flush && in ceph_try_drop_cap_snap()
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-writecache.c975 bool need_flush = false; in writecache_resume() local
1043 need_flush = true; in writecache_resume()
1064 need_flush = true; in writecache_resume()
1071 if (need_flush) { in writecache_resume()
H A Draid10.c4419 int need_flush = 0; in reshape_request() local
4460 need_flush = 1; in reshape_request()
4482 need_flush = 1; in reshape_request()
4492 if (need_flush || in reshape_request()
/OK3568_Linux_fs/external/xserver/glx/
H A Dglxcmds.c610 Bool need_flush = !prevglxc->isDirect; in xorgGlxMakeCurrent() local
613 need_flush = GL_FALSE; in xorgGlxMakeCurrent()
615 if (need_flush) { in xorgGlxMakeCurrent()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_context.c461 unsigned int n, m, need_flush; in cpu_fill() local
465 err = i915_gem_object_prepare_write(obj, &need_flush); in cpu_fill()