Searched refs:xsm_operations (Results 1 – 4 of 4) sorted by relevance
28 struct xsm_operations *xsm_ops;30 static inline int verify(struct xsm_operations *ops) in verify()141 int __init register_xsm(struct xsm_operations *ops) in register_xsm()
17 struct xsm_operations dummy_xsm_ops;30 void __init xsm_fixup_ops (struct xsm_operations *ops) in xsm_fixup_ops()
46 struct xsm_operations { struct187 extern struct xsm_operations *xsm_ops; argument714 extern int register_xsm(struct xsm_operations *ops);716 extern struct xsm_operations dummy_xsm_ops;717 extern void xsm_fixup_ops(struct xsm_operations *ops);
1724 static struct xsm_operations flask_ops = {
Completed in 10 milliseconds