Lines Matching full:memory
9 1. A READ IPL ccw is constructed in memory location ``0x0``.
12 so when it is complete another ccw will be fetched and executed from memory
18 IPL ccw it read the 24-bytes of IPL1 to be read into memory starting at
21 the original READ IPL ccw. The read ccw will read the IPL2 data into memory
34 the real operating system is loaded into memory and we are ready to hand
39 NOTE: The IPL2 channel program might read data into memory
48 The psw that was loaded into memory location ``0x0`` as part of the ipl process
50 psw's instruction address will point to the location in memory where we want
57 memory location 0x0 that reads IPL1. It then executes this ccw thereby kicking
71 1. Place a "Read IPL" ccw into memory location ``0x0`` with chaining bit on.
82 program from guest memory before it starts executing it. This means that any
84 because the newly read commands will only exist in guest memory and NOT within
85 the kernel's channel subsystem memory. The kernel vfio-ccw driver currently
104 1. Place "Read IPL" ccw into memory location ``0x0``, but turn off chaining bit.
119 Now IPL2 is loaded into memory somewhere, and we know the address.
132 Now the operating system code is loaded somewhere in guest memory and the psw
133 in memory location ``0x0`` will point to entry code for the guest operating