Home
last modified time | relevance | path

Searched defs:kvm_vcpu_arch (Results 1 – 6 of 6) sorted by relevance

/linux/arch/powerpc/include/asm/
A Dkvm_host.h530 u64 acc;
541 u32 eplc;
542 u32 epsc;
548 u32 epcr;
616 u32 tcr;
620 u32 pvr;
624 u32 pid;
699 u32 epr;
733 u8 sane;
764 struct kvm_vcpu_arch_shared *shared; argument
[all …]
/linux/arch/x86/include/asm/
A Dkvm_host.h748 struct {
753 } st;
779 u64 pat;
816 struct {
829 } apf;
832 struct {
835 } osvw;
837 struct {
865 struct {
867 } pv;
[all …]
/linux/arch/riscv/include/asm/
A Dkvm_host.h147 struct kvm_vcpu_arch { struct
149 bool ran_atleast_once;
152 unsigned long isa;
155 unsigned long host_sscratch;
156 unsigned long host_stvec;
157 unsigned long host_scounteren;
183 unsigned long irqs_pending;
187 struct kvm_vcpu_timer timer;
199 bool power_off;
202 bool pause;
[all …]
/linux/arch/arm64/include/asm/
A Dkvm_host.h291 u64 hcr_el2;
292 u64 mdcr_el2;
293 u64 cptr_el2;
305 u64 flags;
327 struct {
353 struct {
361 bool pause;
367 int target;
374 u64 vsesr_el2;
384 struct {
[all …]
/linux/arch/mips/include/asm/
A Dkvm_host.h311 unsigned long hi;
312 unsigned long lo;
313 unsigned long pc;
326 u32 io_gpr;
330 u32 count_ctl;
332 u32 count_bias;
334 u32 count_hz;
340 u64 count_period;
368 int wait;
370 u8 fpu_enabled;
[all …]
/linux/arch/s390/include/asm/
A Dkvm_host.h721 struct kvm_vcpu_arch { struct
727 struct fpu host_fpregs;
731 struct gmap *gmap;
733 struct gmap *enabled_gmap;
735 unsigned long pfault_token;
738 bool cputm_enabled;
745 seqcount_t cputm_seqcount;
746 __u64 cputm_start;
747 bool gs_enabled;
748 bool skey_enabled;
[all …]

Completed in 33 milliseconds