arch/x86/kernel/cpu/sgx/driver.h

Source file repositories/reference/linux-study-clean/arch/x86/kernel/cpu/sgx/driver.h

File Facts

System
Linux kernel
Corpus path
arch/x86/kernel/cpu/sgx/driver.h
Extension
.h
Size
714 bytes
Lines
29
Domain
Architecture Layer
Bucket
arch/x86
Inferred role
Architecture Layer: operation-table or driver-model contract
Status
pattern implementation candidate

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

extern const struct file_operations sgx_provision_fops;

long sgx_ioctl(struct file *filep, unsigned int cmd, unsigned long arg);

int sgx_drv_init(void);

#endif /* __ARCH_X86_SGX_DRIVER_H__ */

Annotation

Implementation Notes