Chapter 10
Digital UNIX
The following sections specifiy the Privileged Architecture Library (PALcode) instructions that are required to support a Digital UNIX system.
10.1 Unprivileged Digital UNIX PALcode
Table
Table
Mnemonic | Operation and Description |
|
|
bpt | Break point trap |
| The bpt instruction switches mode to kernel, builds a stack frame on the kernel |
| stack, and dispatches to the breakpoint code. |
bugchk | Bugcheck |
| The bugchk instruction switches mode to kernel, builds a stack frame on the |
| kernel stack, and dispatches to the breakpoint code. |
callsys | System call |
| The callsys instruction switches mode to kernel, builds a callsys stack frame, |
| and dispatches to the system call code. |
clrfen | Clear |
| The clrfen instruction writes a zero to the |
gentrap | Generate trap |
| The gentrap instruction switches mode to kernel, builds a stack frame on the |
| kernel stack, and dispatches to the gentrap code. |
imb | |
| The imb instruction makes the |
|
|