git: nvmm: Port to DragonFly #17: physical page allocation
Aaron LI
aly at crater.dragonflybsd.org
Tue Jul 20 16:30:19 PDT 2021
commit 48aa8db877b74a1511ddae705fc75bfb79c4e9cb
Author: Aaron LI <aly at aaronly.me>
Date: Fri May 21 23:19:46 2021 +0800
nvmm: Port to DragonFly #17: physical page allocation
Implement uvm_pagealloc() and uvm_pagefree() with vm_page_alloczwq() and
vm_page_freezwq(), respectively, which are added for this purpose by
Matt Dillon in 14067db606f14f728f62891ebcdc30366e95aa3d.
These two functions are used in 'nvmm_x86_svm.c' to allocate the HSAVE
memory.
Summary of changes:
sys/dev/virtual/nvmm/nvmm_compat.h | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/48aa8db877b74a1511ddae705fc75bfb79c4e9cb
--
DragonFly BSD source repository
More information about the Commits
mailing list