Home
last modified time | relevance | path

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

/Linux-v6.1/arch/powerpc/include/asm/
Dsecvar.h14 extern const struct secvar_operations *secvar_ops;
16 struct secvar_operations { struct
27 extern void set_secvar_ops(const struct secvar_operations *ops); argument
31 static inline void set_secvar_ops(const struct secvar_operations *ops) { } in set_secvar_ops()
/Linux-v6.1/arch/powerpc/kernel/
Dsecvar-ops.c12 const struct secvar_operations *secvar_ops __ro_after_init;
14 void set_secvar_ops(const struct secvar_operations *ops) in set_secvar_ops()
/Linux-v6.1/arch/powerpc/platforms/powernv/
Dopal-secvar.c104 static const struct secvar_operations opal_secvar_ops = {