Home
last modified time | relevance | path

Searched refs:secvar_operations (Results 1 – 4 of 4) sorted by relevance

/linux/arch/powerpc/include/asm/
H A Dsecvar.h15 extern const struct secvar_operations *secvar_ops;
17 struct secvar_operations { struct
32 int set_secvar_ops(const struct secvar_operations *ops); argument
36 static inline int set_secvar_ops(const struct secvar_operations *ops) { return 0; } in set_secvar_ops()
/linux/arch/powerpc/kernel/
H A Dsecvar-ops.c13 const struct secvar_operations *secvar_ops __ro_after_init = NULL;
15 int set_secvar_ops(const struct secvar_operations *ops) in set_secvar_ops()
/linux/arch/powerpc/platforms/powernv/
H A Dopal-secvar.c146 static const struct secvar_operations opal_secvar_ops = {
/linux/arch/powerpc/platforms/pseries/
H A Dplpks-secvar.c201 static const struct secvar_operations plpks_secvar_ops = {