Searched refs:secvar_operations (Results 1 – 3 of 3) sorted by relevance
14 extern const struct secvar_operations *secvar_ops;16 struct secvar_operations { struct27 extern void set_secvar_ops(const struct secvar_operations *ops); argument31 static inline void set_secvar_ops(const struct secvar_operations *ops) { } in set_secvar_ops()
12 const struct secvar_operations *secvar_ops __ro_after_init;14 void set_secvar_ops(const struct secvar_operations *ops) in set_secvar_ops()
104 static const struct secvar_operations opal_secvar_ops = {