Home
last modified time | relevance | path

Searched refs:flush (Results 1 – 25 of 40) sorted by relevance

12

/xen/xen/arch/x86/guest/hyperv/
A Dtlb.c80 if ( !flush || local_irq_is_enabled() ) in flush_tlb_ex()
89 flush->address_space = 0; in flush_tlb_ex()
99 (PAGE_SIZE - sizeof(*flush) - nr_banks * in flush_tlb_ex()
100 sizeof(flush->hv_vp_set.bank_contents[0])) / in flush_tlb_ex()
115 BUILD_BUG_ON(sizeof(*flush) % sizeof(uint64_t)); in flush_tlb_ex()
116 gva_list = (uint64_t *)flush + sizeof(*flush) / sizeof(uint64_t) + nr_banks; in flush_tlb_ex()
134 if ( !flush || cpumask_empty(mask) ) in hyperv_flush_tlb()
144 flush->address_space = 0; in hyperv_flush_tlb()
146 flush->processor_mask = 0; in hyperv_flush_tlb()
151 flush->flags |= HV_FLUSH_ALL_PROCESSORS; in hyperv_flush_tlb()
[all …]
/xen/xen/common/
A Dunxz.c162 int (*flush)(void *src, unsigned int size), in unxz()
176 if (fill == NULL && flush == NULL) in unxz()
184 if (flush == NULL) { in unxz()
206 if (fill == NULL && flush == NULL) { in unxz()
232 if (flush != NULL && (b.out_pos == b.out_size in unxz()
239 if (flush(b.out, b.out_pos) != (int)b.out_pos) in unxz()
249 if (flush != NULL) in unxz()
289 if (flush != NULL) in unxz()
A Dunlz4.c27 int (*flush)(void *, unsigned int), in unlz4()
47 } else if (!flush) { in unlz4()
137 if (flush && flush(outp, dest_len) != dest_len) in unlz4()
A Dunlzo.c130 int (*flush) (void *, unsigned int), in unlzo()
143 } else if (!flush) { in unlzo()
241 if (flush && flush(out_buf, dst_len) != dst_len) in unlzo()
A Dunlzma.c277 int(*flush)(void*, unsigned int); member
295 if (!wr->flush) { in peek_old_byte()
313 if (wr->flush && wr->buffer_pos == wr->header->dict_size) { in write_byte()
316 if (wr->flush((char *)wr->buffer, wr->header->dict_size) in write_byte()
533 int(*flush)(void*, unsigned int), in unlzma()
567 wr.flush = flush; in unlzma()
649 if (!wr.flush || wr.flush(wr.buffer, wr.buffer_pos) == wr.buffer_pos) in unlzma()
A Dbunzip2.c670 int(*flush)(void*, unsigned int), in bunzip2()
679 if (flush) in bunzip2()
701 if (!flush) in bunzip2()
704 if (i != flush(outbuf, i)) { in bunzip2()
730 if (flush) in bunzip2()
/xen/tools/libxc/
A Dxc_netbsd.c27 void discard_file_cache(xc_interface *xch, int fd, int flush) in discard_file_cache() argument
32 if ( flush && (fsync(fd) < 0) ) in discard_file_cache()
43 if ( !flush ) in discard_file_cache()
A Dxc_freebsd.c23 void discard_file_cache(xc_interface *xch, int fd, int flush) in discard_file_cache() argument
28 if ( flush && (fsync(fd) < 0) ) in discard_file_cache()
36 if ( !flush ) in discard_file_cache()
A Dxc_linux.c23 void discard_file_cache(xc_interface *xch, int fd, int flush) in discard_file_cache() argument
28 if ( flush && (fsync(fd) < 0) ) in discard_file_cache()
39 if ( !flush ) in discard_file_cache()
A Dxc_minios.c48 void discard_file_cache(xc_interface *xch, int fd, int flush) in discard_file_cache() argument
50 if (flush) in discard_file_cache()
A Dxc_solaris.c25 void discard_file_cache(xc_interface *xch, int fd, int flush) in discard_file_cache() argument
A Dxc_dom_decompress_unsafe.h5 int (*flush)(void*, unsigned int),
/xen/xen/drivers/char/
A Dserial.c110 if ( i && port->driver->flush ) in serial_tx_interrupt()
111 port->driver->flush(port); in serial_tx_interrupt()
221 if ( port->driver->flush ) in serial_putc()
222 port->driver->flush(port); in serial_putc()
256 if ( port->driver->flush ) in serial_puts()
257 port->driver->flush(port); in serial_puts()
445 if ( port->driver->flush ) in serial_start_sync()
446 port->driver->flush(port); in serial_start_sync()
/xen/tools/ocaml/test/
A Dxtl.ml10 flush stdout;
16 flush stdout
/xen/xen/include/xen/
A Ddecompress.h6 int (*flush)(void*, unsigned int),
A Dserial.h80 void (*flush)(struct serial_port *); member
/xen/xen/drivers/video/
A Dlfb.h32 void (*flush)(void); member
A Dlfb.c97 lfb.lfbp.flush(); in lfb_redraw_puts()
138 lfb.lfbp.flush(); in lfb_scroll_puts()
A Dvesa.c102 lfbp.flush = lfb_flush; in vesa_init()
/xen/tools/hotplug/Linux/
A Dxen-network-common.sh98 ip address flush dev ${dev}
/xen/tools/xenmon/
A Dxenmon.py556 def flush(self): member in Delayed
558 self.file.flush()
644 outfiles[dom].flush()
/xen/xen/drivers/passthrough/vtd/
A Dqinval.c416 iommu->flush.context = flush_context_qi; in enable_qinval()
417 iommu->flush.iotlb = flush_iotlb_qi; in enable_qinval()
A Diommu.c391 return iommu->flush.context(iommu, 0, 0, 0, DMA_CCMD_GLOBAL_INVL, in iommu_flush_context_global()
400 return iommu->flush.context(iommu, did, source_id, function_mask, in iommu_flush_context_device()
481 status = iommu->flush.iotlb(iommu, 0, 0, 0, DMA_TLB_GLOBAL_FLUSH, in iommu_flush_iotlb_global()
499 status = iommu->flush.iotlb(iommu, did, 0, 0, DMA_TLB_DSI_FLUSH, in iommu_flush_iotlb_dsi()
533 status = iommu->flush.iotlb(iommu, did, addr, order, DMA_TLB_PSI_FLUSH, in iommu_flush_iotlb_psi()
2153 iommu->flush.context = flush_context_reg; in init_vtd_hw()
2154 iommu->flush.iotlb = flush_iotlb_reg; in init_vtd_hw()
/xen/xen/arch/x86/boot/
A Dvideo.S790 flush: movb $0x01, %ah label
796 jmp flush
/xen/tools/misc/
A Dxenpvnetboot286 sys.stdout.flush()

Completed in 62 milliseconds

12