Searched refs:_CRST_TABLE_SIZE (Results 1 – 3 of 3) sorted by relevance
343 static_assert(sizeof(struct crst_table) == _CRST_TABLE_SIZE);578 return (struct crst_table *)ALIGN_DOWN((unsigned long)crstep, _CRST_TABLE_SIZE); in crste_table_start()
1154 #define CRST_TABLE_PAGES (_CRST_TABLE_SIZE / PAGE_SIZE)
349 #define _CRST_TABLE_SIZE (_CRST_ENTRIES * 8) macro