Next: Instruction ureloc, Previous: Instruction unmap, Up: Instructions to handle mapped values [Contents][Index]
Synopsys:
reloc
Given a value, a IO space expressed in an ulong, and a bit-offset expressed in an ulong, relocate the value to the given bit-offset at the given IO space.
If the given value is not map-able then raise PVM_E_INVAL.
Stack: ( VAL ULONG ULONG -- VAL ULONG ULONG )
Exceptions: PVM_E_INVAL