Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/mm/
H A Dtlb.c220 u16 *new_asid, bool *need_flush) in choose_new_asid() argument
226 *need_flush = true; in choose_new_asid()
239 *need_flush = (this_cpu_read(cpu_tlbstate.ctxs[asid].tlb_gen) < in choose_new_asid()
253 *need_flush = true; in choose_new_asid()
283 bool need_flush) in load_new_mm_cr3() argument
287 if (need_flush) { in load_new_mm_cr3()
504 bool need_flush; in switch_mm_irqs_off() local
606 need_flush = true; in switch_mm_irqs_off()
632 choose_new_asid(next, next_tlb_gen, &new_asid, &need_flush); in switch_mm_irqs_off()
640 if (need_flush) { in switch_mm_irqs_off()
/openbmc/linux/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()
/openbmc/linux/arch/x86/kernel/
H A Damd_gart_64.c87 static bool need_flush; /* global flush state. set for each gart wrap */ variable
104 need_flush = true; in alloc_iommu()
113 need_flush = true; in alloc_iommu()
117 need_flush = true; in alloc_iommu()
142 if (need_flush) { in flush_gart()
144 need_flush = false; in flush_gart()
/openbmc/openbmc/poky/meta/recipes-core/ncurses/files/
H A D0001-Updating-reset-code-ncurses-6.4-patch-20231104.patch404 bool need_flush = FALSE;
415 need_flush |= sent_string(clear_margins);
421 need_flush |= sent_string(TIPARM_2(set_lr_margin, 0, columns - 1));
430 need_flush |= sent_string(TIPARM_1(set_left_margin_parm, 0));
431 need_flush |= sent_string(TIPARM_1(set_right_margin_parm,
440 need_flush |= to_left_margin();
441 need_flush |= sent_string(set_left_margin);
/openbmc/linux/drivers/gpu/drm/etnaviv/
H A Detnaviv_buffer.c351 bool need_flush = switch_mmu_context || gpu->flush_seq != new_flush_seq; in etnaviv_buffer_queue() local
369 if (need_flush || switch_context) { in etnaviv_buffer_queue()
376 if (need_flush) { in etnaviv_buffer_queue()
405 if (need_flush) { in etnaviv_buffer_queue()
/openbmc/linux/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()
/openbmc/qemu/hw/net/fsl_etsec/
H A Detsec.h131 bool need_flush; member
H A Detsec.c364 etsec->need_flush = false; in etsec_receive()
369 etsec->need_flush = true; in etsec_receive()
H A Drings.c653 if (etsec->need_flush) { in etsec_walk_rx_ring()
/openbmc/linux/mm/
H A Dhighmem.c188 int need_flush = 0; in flush_all_zero_pkmaps() local
221 need_flush = 1; in flush_all_zero_pkmaps()
223 if (need_flush) in flush_all_zero_pkmaps()
/openbmc/qemu/hw/net/
H A Dxilinx_axienet.c389 bool need_flush; member
689 if (s->need_flush) { in axienet_eth_rx_notify()
690 s->need_flush = false; in axienet_eth_rx_notify()
714 s->need_flush = true; in eth_rx()
/openbmc/linux/drivers/infiniband/hw/mlx4/
H A Dcm.c529 int need_flush = 0; in mlx4_ib_cm_paravirt_clean() local
537 need_flush |= !cancel_delayed_work(&map->timeout); in mlx4_ib_cm_paravirt_clean()
543 if (need_flush) in mlx4_ib_cm_paravirt_clean()
/openbmc/linux/arch/arm64/kvm/hyp/
H A Dpgtable.c1100 bool need_flush = false; in stage2_unmap_walker() local
1116 need_flush = !stage2_has_fwb(pgt); in stage2_unmap_walker()
1126 if (need_flush && mm_ops->dcache_clean_inval_poc) in stage2_unmap_walker()
/openbmc/linux/fs/ceph/
H A Dsnap.c577 capsnap->need_flush = true; in ceph_queue_cap_snap()
589 ceph_cap_string(dirty), capsnap->need_flush ? "" : "no_flush"); in ceph_queue_cap_snap()
H A Dsuper.h246 bool need_flush; member
H A Dcaps.c1454 if (capsnap->need_flush) { in __prep_cap()
1614 BUG_ON(!capsnap->need_flush); in __ceph_flush_snaps()
3122 if (!capsnap->need_flush && in ceph_try_drop_cap_snap()
/openbmc/linux/drivers/md/
H A Ddm-writecache.c1000 bool need_flush = false; in writecache_resume() local
1071 need_flush = true; in writecache_resume()
1092 need_flush = true; in writecache_resume()
1099 if (need_flush) { in writecache_resume()
H A Draid10.c4819 int need_flush = 0; in reshape_request() local
4860 need_flush = 1; in reshape_request()
4882 need_flush = 1; in reshape_request()
4892 if (need_flush || in reshape_request()
/openbmc/qemu/block/
H A Dio.c1862 bool need_flush = false; in bdrv_co_do_pwrite_zeroes() local
1928 need_flush = true; in bdrv_co_do_pwrite_zeroes()
1943 need_flush = true; in bdrv_co_do_pwrite_zeroes()
1971 if (ret == 0 && need_flush) { in bdrv_co_do_pwrite_zeroes()
/openbmc/linux/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_context.c480 unsigned int need_flush; in cpu_fill() local
485 err = i915_gem_object_prepare_write(obj, &need_flush); in cpu_fill()
/openbmc/linux/drivers/net/vmxnet3/
H A Dvmxnet3_drv.c1520 bool need_flush = false; in vmxnet3_rq_rx_complete() local
1581 need_flush |= act == XDP_REDIRECT; in vmxnet3_rq_rx_complete()
1629 need_flush |= act == XDP_REDIRECT; in vmxnet3_rq_rx_complete()
1902 if (need_flush) in vmxnet3_rq_rx_complete()
/openbmc/linux/arch/x86/kvm/mmu/
H A Dmmu.c1457 bool need_flush = false; in kvm_set_pte_rmap() local
1466 need_flush = true; in kvm_set_pte_rmap()
1480 if (need_flush && kvm_available_flush_remote_tlbs_range()) { in kvm_set_pte_rmap()
1485 return need_flush; in kvm_set_pte_rmap()
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0004-mmal_20.patch1415 - bool need_flush = false;
1499 - need_flush = true;
1550 - if (need_flush)