| /Linux-v4.19/arch/openrisc/include/asm/ |
| D | fixmap.h | 50 __end_of_fixed_addresses enumerator 53 #define FIXADDR_SIZE (__end_of_fixed_addresses << PAGE_SHIFT) 76 if (idx >= __end_of_fixed_addresses) in fix_to_virt()
|
| /Linux-v4.19/arch/xtensa/include/asm/ |
| D | fixmap.h | 44 __end_of_fixed_addresses enumerator 48 #define FIXADDR_SIZE (__end_of_fixed_addresses << PAGE_SHIFT) 67 BUILD_BUG_ON(idx >= __end_of_fixed_addresses); in fix_to_virt()
|
| /Linux-v4.19/arch/um/include/asm/ |
| D | fixmap.h | 37 __end_of_fixed_addresses enumerator 52 #define FIXADDR_SIZE (__end_of_fixed_addresses << PAGE_SHIFT)
|
| /Linux-v4.19/arch/microblaze/include/asm/ |
| D | fixmap.h | 55 __end_of_fixed_addresses enumerator 61 #define __FIXADDR_SIZE (__end_of_fixed_addresses << PAGE_SHIFT)
|
| /Linux-v4.19/arch/nds32/include/asm/ |
| D | fixmap.h | 20 __end_of_fixed_addresses enumerator 23 #define FIXADDR_SIZE ((__end_of_fixed_addresses) << PAGE_SHIFT)
|
| /Linux-v4.19/arch/mips/include/asm/ |
| D | fixmap.h | 57 __end_of_fixed_addresses enumerator 67 #define FIXADDR_SIZE (__end_of_fixed_addresses << PAGE_SHIFT)
|
| /Linux-v4.19/arch/sh/include/asm/ |
| D | fixmap.h | 75 __end_of_fixed_addresses enumerator 94 #define FIXADDR_SIZE (__end_of_fixed_addresses << PAGE_SHIFT)
|
| /Linux-v4.19/arch/powerpc/include/asm/ |
| D | fixmap.h | 62 __end_of_fixed_addresses enumerator 65 #define __FIXADDR_SIZE (__end_of_fixed_addresses << PAGE_SHIFT)
|
| /Linux-v4.19/arch/hexagon/include/asm/ |
| D | mem-layout.h | 64 __end_of_fixed_addresses enumerator 89 #define FIXADDR_SIZE (__end_of_fixed_addresses << PAGE_SHIFT)
|
| /Linux-v4.19/arch/x86/include/asm/ |
| D | fixmap.h | 144 __end_of_fixed_addresses enumerator 152 #define FIXADDR_TOT_SIZE (__end_of_fixed_addresses << PAGE_SHIFT)
|
| /Linux-v4.19/arch/sh/mm/ |
| D | init.c | 106 if (idx >= __end_of_fixed_addresses) { in __set_fixmap() 118 if (idx >= __end_of_fixed_addresses) { in __clear_fixmap() 331 vaddr = __fix_to_virt(__end_of_fixed_addresses - 1) & PMD_MASK; in paging_init()
|
| /Linux-v4.19/arch/sparc/include/asm/ |
| D | vaddrs.h | 43 __end_of_fixed_addresses enumerator
|
| /Linux-v4.19/arch/arm/include/asm/ |
| D | fixmap.h | 39 static const enum fixed_addresses __end_of_fixed_addresses =
|
| /Linux-v4.19/arch/nds32/mm/ |
| D | init.c | 113 vaddr = __fix_to_virt(__end_of_fixed_addresses - 1); in fixedrange_init() 268 BUG_ON(idx <= FIX_HOLE || idx >= __end_of_fixed_addresses); in __set_fixmap()
|
| /Linux-v4.19/arch/arm64/include/asm/ |
| D | fixmap.h | 88 __end_of_fixed_addresses enumerator
|
| /Linux-v4.19/arch/mips/mm/ |
| D | pgtable-32.c | 54 vaddr = __fix_to_virt(__end_of_fixed_addresses - 1); in pagetable_init()
|
| D | pgtable-64.c | 124 vaddr = __fix_to_virt(__end_of_fixed_addresses - 1) & PMD_MASK; in pagetable_init()
|
| /Linux-v4.19/include/asm-generic/ |
| D | fixmap.h | 31 BUILD_BUG_ON(idx >= __end_of_fixed_addresses); in fix_to_virt()
|
| /Linux-v4.19/arch/xtensa/mm/ |
| D | mmu.c | 53 init_pmd(__fix_to_virt(0), __end_of_fixed_addresses); in fixedrange_init()
|
| /Linux-v4.19/arch/microblaze/mm/ |
| D | pgtable.c | 256 if (idx >= __end_of_fixed_addresses) in __set_fixmap()
|
| D | init.c | 95 for (idx = 0; idx < __end_of_fixed_addresses; idx++) in paging_init()
|
| /Linux-v4.19/arch/um/kernel/ |
| D | mem.c | 158 vaddr = __fix_to_virt(__end_of_fixed_addresses - 1) & PMD_MASK; in paging_init()
|
| /Linux-v4.19/arch/x86/kernel/ |
| D | head64.c | 419 BUILD_BUG_ON(__fix_to_virt(__end_of_fixed_addresses) <= MODULES_END); in x86_64_start_kernel()
|
| /Linux-v4.19/arch/powerpc/mm/ |
| D | mem.c | 308 unsigned long v = __fix_to_virt(__end_of_fixed_addresses - 1); in paging_init()
|
| /Linux-v4.19/arch/x86/mm/ |
| D | ioremap.c | 813 if (idx >= __end_of_fixed_addresses) { in __early_set_fixmap()
|