Searched refs:SGX_ENCL_PAGE_BEING_RECLAIMED (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/x86/kernel/cpu/sgx/
H A Dencl.h26 #define SGX_ENCL_PAGE_BEING_RECLAIMED BIT(3) macro
H A Dmain.c207 encl_page->desc &= ~SGX_ENCL_PAGE_BEING_RECLAIMED;
343 encl_page->desc |= SGX_ENCL_PAGE_BEING_RECLAIMED;
H A Dencl.c49 * The reclaimer sets the SGX_ENCL_PAGE_BEING_RECLAIMED flag when it
80 * it does not use the SGX_ENCL_PAGE_BEING_RECLAIMED
95 (entry->desc & SGX_ENCL_PAGE_BEING_RECLAIMED)) {
260 if (entry->desc & SGX_ENCL_PAGE_BEING_RECLAIMED)

Completed in 136 milliseconds