Removes physical translation information from an xmem descriptor from a prior xlate_create call.
caddr_t xlate_remove (dp)
struct xmem *dp;
See the xlate_create kernel service.
Item | Description |
---|---|
dp | Points to the cross memory descriptor. |
Item | Description |
---|---|
XMEM_FAIL | No pretranslation information present in the xmem descriptor. |
XMEM_SUCC | Pretranslation successfully removed. |
The xlate_remove kernel service can only be called from the process environment.