Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/kernel/cpu/sgx/
Ddriver.h23 extern const struct file_operations sgx_provision_fops;
Dmain.c868 const struct file_operations sgx_provision_fops = { variable
876 .fops = &sgx_provision_fops,
900 if (f.file->f_op != &sgx_provision_fops) { in sgx_set_attribute()