commit 357acec758c85c13762a39118fa4ec38662d8fbf Author: Aaron LI <a...@aaronly.me> Date: Sat Jun 26 13:45:20 2021 +0800
npx: Adjust the 'envxmm64' structure * Replace 'en_rip' and 'en_rdp' fields with union equivalents, for accessing break-downs of these 64-bit fields. * The break-down representation 'union fp_addr' is obtained from NetBSD. * This helps adapt the NVMM backend code in QEMU to DragonFly. Summary of changes: sys/cpu/x86_64/include/npx.h | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/357acec758c85c13762a39118fa4ec38662d8fbf -- DragonFly BSD source repository