Lines Matching full:keys
35 * Check whether storage keys are enabled. If not enabled, they were not
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
80 uint8_t *keys);
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
98 uint8_t *keys);
118 uint64_t count, uint8_t *keys);
123 uint64_t count, uint8_t *keys);