Lines Matching full:virtual
30 * This macro converts a instruction virtual address to a physical address
31 * Right now for simulation purposes the virtual addresses are
33 * 1. Lop off bits 61 thru 63 in the virtual address
38 * This macro converts a data virtual address to a physical address
39 * Right now for simulation purposes the virtual addresses are
41 * 1. Lop off bits 61 thru 63 in the virtual address
46 * This macro converts a data physical address to a virtual address
47 * Right now for simulation purposes the virtual addresses are
60 * This macro jumps to the instruction at the given virtual address
75 * 5. Get the physical address corresponding to the virtual address
79 * from a virtual address).
142 * This macro jumps to the instruction at the given virtual address
143 * and starts execution in virtual mode with all the address
158 * 6. Set iip to the virtual address of the next instruction bundle.