Searched refs:PKMAP_SIZE (Results 1 – 3 of 3) sorted by relevance
15 #define PKMAP_SIZE PGDIR_SIZE macro18 #define FIXMAP_BASE (PAGE_OFFSET - FIXMAP_SIZE - PKMAP_SIZE)35 #define LAST_PKMAP (PKMAP_SIZE >> PAGE_SHIFT)
67 BUILD_BUG_ON(PAGE_OFFSET < (VMALLOC_END + FIXMAP_SIZE + PKMAP_SIZE)); in kmap_init()
42 #define PKMAP_SIZE (LAST_PKMAP << PAGE_SHIFT) macro