Searched defs:PKMAP_BASE (Results 1 – 12 of 12) sorted by relevance
51 #define PKMAP_BASE (FIXADDR_START - PAGE_SIZE*(LAST_PKMAP + 1)) macro53 #define PKMAP_BASE ((FIXADDR_START - PAGE_SIZE*(LAST_PKMAP + 1)) & PMD_MASK) macro
12 #define PKMAP_BASE _AC(0xff800000, UL) macro
28 #define PKMAP_BASE ((FIXADDR_START - PGDIR_SIZE) & (PGDIR_MASK)) macro
45 #define PKMAP_BASE ((FIXADDR_START - PAGE_SIZE * (LAST_PKMAP + 1)) \ macro
38 #define PKMAP_BASE \ macro
43 #define PKMAP_BASE PMD_ALIGN(SRMMU_NOCACHE_VADDR + (SRMMU_MAX_NOCACHE_PAGES << PAGE_SHIFT)) macro
8 #define PKMAP_BASE (PAGE_OFFSET - PMD_SIZE) macro
34 #define PKMAP_BASE (FIXMAP_BASE + FIXMAP_SIZE) macro
21 #define PKMAP_BASE ((FIXADDR_START - \ macro
97 #define PKMAP_BASE (FIXADDR_START-PAGE_SIZE*LAST_PKMAP) macro
100 #define PKMAP_BASE (PKMAP_END - PAGE_SIZE * LAST_PKMAP) macro
47 #define PKMAP_BASE ((FIXADDR_START - LAST_PKMAP * PAGE_SIZE) & PMD_MASK) macro
Completed in 9 milliseconds