Home
last modified time | relevance | path

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

/linux/arch/s390/kvm/
H A Ddat.h343 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()
H A Dgmap.c1154 #define CRST_TABLE_PAGES (_CRST_TABLE_SIZE / PAGE_SIZE)
/linux/arch/s390/include/asm/
H A Dpgtable.h349 #define _CRST_TABLE_SIZE (_CRST_ENTRIES * 8) macro