[ Bottom of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]

Technical Reference: Kernel and Subsystems, Volume 1

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

dp Points to the cross memory descriptor.

Return Values

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.

Related Information

xlate_create Kernel Service, xm_mapin Kernel Service, xm_det Kernel Service, xlate_pin Kernel Service, or xlate_unpin Kernel Service.

[ Top of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]