Home
last modified time | relevance | path

Searched refs:sgx_provision_fops (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/x86/kernel/cpu/sgx/
H A Ddriver.h23 extern const struct file_operations sgx_provision_fops;
H A Dmain.c869 const struct file_operations sgx_provision_fops = { variable
877 .fops = &sgx_provision_fops,
901 if (f.file->f_op != &sgx_provision_fops) { in sgx_set_attribute()