freebsd-dev/sys/amd64/vmm
John Baldwin c2b4cedd78 Emulate the "ADD reg, r/m" instruction (opcode 03H).
OVMF's flash variable storage is using add instructions when indexing
the variable store bootrom location.

Submitted by:	D Scott Phillips <d.scott.phillips@intel.com>
Reviewed by:	rgrimes
MFC after:	1 week
Sponsored by:	Intel Corporation
Differential Revision:	https://reviews.freebsd.org/D19975
2019-05-03 21:48:42 +00:00
..
amd Add accessor function for vm->maxcpus 2019-04-25 22:51:36 +00:00
intel Add accessor function for vm->maxcpus 2019-04-25 22:51:36 +00:00
io Add accessor function for vm->maxcpus 2019-04-25 22:51:36 +00:00
vmm_dev.c Add accessor function for vm->maxcpus 2019-04-25 22:51:36 +00:00
vmm_host.c
vmm_host.h
vmm_instruction_emul.c Emulate the "ADD reg, r/m" instruction (opcode 03H). 2019-05-03 21:48:42 +00:00
vmm_ioport.c
vmm_ioport.h
vmm_ktr.h
vmm_lapic.c Add accessor function for vm->maxcpus 2019-04-25 22:51:36 +00:00
vmm_lapic.h
vmm_mem.c
vmm_mem.h
vmm_stat.c Add accessor function for vm->maxcpus 2019-04-25 22:51:36 +00:00
vmm_stat.h
vmm_util.c
vmm_util.h
vmm.c Add accessor function for vm->maxcpus 2019-04-25 22:51:36 +00:00
x86.c vmm(4): Mask Spectre feature bits on AMD hosts 2019-01-18 23:54:51 +00:00
x86.h