Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/cpu/sgx/
H A Dmain.c56 static unsigned long __sgx_sanitize_pages(struct list_head *dirty_page_list) in __sgx_sanitize_pages() argument
64 while (!list_empty(dirty_page_list)) { in __sgx_sanitize_pages()
68 page = list_first_entry(dirty_page_list, struct sgx_epc_page, list); in __sgx_sanitize_pages()
105 list_splice(&dirty, dirty_page_list); in __sgx_sanitize_pages()