Home | History | Annotate | Download | only in Protocol

Lines Matching full:specified

153   /// width of the data is specified by IoWidth.

175 This function is used to read the specified number of bytes of the specified register from the CPU
176 save state of the specified CPU and place the value into the buffer. If the CPU does not support the
177 specified register Register, then EFI_NOT_FOUND should be returned. If the CPU does not
178 support the specified register width Width, then EFI_INVALID_PARAMETER is returned.
205 This function is used to write the specified number of bytes of the specified register to the CPU save
206 state of the specified CPU and place the value into the buffer. If the CPU does not support the
207 specified register Register, then EFI_UNSUPPORTED should be returned. If the CPU does not
208 support the specified register width Width, then EFI_INVALID_PARAMETER is returned.