Searched refs:ack (Results 1 – 17 of 17) sorted by relevance
/xen-4.10.0-shim-comet/stubdom/grub.patches/ |
A D | 70compiler_warnings.diff | 23 - 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 D | xsraw.ml | 162 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 D | xsraw.mli | 37 val ack : string -> unit val
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | i8259.c | 65 .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 D | io_apic.c | 1766 .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 D | hpet.c | 325 .ack = hpet_msi_ack,
|
A D | msi.c | 551 .ack = ack_maskable_msi_irq, 562 .ack = ack_nonmaskable_msi_irq,
|
A D | irq.c | 865 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 D | gdbstub.c | 59 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 D | packet.ml | 9 | Ack of (unit -> unit) (* function is the action to execute after sending the ack *)
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | irq.h | 61 void (*ack)(struct irq_desc *); member
|
/xen-4.10.0-shim-comet/xen/arch/arm/ |
A D | irq.c | 53 .ack = ack_none, 204 desc->handler->ack(desc); in do_IRQ()
|
A D | gic-v2.c | 802 .ack = gicv2_irq_ack, 813 .ack = gicv2_irq_ack,
|
A D | gic-v3.c | 1205 .ack = gicv3_irq_ack, 1216 .ack = gicv3_irq_ack,
|
/xen-4.10.0-shim-comet/xen/drivers/passthrough/amd/ |
A D | iommu_init.c | 488 .ack = iommu_msi_mask, 519 .ack = iommu_maskable_msi_ack,
|
/xen-4.10.0-shim-comet/docs/process/ |
A D | xen-release-management.pandoc | 279 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 D | iommu.c | 1118 .ack = dma_msi_ack,
|
Completed in 50 milliseconds