xlate_remove Kernel Service

Purpose

Removes physical translation information from an xmem descriptor from a prior xlate_create call.

Syntax

caddr_t xlate_remove (dp)
struct xmem *dp;

Description

See the xlate_create kernel service.

Parameters

Item Description
dp Points to the cross memory descriptor.

Return Values

Item Description
XMEM_FAIL No pretranslation information present in the xmem descriptor.
XMEM_SUCC Pretranslation successfully removed.

Execution Environment

The xlate_remove kernel service can only be called from the process environment.