/xen/xen/arch/x86/guest/hyperv/ |
A D | tlb.c | 80 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 D | unxz.c | 162 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 D | unlz4.c | 27 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 D | unlzo.c | 130 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 D | unlzma.c | 277 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 D | bunzip2.c | 670 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 D | xc_netbsd.c | 27 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 D | xc_freebsd.c | 23 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 D | xc_linux.c | 23 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 D | xc_minios.c | 48 void discard_file_cache(xc_interface *xch, int fd, int flush) in discard_file_cache() argument 50 if (flush) in discard_file_cache()
|
A D | xc_solaris.c | 25 void discard_file_cache(xc_interface *xch, int fd, int flush) in discard_file_cache() argument
|
A D | xc_dom_decompress_unsafe.h | 5 int (*flush)(void*, unsigned int),
|
/xen/xen/drivers/char/ |
A D | serial.c | 110 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 D | xtl.ml | 10 flush stdout; 16 flush stdout
|
/xen/xen/include/xen/ |
A D | decompress.h | 6 int (*flush)(void*, unsigned int),
|
A D | serial.h | 80 void (*flush)(struct serial_port *); member
|
/xen/xen/drivers/video/ |
A D | lfb.h | 32 void (*flush)(void); member
|
A D | lfb.c | 97 lfb.lfbp.flush(); in lfb_redraw_puts() 138 lfb.lfbp.flush(); in lfb_scroll_puts()
|
A D | vesa.c | 102 lfbp.flush = lfb_flush; in vesa_init()
|
/xen/tools/hotplug/Linux/ |
A D | xen-network-common.sh | 98 ip address flush dev ${dev}
|
/xen/tools/xenmon/ |
A D | xenmon.py | 556 def flush(self): member in Delayed 558 self.file.flush() 644 outfiles[dom].flush()
|
/xen/xen/drivers/passthrough/vtd/ |
A D | qinval.c | 416 iommu->flush.context = flush_context_qi; in enable_qinval() 417 iommu->flush.iotlb = flush_iotlb_qi; in enable_qinval()
|
A D | iommu.c | 391 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 D | video.S | 790 flush: movb $0x01, %ah label 796 jmp flush
|
/xen/tools/misc/ |
A D | xenpvnetboot | 286 sys.stdout.flush()
|