beautypg.com

Intel 253666-024US User Manual

Page 563

background image

Vol. 2A 3-517

INSTRUCTION SET REFERENCE, A-M

JMP—Jump

If target offset in destination operand is non-canonical.
If target offset in destination operand is beyond the new code

segment limit.

If the segment selector in the destination operand is NULL.
If the code segment selector in the 64-bit gate is NULL.

#GP(selector)

If the code segment or 64-bit call gate is outside descriptor table

limits.

If the code segment or 64-bit call gate overlaps non-canonical

space.

If the segment descriptor from a 64-bit call gate is in non-

canonical space.

If the segment descriptor pointed to by the segment selector in

the destination operand is not for a conforming-code segment,
nonconforming-code segment, 64-bit call gate.

If the segment descriptor pointed to by the segment selector in

the destination operand is a code segment, and has both the
D-bit and the L-bit set.

If the DPL for a nonconforming-code segment is not equal to the

CPL, or the RPL for the segment’s segment selector is greater
than the CPL.

If the DPL for a conforming-code segment is greater than the

CPL.

If the DPL from a 64-bit call-gate is less than the CPL or than the

RPL of the 64-bit call-gate.

If the upper type field of a 64-bit call gate is not 0x0.
If the segment selector from a 64-bit call gate is beyond the

descriptor table limits.

If the code segment descriptor pointed to by the selector in the

64-bit gate doesn't have the L-bit set and the D-bit clear.

If the segment descriptor for a segment selector from the 64-bit

call gate does not indicate it is a code segment.

If the code segment is non-confirming and CPL ≠ DPL.
If the code segment is confirming and CPL < DPL.

#NP(selector)

If a code segment or 64-bit call gate is not present.

#UD

(64-bit mode only) If a far jump is direct to an absolute address

in memory.

If the LOCK prefix is used.

#PF(fault-code)

If a page fault occurs.

#AC(0)

If alignment checking is enabled and an unaligned memory

reference is made while the current privilege level is 3.