rusty_mos::kernel::syscall_impl

Function sys_set_tlb_mod_entry

Source
fn sys_set_tlb_mod_entry(envid: u32, func: u32) -> u32
Expand description

SYSNO: 5, set the specified env’s user_tlb_mod_entry.

Only the current env’s or the child of the current env’s entry can be set.

§Failure

This syscall will return a negated-KError returned by envid2env.