Home
last modified time | relevance | path

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

/linux/arch/s390/kvm/
H A Ddat.h313 union pmd pmds[_CRST_ENTRIES];
317 union pud puds[_CRST_ENTRIES];
321 union p4d p4ds[_CRST_ENTRIES];
325 union pgd pgds[_CRST_ENTRIES];
330 union crste crstes[_CRST_ENTRIES];
H A Dgmap.h203 unsigned long align = is_pmd(newcrste) ? _PAGE_ENTRIES : _PAGE_ENTRIES * _CRST_ENTRIES; in _gmap_crstep_xchg_atomic()
H A Ddat.c94 for (i = 0; i < _CRST_ENTRIES; i++) { in dat_free_level()
330 for (i = 0; i < _CRST_ENTRIES; i++) in dat_split_crste()
543 idx = (start >> cur_shift) & (_CRST_ENTRIES - 1); in dat_crste_walk_range()
/linux/arch/s390/include/asm/
H A Dpgtable.h346 #define _CRST_ENTRIES 2048 /* number of region/segment table entries */ macro
349 #define _CRST_TABLE_SIZE (_CRST_ENTRIES * 8)
389 #define PTRS_PER_PMD _CRST_ENTRIES
390 #define PTRS_PER_PUD _CRST_ENTRIES
391 #define PTRS_PER_P4D _CRST_ENTRIES
392 #define PTRS_PER_PGD _CRST_ENTRIES
H A Dpgalloc.h32 memset64((u64 *)crst, entry, _CRST_ENTRIES); in crst_table_init()