The following separators may be used with absolute expressions to form elements of an address:
&
Where virtual addresses map to different physical addresses in different processes (typically private arena data and shared arena instance data) then | may be used to qualify the address by thread slot number.
Note:
This qualifier is ignored by the Dump Formatter
Examples:
%ebp
The value of EBP assumed to be a linear address.
%%10034
The physical address at location 10034.
38 | #1f:0
The selector:offset address 1f:0 in the context of slot 38.