Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chyyuu/os_kernel_lab
/ token
Method
token
os/src/mm/memory_set.rs:48–50 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
46
}
47
}
48
pub fn token(&self) -> usize {
49
self.page_table.token()
50
}
51
/// Assume that no conflicts.
52
pub fn insert_framed_area(
53
&mut self,
Callers
7
get_user_token
Method · 0.45
new
Method · 0.45
exec
Method · 0.45
get_user_token
Method · 0.45
sys_waitpid
Function · 0.45
kernel_token
Function · 0.45
activate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected