secvar_operations
extern const struct secvar_operations *secvar_ops;
int set_secvar_ops(const struct secvar_operations *ops);
static inline int set_secvar_ops(const struct secvar_operations *ops) { return 0; }
const struct secvar_operations *secvar_ops __ro_after_init = NULL;
int set_secvar_ops(const struct secvar_operations *ops)
static const struct secvar_operations opal_secvar_ops = {
static const struct secvar_operations plpks_secvar_ops_static = {
static const struct secvar_operations plpks_secvar_ops_dynamic = {