Searched refs:FIXADDR_SIZE (Results 1 – 14 of 14) sorted by relevance
52 #define FIXADDR_SIZE (__end_of_fixed_addresses << PAGE_SHIFT) macro53 #define FIXADDR_START (FIXADDR_TOP - FIXADDR_SIZE)
25 #define FIXADDR_SIZE (__end_of_fixed_addresses << PAGE_SHIFT) macro26 #define FIXADDR_START (FIXADDR_TOP - FIXADDR_SIZE)
67 #define FIXADDR_SIZE (__end_of_fixed_addresses << PAGE_SHIFT) macro68 #define FIXADDR_START (FIXADDR_TOP - FIXADDR_SIZE)
23 #define FIXADDR_SIZE ((__end_of_fixed_addresses) << PAGE_SHIFT) macro24 #define FIXADDR_START (FIXADDR_TOP - FIXADDR_SIZE)
51 #define FIXADDR_SIZE ((FIX_KMAP_END + 1) << PAGE_SHIFT) macro52 #define FIXADDR_START (FIXADDR_TOP - FIXADDR_SIZE)
49 #define FIXADDR_SIZE (__end_of_fixed_addresses << PAGE_SHIFT) macro51 #define FIXADDR_START (FIXADDR_TOP - FIXADDR_SIZE)
87 #define FIXADDR_SIZE (__end_of_fixed_addresses << PAGE_SHIFT) macro88 #define FIXADDR_START (FIXADDR_TOP - FIXADDR_SIZE)
48 #define FIXADDR_SIZE (__end_of_fixed_addresses << PAGE_SHIFT) macro49 #define FIXADDR_START ((FIXADDR_TOP - FIXADDR_SIZE) & PMD_MASK)
76 #define FIXADDR_SIZE (__end_of_fixed_addresses << PAGE_SHIFT) macro77 #define FIXADDR_START (FIXADDR_TOP - FIXADDR_SIZE)
94 #define FIXADDR_SIZE (__end_of_permanent_fixed_addresses << PAGE_SHIFT) macro95 #define FIXADDR_START (FIXADDR_TOP - FIXADDR_SIZE)
147 #define FIXADDR_SIZE (__end_of_permanent_fixed_addresses << PAGE_SHIFT) macro148 #define FIXADDR_START (FIXADDR_TOP - FIXADDR_SIZE)
55 #define FIXADDR_SIZE PMD_SIZE macro57 #define FIXADDR_SIZE PGDIR_SIZE macro59 #define FIXADDR_START (FIXADDR_TOP - FIXADDR_SIZE)
75 fixrange_init(vaddr & PMD_MASK, vaddr + FIXADDR_SIZE, pgd_base); in pagetable_init()
124 fixrange_init(vaddr, vaddr + FIXADDR_SIZE, pgd_base); in pagetable_init()