Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kernel/cpu/sgx/
Dencl.h38 SGX_ENCL_IOCTL = BIT(0), enumerator
Dioctl.c1230 if (test_and_set_bit(SGX_ENCL_IOCTL, &encl->flags)) in sgx_ioctl()
1261 clear_bit(SGX_ENCL_IOCTL, &encl->flags); in sgx_ioctl()