Lines Matching full:storage
2 * s390 storage key device
35 * Check whether storage keys are enabled. If not enabled, they were not
36 * enabled lazily either by the guest via a storage key instruction or
41 * storage keys and should not lazily enable it.
52 * Lazily enable storage keys. If this function is not implemented,
53 * setting a storage key will lazily enable storage keys implicitly
55 * if storage keys were not enabled before this call.
67 * Get storage keys for the given PFN range. This call will fail if
68 * storage keys have not been lazily enabled yet.
73 * @start_gfn: the start GFN to get storage keys for
74 * @count: the number of storage keys to get
75 * @keys: the byte array where storage keys will be stored to
77 * Returns 0 on success, returns an error if getting a storage key failed.
84 * Set storage keys for the given PFN range. This call will fail if
85 * storage keys have not been lazily enabled yet and implicit
91 * @start_gfn: the start GFN to set storage keys for
92 * @count: the number of storage keys to set
93 * @keys: the byte array where storage keys will be read from
95 * Returns 0 on success, returns an error if setting a storage key failed.