Searched defs:kvm_vcpu_arch (Results 1 – 6 of 6) sorted by relevance
538 u64 acc;549 u32 eplc;550 u32 epsc;556 u32 epcr;628 u32 tcr;632 u32 pvr;636 u32 pid;710 u32 epr;744 u8 sane;776 struct kvm_vcpu_arch_shared *shared; argument[all …]
159 struct kvm_vcpu_arch { struct161 bool ran_atleast_once;164 int last_exit_cpu;170 unsigned long mvendorid;171 unsigned long marchid;172 unsigned long mimpid;176 unsigned long host_stvec;210 spinlock_t hfence_lock;211 unsigned long hfence_head;228 bool power_off;[all …]
853 struct {858 } st;885 u64 pat;923 struct {935 } apf;938 struct {941 } osvw;943 struct {971 struct {973 } pv;[all …]
310 unsigned long hi;311 unsigned long lo;312 unsigned long pc;325 u32 io_gpr;329 u32 count_ctl;331 u32 count_bias;333 u32 count_hz;339 u64 count_period;367 int wait;369 u8 fpu_enabled;[all …]
433 u64 svcr;450 enum {454 } fp_state;457 u8 cflags;460 u8 iflags;463 u8 sflags;472 bool pause;494 struct {515 struct {537 struct {[all …]
740 struct kvm_vcpu_arch { struct746 struct fpu host_fpregs;750 struct gmap *gmap;752 struct gmap *enabled_gmap;754 unsigned long pfault_token;757 bool cputm_enabled;764 seqcount_t cputm_seqcount;765 __u64 cputm_start;766 bool gs_enabled;767 bool skey_enabled;[all …]
Completed in 33 milliseconds