irq.h (8c57a5e7b2820f349c95b8c8393fec1e0f4070d2) | irq.h (d9565a7399d665fa7313122504778cb3d5ef3e19) |
---|---|
1/* 2 * irq.h: in kernel interrupt controller related definitions 3 * Copyright (c) 2007, Intel Corporation. 4 * 5 * This program is free software; you can redistribute it and/or modify it 6 * under the terms and conditions of the GNU General Public License, 7 * version 2, as published by the Free Software Foundation. 8 * --- 106 unchanged lines hidden (view full) --- 115void kvm_inject_apic_timer_irqs(struct kvm_vcpu *vcpu); 116void kvm_apic_nmi_wd_deliver(struct kvm_vcpu *vcpu); 117void __kvm_migrate_apic_timer(struct kvm_vcpu *vcpu); 118void __kvm_migrate_pit_timer(struct kvm_vcpu *vcpu); 119void __kvm_migrate_timers(struct kvm_vcpu *vcpu); 120 121int apic_has_pending_timer(struct kvm_vcpu *vcpu); 122 | 1/* 2 * irq.h: in kernel interrupt controller related definitions 3 * Copyright (c) 2007, Intel Corporation. 4 * 5 * This program is free software; you can redistribute it and/or modify it 6 * under the terms and conditions of the GNU General Public License, 7 * version 2, as published by the Free Software Foundation. 8 * --- 106 unchanged lines hidden (view full) --- 115void kvm_inject_apic_timer_irqs(struct kvm_vcpu *vcpu); 116void kvm_apic_nmi_wd_deliver(struct kvm_vcpu *vcpu); 117void __kvm_migrate_apic_timer(struct kvm_vcpu *vcpu); 118void __kvm_migrate_pit_timer(struct kvm_vcpu *vcpu); 119void __kvm_migrate_timers(struct kvm_vcpu *vcpu); 120 121int apic_has_pending_timer(struct kvm_vcpu *vcpu); 122 |
123int kvm_setup_default_irq_routing(struct kvm *kvm); 124int kvm_setup_empty_irq_routing(struct kvm *kvm); 125 |
|
123#endif | 126#endif |