• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/sys/amd64/vmm/intel/

Lines Matching refs:offsetof

47 ASSYM(VMXCTX_GUEST_RDI, offsetof(struct vmxctx, guest_rdi));
48 ASSYM(VMXCTX_GUEST_RSI, offsetof(struct vmxctx, guest_rsi));
49 ASSYM(VMXCTX_GUEST_RDX, offsetof(struct vmxctx, guest_rdx));
50 ASSYM(VMXCTX_GUEST_RCX, offsetof(struct vmxctx, guest_rcx));
51 ASSYM(VMXCTX_GUEST_R8, offsetof(struct vmxctx, guest_r8));
52 ASSYM(VMXCTX_GUEST_R9, offsetof(struct vmxctx, guest_r9));
53 ASSYM(VMXCTX_GUEST_RAX, offsetof(struct vmxctx, guest_rax));
54 ASSYM(VMXCTX_GUEST_RBX, offsetof(struct vmxctx, guest_rbx));
55 ASSYM(VMXCTX_GUEST_RBP, offsetof(struct vmxctx, guest_rbp));
56 ASSYM(VMXCTX_GUEST_R10, offsetof(struct vmxctx, guest_r10));
57 ASSYM(VMXCTX_GUEST_R11, offsetof(struct vmxctx, guest_r11));
58 ASSYM(VMXCTX_GUEST_R12, offsetof(struct vmxctx, guest_r12));
59 ASSYM(VMXCTX_GUEST_R13, offsetof(struct vmxctx, guest_r13));
60 ASSYM(VMXCTX_GUEST_R14, offsetof(struct vmxctx, guest_r14));
61 ASSYM(VMXCTX_GUEST_R15, offsetof(struct vmxctx, guest_r15));
62 ASSYM(VMXCTX_GUEST_CR2, offsetof(struct vmxctx, guest_cr2));
64 ASSYM(VMXCTX_HOST_R15, offsetof(struct vmxctx, host_r15));
65 ASSYM(VMXCTX_HOST_R14, offsetof(struct vmxctx, host_r14));
66 ASSYM(VMXCTX_HOST_R13, offsetof(struct vmxctx, host_r13));
67 ASSYM(VMXCTX_HOST_R12, offsetof(struct vmxctx, host_r12));
68 ASSYM(VMXCTX_HOST_RBP, offsetof(struct vmxctx, host_rbp));
69 ASSYM(VMXCTX_HOST_RSP, offsetof(struct vmxctx, host_rsp));
70 ASSYM(VMXCTX_HOST_RBX, offsetof(struct vmxctx, host_rbx));
72 ASSYM(VMXCTX_INST_FAIL_STATUS, offsetof(struct vmxctx, inst_fail_status));
80 ASSYM(PC_CPUID, offsetof(struct pcpu, pc_cpuid));
82 ASSYM(PM_ACTIVE, offsetof(struct pmap, pm_active));
83 ASSYM(PM_EPTGEN, offsetof(struct pmap, pm_eptgen));