Searched refs:FIXADDR_SIZE (Results 1 – 14 of 14) sorted by relevance
22 #define FIXADDR_SIZE (__end_of_fixed_addresses << PAGE_SHIFT) macro23 #define FIXADDR_START (FIXADDR_TOP - FIXADDR_SIZE)
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)
49 #define FIXADDR_SIZE (__end_of_fixed_addresses << PAGE_SHIFT) macro51 #define FIXADDR_START (FIXADDR_TOP - FIXADDR_SIZE)
91 #define FIXADDR_SIZE (__end_of_fixed_addresses << PAGE_SHIFT) macro92 #define FIXADDR_START (FIXADDR_TOP - FIXADDR_SIZE)
76 #define FIXADDR_SIZE (__end_of_fixed_addresses << PAGE_SHIFT) macro77 #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)
95 #define FIXADDR_SIZE (__end_of_permanent_fixed_addresses << PAGE_SHIFT) macro96 #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)
110 #define FIXADDR_SIZE PMD_SIZE macro112 #define FIXADDR_SIZE PGDIR_SIZE macro114 #define FIXADDR_START (FIXADDR_TOP - FIXADDR_SIZE)
75 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()