commit fd6712ad6523732b2a53082d8e7b5ad9da32e51a Author: Aaron LI <a...@aaronly.me> Date: Sat Jun 5 12:04:25 2021 +0800
pc64/vmm: Update EPT code against EPT_* define changes * Update 'EPT_IGNORE_PAT' to 'EPT_PG_IGNORE_PAT'. * Improve the definitions of 'pmap_bits_ept[]' and 'pmap_cache_bits_ept[]' arrays. * Rename 'ept_protection_codes' to 'protection_codes_ept' for better consistency. * Other minor refactors. Summary of changes: sys/platform/pc64/vmm/ept.c | 79 +++++++++++++++++++++------------------------ 1 file changed, 37 insertions(+), 42 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/fd6712ad6523732b2a53082d8e7b5ad9da32e51a -- DragonFly BSD source repository