Home
last modified time | relevance | path

Searched refs:ack (Results 1 – 17 of 17) sorted by relevance

/xen-4.10.0-shim-comet/stubdom/grub.patches/
A D70compiler_warnings.diff23 - tp.u.ack.block = htons (block = prevblock);
24 + tp.u.ack.block = htons (block);
40 - tp.u.ack.block = htons (block = prevblock);
41 + tp.u.ack.block = htons (block);
/xen-4.10.0-shim-comet/tools/ocaml/libs/xs/
A Dxsraw.ml162 let ack s = function
206 ack (sync (Queueop.watch path data) con)
210 ack (sync (Queueop.unwatch path data) con)
221 ack (sync (Queueop.transaction_end tid commit) con);
227 ack (sync (Queueop.introduce domid mfn port) con)
230 ack (sync (Queueop.release domid) con)
233 ack (sync (Queueop.resume domid) con)
240 ack (sync (Queueop.write tid path value) con)
250 ack (sync (Queueop.mkdir tid path) con)
255 ack (sync (Queueop.rm tid path) con)
[all …]
A Dxsraw.mli37 val ack : string -> unit val
/xen-4.10.0-shim-comet/xen/arch/x86/
A Di8259.c65 .ack = mask_and_ack_8259A_irq,
73 #define aeoi_mode (i8259A_irq_type.ack == disable_8259A_irq)
316 i8259A_irq_type.ack = disable_8259A_irq; in init_8259A()
318 i8259A_irq_type.ack = mask_and_ack_8259A_irq; in init_8259A()
A Dio_apic.c1766 .ack = ack_edge_ioapic_irq,
1776 .ack = mask_and_ack_level_ioapic_irq,
1817 .ack = ack_lapic_irq,
2035 ioapic_level_type.ack = irq_complete_move; in setup_IO_APIC()
A Dhpet.c325 .ack = hpet_msi_ack,
A Dmsi.c551 .ack = ack_maskable_msi_irq,
562 .ack = ack_nonmaskable_msi_irq,
A Dirq.c865 desc->handler->ack(desc); in do_IRQ()
1543 return desc->handler->ack == irq_complete_move ? in pirq_acktype()
/xen-4.10.0-shim-comet/xen/common/
A Dgdbstub.c59 atomic_t ack; member
668 atomic_set(&gdb_cpu[smp_processor_id()].ack, 1); in gdb_pause_this_cpu()
675 atomic_set(&gdb_cpu[smp_processor_id()].ack, 0); in gdb_pause_this_cpu()
688 atomic_set(&gdb_cpu[cpu].ack, 0); in gdb_smp_pause()
707 !atomic_read(&gdb_cpu[cpu].ack) ) in gdb_smp_pause()
733 atomic_read(&gdb_cpu[cpu].ack) ) in gdb_smp_resume()
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/
A Dpacket.ml9 | Ack of (unit -> unit) (* function is the action to execute after sending the ack *)
/xen-4.10.0-shim-comet/xen/include/xen/
A Dirq.h61 void (*ack)(struct irq_desc *); member
/xen-4.10.0-shim-comet/xen/arch/arm/
A Dirq.c53 .ack = ack_none,
204 desc->handler->ack(desc); in do_IRQ()
A Dgic-v2.c802 .ack = gicv2_irq_ack,
813 .ack = gicv2_irq_ack,
A Dgic-v3.c1205 .ack = gicv3_irq_ack,
1216 .ack = gicv3_irq_ack,
/xen-4.10.0-shim-comet/xen/drivers/passthrough/amd/
A Diommu_init.c488 .ack = iommu_msi_mask,
519 .ack = iommu_maskable_msi_ack,
/xen-4.10.0-shim-comet/docs/process/
A Dxen-release-management.pandoc279 The tree is in good state. No release ack is needed before RcX. Please commit
/xen-4.10.0-shim-comet/xen/drivers/passthrough/vtd/
A Diommu.c1118 .ack = dma_msi_ack,

Completed in 50 milliseconds