| /Linux-v5.4/arch/openrisc/include/asm/ |
| D | fixmap.h | 46 __end_of_fixed_addresses enumerator 49 #define FIXADDR_SIZE (__end_of_fixed_addresses << PAGE_SHIFT) 72 if (idx >= __end_of_fixed_addresses) in fix_to_virt()
|
| /Linux-v5.4/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-v5.4/arch/csky/include/asm/ |
| D | fixmap.h | 18 __end_of_fixed_addresses enumerator 22 #define FIXADDR_SIZE (__end_of_fixed_addresses << PAGE_SHIFT)
|
| /Linux-v5.4/arch/um/include/asm/ |
| D | fixmap.h | 37 __end_of_fixed_addresses enumerator 52 #define FIXADDR_SIZE (__end_of_fixed_addresses << PAGE_SHIFT)
|
| /Linux-v5.4/arch/microblaze/include/asm/ |
| D | fixmap.h | 55 __end_of_fixed_addresses enumerator 61 #define __FIXADDR_SIZE (__end_of_fixed_addresses << PAGE_SHIFT)
|
| /Linux-v5.4/arch/nds32/include/asm/ |
| D | fixmap.h | 20 __end_of_fixed_addresses enumerator 23 #define FIXADDR_SIZE ((__end_of_fixed_addresses) << PAGE_SHIFT)
|
| /Linux-v5.4/arch/mips/include/asm/ |
| D | fixmap.h | 57 __end_of_fixed_addresses enumerator 67 #define FIXADDR_SIZE (__end_of_fixed_addresses << PAGE_SHIFT)
|
| /Linux-v5.4/arch/sh/include/asm/ |
| D | fixmap.h | 72 __end_of_fixed_addresses enumerator 91 #define FIXADDR_SIZE (__end_of_fixed_addresses << PAGE_SHIFT)
|
| /Linux-v5.4/arch/powerpc/include/asm/ |
| D | fixmap.h | 67 __end_of_fixed_addresses enumerator 70 #define __FIXADDR_SIZE (__end_of_fixed_addresses << PAGE_SHIFT)
|
| /Linux-v5.4/arch/hexagon/include/asm/ |
| D | mem-layout.h | 51 __end_of_fixed_addresses enumerator 76 #define FIXADDR_SIZE (__end_of_fixed_addresses << PAGE_SHIFT)
|
| /Linux-v5.4/arch/x86/include/asm/ |
| D | fixmap.h | 141 __end_of_fixed_addresses enumerator 149 #define FIXADDR_TOT_SIZE (__end_of_fixed_addresses << PAGE_SHIFT)
|
| /Linux-v5.4/arch/riscv/include/asm/ |
| D | fixmap.h | 30 __end_of_fixed_addresses enumerator
|
| /Linux-v5.4/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() 329 vaddr = __fix_to_virt(__end_of_fixed_addresses - 1) & PMD_MASK; in paging_init()
|
| /Linux-v5.4/arch/sparc/include/asm/ |
| D | vaddrs.h | 43 __end_of_fixed_addresses enumerator
|
| /Linux-v5.4/arch/arm/include/asm/ |
| D | fixmap.h | 39 static const enum fixed_addresses __end_of_fixed_addresses =
|
| /Linux-v5.4/arch/nds32/mm/ |
| D | init.c | 112 vaddr = __fix_to_virt(__end_of_fixed_addresses - 1); in fixedrange_init() 261 BUG_ON(idx <= FIX_HOLE || idx >= __end_of_fixed_addresses); in __set_fixmap()
|
| /Linux-v5.4/arch/arm64/include/asm/ |
| D | fixmap.h | 92 __end_of_fixed_addresses enumerator
|
| /Linux-v5.4/include/asm-generic/ |
| D | fixmap.h | 32 BUILD_BUG_ON(idx >= __end_of_fixed_addresses); in fix_to_virt()
|
| /Linux-v5.4/arch/xtensa/mm/ |
| D | mmu.c | 56 init_pmd(__fix_to_virt(0), __end_of_fixed_addresses); in fixedrange_init()
|
| /Linux-v5.4/arch/mips/mm/ |
| D | pgtable-32.c | 74 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-v5.4/arch/um/kernel/ |
| D | mem.c | 177 vaddr = __fix_to_virt(__end_of_fixed_addresses - 1) & PMD_MASK; in paging_init()
|
| /Linux-v5.4/arch/microblaze/mm/ |
| D | pgtable.c | 251 if (idx >= __end_of_fixed_addresses) in __set_fixmap()
|
| D | init.c | 94 for (idx = 0; idx < __end_of_fixed_addresses; idx++) in paging_init()
|
| /Linux-v5.4/arch/csky/mm/ |
| D | highmem.c | 176 vaddr = __fix_to_virt(__end_of_fixed_addresses - 1) & PMD_MASK; in fixaddr_kmap_pages_init()
|