comparison src/impl/vm_impl.h @ 202:66db83ec1ec2

kpt_alloc_check_impl and freerange
author tobaru
date Thu, 23 Jan 2020 20:48:16 +0900
parents 02bb0f8be908
children 2ecf1e09e981
comparison
equal deleted inserted replaced
201:02bb0f8be908 202:66db83ec1ec2
8 struct inode* ip; 8 struct inode* ip;
9 uint offset; 9 uint offset;
10 uint pa; 10 uint pa;
11 uint n; 11 uint n;
12 12
13 __code init_vmm(Type* vm_impl, __code next(...)); 13 __code kpt_alloc_check_impl(Type* vm_impl, __code next(...));
14 __code loaduvm_ptesize_check(Type* vm_impl, __code next(...)); 14 __code loaduvm_ptesize_check(Type* vm_impl, __code next(...));
15 __code loaduvm_loop(Type* vm_impl, uint i, pte_t* pte, uint sz, __code next(...)); 15 __code loaduvm_loop(Type* vm_impl, uint i, pte_t* pte, uint sz, __code next(...));
16 __code next(...); 16 __code next(...);
17 17
18 18