Home
last modified time | relevance | path

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

/linux-6.1.9/arch/s390/include/asm/
Dkasan.h40 kasan_needs += DIV_ROUND_UP(pages, _PAGE_ENTRIES) * _PAGE_TABLE_SIZE * 2; in kasan_estimate_memory_needs()
Dpgtable.h304 #define _PAGE_TABLE_SIZE (_PAGE_ENTRIES * 8) macro
/linux-6.1.9/arch/s390/mm/
Dkasan_init.c70 BUILD_BUG_ON(_PAGE_TABLE_SIZE * 2 != PAGE_SIZE); in kasan_early_pte_alloc()
74 pte = pte_leftover + _PAGE_TABLE_SIZE; in kasan_early_pte_alloc()
Dpgalloc.c650 unsigned long sz = _PAGE_TABLE_SIZE; in base_pgt_cache_init()