Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/s390/mm/
Dkasan_init.c71 BUILD_BUG_ON(_PAGE_TABLE_SIZE * 2 != PAGE_SIZE); in kasan_early_pte_alloc()
75 pte = pte_leftover + _PAGE_TABLE_SIZE; in kasan_early_pte_alloc()
Dpgalloc.c553 unsigned long sz = _PAGE_TABLE_SIZE; in base_pgt_cache_init()
/kernel/linux/linux-5.10/arch/s390/boot/
Dkaslr.c206 _PAGE_ENTRIES * _PAGE_TABLE_SIZE * 2; in get_random_base()
/kernel/linux/linux-5.10/arch/s390/include/asm/
Dpgtable.h302 #define _PAGE_TABLE_SIZE (_PAGE_ENTRIES * 8) macro