sys_register_abi_zone

Function sys_register_abi_zone 

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

Register an ABI zone for a specific memory range

§Arguments

  • start - Start address of the memory range
  • len - Length of the memory range in bytes
  • abi_name_ptr - Pointer to null-terminated ABI name string in user space

§Returns

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