Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/arch/x86/
H A Dsgx.rst141 ksgxd chapter
144 SGX support includes a kernel thread called *ksgxd*.
149 ksgxd is started when SGX initializes. Enclave memory is typically ready
152 occur after a crash and kexec() cycle, for instance. At boot, ksgxd
163 Similar to the core kswapd, ksgxd, is responsible for managing the
165 *ksgxd* “swaps” enclave memory to normal memory.
/openbmc/linux/arch/x86/kernel/cpu/sgx/
H A Dmain.c395 static int ksgxd(void *p) in ksgxd() function
427 tsk = kthread_run(ksgxd, NULL, "ksgxd"); in sgx_page_reclaimer_init()