Mercurial > hg > Members > menikon > CbC_xv6
diff src/impl/vm_impl.h @ 211:66db83ec1ec2
kpt_alloc_check_impl and freerange
author | tobaru |
---|---|
date | Thu, 23 Jan 2020 20:48:16 +0900 |
parents | 02bb0f8be908 |
children | 2ecf1e09e981 |
line wrap: on
line diff
--- a/src/impl/vm_impl.h Thu Jan 23 18:08:22 2020 +0900 +++ b/src/impl/vm_impl.h Thu Jan 23 20:48:16 2020 +0900 @@ -10,7 +10,7 @@ uint pa; uint n; - __code init_vmm(Type* vm_impl, __code next(...)); + __code kpt_alloc_check_impl(Type* vm_impl, __code next(...)); __code loaduvm_ptesize_check(Type* vm_impl, __code next(...)); __code loaduvm_loop(Type* vm_impl, uint i, pte_t* pte, uint sz, __code next(...)); __code next(...);