Searched refs:FIXADDR_SIZE (Results 1 – 16 of 16) sorted by relevance
30 #define FIXADDR_SIZE (__end_of_fixed_addresses << PAGE_SHIFT) macro 32 #define FIXADDR_START ((FIXADDR_END - FIXADDR_SIZE) & PMD_MASK)33 #define FIXADDR_TOP (FIXADDR_START + FIXADDR_SIZE - PAGE_SIZE)
19 #define FIXADDR_SIZE (__end_of_fixed_addresses << PAGE_SHIFT) macro 20 #define FIXADDR_START (FIXADDR_TOP - FIXADDR_SIZE)
24 #define FIXADDR_SIZE (__end_of_fixed_addresses << PAGE_SHIFT) macro 25 #define FIXADDR_START (FIXADDR_TOP - FIXADDR_SIZE)
67 #define FIXADDR_SIZE (__end_of_fixed_addresses << PAGE_SHIFT) macro 68 #define FIXADDR_START (FIXADDR_TOP - FIXADDR_SIZE)
79 #define FIXADDR_SIZE (__end_of_fixed_addresses << PAGE_SHIFT) macro 80 #define FIXADDR_START (FIXADDR_TOP - FIXADDR_SIZE)
51 #define FIXADDR_SIZE ((FIX_KMAP_END + 1) << PAGE_SHIFT) macro 52 #define FIXADDR_START (FIXADDR_TOP - FIXADDR_SIZE)
76 #define FIXADDR_SIZE (__end_of_fixed_addresses << PAGE_SHIFT) macro 77 #define FIXADDR_START (FIXADDR_TOP - FIXADDR_SIZE)
102 #define FIXADDR_SIZE (__end_of_permanent_fixed_addresses << PAGE_SHIFT) macro 103 #define FIXADDR_START (FIXADDR_TOP - FIXADDR_SIZE)
150 #define FIXADDR_SIZE (__end_of_permanent_fixed_addresses << PAGE_SHIFT) macro 151 #define FIXADDR_START (FIXADDR_TOP - FIXADDR_SIZE)
63 fixrange_init(vaddr & PMD_MASK, vaddr + FIXADDR_SIZE, pgd_base); in pagetable_init()
118 fixrange_init(vaddr, vaddr + FIXADDR_SIZE, pgd_base); in pagetable_init()
96 BUILD_BUG_ON(IS_ENABLED(CONFIG_PPC64) && __FIXADDR_SIZE > FIXADDR_SIZE); in __set_fixmap()
63 #define FIXADDR_SIZE 0 macro
104 #define FIXADDR_SIZE (PMD_SIZE + FIX_FDT_SIZE) macro 108 #define FIXADDR_SIZE (PGDIR_SIZE + FIX_FDT_SIZE) macro 110 #define FIXADDR_START (FIXADDR_TOP - FIXADDR_SIZE)
326 #define IOREMAP_END (KERN_IO_END - FIXADDR_SIZE)327 #define FIXADDR_SIZE SZ_32M macro 328 #define FIXADDR_TOP (IOREMAP_END + FIXADDR_SIZE)
148 #define FIXADDR_SIZE 0 macro