Searched refs:CPU_USER_PT_REGS (Results 1 – 3 of 3) sorted by relevance
77 #define CPU_USER_PT_REGS 0 /* offsetof(struct kvm_cpu_context, regs) */ macro
288 #define CPU_XREG_OFFSET(x) (CPU_USER_PT_REGS + 8*x)
116 DEFINE(CPU_USER_PT_REGS, offsetof(struct kvm_cpu_context, regs)); in main()
Completed in 5 milliseconds