MCPcopy 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_tokenMethod · 0.45
newMethod · 0.45
execMethod · 0.45
get_user_tokenMethod · 0.45
sys_waitpidFunction · 0.45
kernel_tokenFunction · 0.45
activateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected