|
KVM
|
#include <arm_arch_timer.h>

Public Attributes | |
| struct kvm_vcpu * | vcpu |
| struct hrtimer | hrtimer |
| u64 | ns_frac |
| struct arch_timer_offset | offset |
| bool | loaded |
| struct { | |
| bool level | |
| } | irq |
| u32 | host_timer_irq |
Definition at line 53 of file arm_arch_timer.h.
| u32 arch_timer_context::host_timer_irq |
Definition at line 75 of file arm_arch_timer.h.
| struct hrtimer arch_timer_context::hrtimer |
Definition at line 54 of file arm_arch_timer.h.
| struct { ... } arch_timer_context::irq |
| bool arch_timer_context::level |
Definition at line 71 of file arm_arch_timer.h.
| bool arch_timer_context::loaded |
Definition at line 67 of file arm_arch_timer.h.
| u64 arch_timer_context::ns_frac |
Definition at line 58 of file arm_arch_timer.h.
| struct arch_timer_offset arch_timer_context::offset |
Definition at line 58 of file arm_arch_timer.h.
| struct kvm_vcpu* arch_timer_context::vcpu |
Definition at line 54 of file arm_arch_timer.h.