git: kernel - Add RQF_XINVLTLB to gd_reqflags
Aaron LI
aly at crater.dragonflybsd.org
Tue Jul 20 16:30:22 PDT 2021
commit 1dc32433919f9a93f185b6d21071bbe57cea24f4
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Tue Jun 22 22:19:33 2021 -0700
kernel - Add RQF_XINVLTLB to gd_reqflags
Add RQF_XINVLTLB to gd_reqflags. This bit is set on every CPU related
to a pmap after a pmap_inval*() operation makes an adjustment in that
pmap, as part of the IPI sequence.
Will be used by NVMM.
Summary of changes:
sys/cpu/x86_64/include/cpu.h | 11 ++++++-----
sys/kern/usched_dfly.c | 2 +-
sys/platform/pc64/apic/apic_vector.s | 1 +
sys/platform/pc64/x86_64/genassym.c | 2 ++
sys/sys/globaldata.h | 7 ++++++-
5 files changed, 16 insertions(+), 7 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1dc32433919f9a93f185b6d21071bbe57cea24f4
--
DragonFly BSD source repository
More information about the Commits
mailing list