blob: 8c49fed2824c9176a831ad8ed00e11e7a9807bfe [file] [log] [blame]
#include "cpu.h"
#include "decl_offsets.h"
DECL(CPU_CURRENT, struct cpu, current);
DECL(CPU_STACK_BOTTOM, struct cpu, stack_bottom);
DECL(VCPU_REGS, struct vcpu, regs);
DECL(VCPU_LAZY, struct vcpu, regs.lazy);