Searched refs:FIXADDR_SIZE (Results 1 – 12 of 12) sorted by relevance
52 #define FIXADDR_SIZE (__end_of_fixed_addresses << PAGE_SHIFT) macro53 #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)
67 #define FIXADDR_SIZE (__end_of_fixed_addresses << PAGE_SHIFT) macro68 #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)
53 #define FIXADDR_SIZE (__end_of_fixed_addresses << PAGE_SHIFT) macro55 #define FIXADDR_START (FIXADDR_TOP - FIXADDR_SIZE)
94 #define FIXADDR_SIZE (__end_of_fixed_addresses << PAGE_SHIFT) macro95 #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)
89 #define FIXADDR_SIZE (__end_of_fixed_addresses << PAGE_SHIFT) macro90 #define FIXADDR_START (FIXADDR_TOP - FIXADDR_SIZE)
91 #define FIXADDR_SIZE (__end_of_permanent_fixed_addresses << PAGE_SHIFT) macro92 #define FIXADDR_START (FIXADDR_TOP - FIXADDR_SIZE)
150 #define FIXADDR_SIZE (__end_of_permanent_fixed_addresses << PAGE_SHIFT) macro151 #define FIXADDR_START (FIXADDR_TOP - FIXADDR_SIZE)
55 fixrange_init(vaddr & PMD_MASK, vaddr + FIXADDR_SIZE, pgd_base); in pagetable_init()
125 fixrange_init(vaddr, vaddr + FIXADDR_SIZE, pgd_base); in pagetable_init()