sys_unregister_abi_zone

Function sys_unregister_abi_zone 

Source
pub fn sys_unregister_abi_zone(trapframe: &mut Trapframe) -> usize
Expand description

Unregister an ABI zone

§Arguments

  • start - Start address of the memory range to unregister

§Returns

  • 0 on success
  • usize::MAX (-1) on failure (zone not found)