Searched refs:SGX_VA_SLOT_COUNT (Results 1 – 3 of 3) sorted by relevance
73 #define SGX_VA_SLOT_COUNT 512 macro77 DECLARE_BITMAP(slots, SGX_VA_SLOT_COUNT);
1251 int slot = find_first_zero_bit(va_page->slots, SGX_VA_SLOT_COUNT); in sgx_alloc_va_slot()1253 if (slot < SGX_VA_SLOT_COUNT) in sgx_alloc_va_slot()1279 int slot = find_first_zero_bit(va_page->slots, SGX_VA_SLOT_COUNT); in sgx_va_page_full()1281 return slot == SGX_VA_SLOT_COUNT; in sgx_va_page_full()
25 BUILD_BUG_ON(SGX_VA_SLOT_COUNT != in sgx_encl_grow()28 if (!(encl->page_cnt % SGX_VA_SLOT_COUNT)) { in sgx_encl_grow()40 WARN_ON_ONCE(encl->page_cnt % SGX_VA_SLOT_COUNT); in sgx_encl_grow()