Searched defs:kvm_cpu_context (Results 1 – 4 of 4) sorted by relevance
21016 struct kvm_cpu_context { struct21017 long unsigned int zero;21018 long unsigned int ra;21019 long unsigned int sp;21020 long unsigned int gp;21021 long unsigned int tp;21022 long unsigned int t0;21023 long unsigned int t1;21024 long unsigned int t2;21025 long unsigned int s0;[all …]
13537 struct kvm_cpu_context { struct13538 struct user_pt_regs regs;13539 u64 spsr_abt;13540 u64 spsr_und;13541 u64 spsr_irq;13542 u64 spsr_fiq;13543 struct user_fpsimd_state fp_regs;13544 u64 sys_regs[123];13545 struct kvm_vcpu *__hyp_running_vcpu;