Searched refs:ack (Results 1 – 18 of 18) sorted by relevance
/xen/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/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/xen/arch/x86/ |
A D | i8259.c | 66 .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 D | io_apic.c | 1770 .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 D | hpet.c | 322 .ack = hpet_msi_ack,
|
A D | msi.c | 476 .ack = ack_maskable_msi_irq, 487 .ack = ack_nonmaskable_msi_irq,
|
A D | irq.c | 1507 return desc->handler->ack == irq_complete_move ? in irq_acktype() 1950 desc->handler->ack(desc); in do_IRQ()
|
/xen/xen/common/ |
A D | gdbstub.c | 60 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 D | packet.ml | 9 | Ack of (unit -> unit) (* function is the action to execute after sending the ack *)
|
/xen/xen/include/xen/ |
A D | irq.h | 62 void (*ack)(struct irq_desc *); member
|
/xen/xen/arch/arm/ |
A D | irq.c | 62 .ack = ack_none, 218 desc->handler->ack(desc); in do_IRQ()
|
A D | gic-v2.c | 904 .ack = gicv2_irq_ack, 915 .ack = gicv2_irq_ack,
|
A D | gic-v3.c | 1315 .ack = gicv3_irq_ack, 1326 .ack = gicv3_irq_ack,
|
/xen/xen/drivers/passthrough/amd/ |
A D | iommu_init.c | 455 .ack = iommu_msi_mask, 486 .ack = iommu_maskable_msi_ack, 524 .ack = ack_nonmaskable_msi_irq,
|
/xen/docs/process/ |
A D | xen-release-management.pandoc | 288 The tree is in good state. No release ack is needed before RcX. Please commit
|
/xen/ |
A D | MAINTAINERS | 151 ack a day before doing so.
|
/xen/xen/drivers/passthrough/vtd/ |
A D | iommu.c | 1119 .ack = dma_msi_ack,
|
Completed in 35 milliseconds