Home
last modified time | relevance | path

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

/xen/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/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/xen/arch/x86/
A Di8259.c66 .ack = mask_and_ack_8259A_irq,
74 #define aeoi_mode (i8259A_irq_type.ack == disable_8259A_irq)
317 i8259A_irq_type.ack = disable_8259A_irq; in init_8259A()
319 i8259A_irq_type.ack = mask_and_ack_8259A_irq; in init_8259A()
A Dio_apic.c1770 .ack = ack_edge_ioapic_irq,
1780 .ack = mask_and_ack_level_ioapic_irq,
1821 .ack = ack_lapic_irq,
2037 ioapic_level_type.ack = irq_complete_move; in setup_IO_APIC()
A Dhpet.c322 .ack = hpet_msi_ack,
A Dmsi.c476 .ack = ack_maskable_msi_irq,
487 .ack = ack_nonmaskable_msi_irq,
A Dirq.c1507 return desc->handler->ack == irq_complete_move ? in irq_acktype()
1950 desc->handler->ack(desc); in do_IRQ()
/xen/xen/common/
A Dgdbstub.c60 atomic_t ack; member
669 atomic_set(&gdb_cpu[smp_processor_id()].ack, 1); in gdb_pause_this_cpu()
676 atomic_set(&gdb_cpu[smp_processor_id()].ack, 0); in gdb_pause_this_cpu()
689 atomic_set(&gdb_cpu[cpu].ack, 0); in gdb_smp_pause()
708 !atomic_read(&gdb_cpu[cpu].ack) ) in gdb_smp_pause()
734 atomic_read(&gdb_cpu[cpu].ack) ) in gdb_smp_resume()
/xen/tools/ocaml/xenstored/
A Dpacket.ml9 | Ack of (unit -> unit) (* function is the action to execute after sending the ack *)
/xen/xen/include/xen/
A Dirq.h62 void (*ack)(struct irq_desc *); member
/xen/xen/arch/arm/
A Dirq.c62 .ack = ack_none,
218 desc->handler->ack(desc); in do_IRQ()
A Dgic-v2.c904 .ack = gicv2_irq_ack,
915 .ack = gicv2_irq_ack,
A Dgic-v3.c1315 .ack = gicv3_irq_ack,
1326 .ack = gicv3_irq_ack,
/xen/xen/drivers/passthrough/amd/
A Diommu_init.c455 .ack = iommu_msi_mask,
486 .ack = iommu_maskable_msi_ack,
524 .ack = ack_nonmaskable_msi_irq,
/xen/docs/process/
A Dxen-release-management.pandoc288 The tree is in good state. No release ack is needed before RcX. Please commit
/xen/
A DMAINTAINERS151 ack a day before doing so.
/xen/xen/drivers/passthrough/vtd/
A Diommu.c1119 .ack = dma_msi_ack,

Completed in 35 milliseconds