Searched refs:__end_of_permanent_fixed_addresses (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/arch/x86/include/asm/ |
D | fixmap.h | 118 __end_of_permanent_fixed_addresses, enumerator 131 (__end_of_permanent_fixed_addresses ^ 132 (__end_of_permanent_fixed_addresses + TOTAL_FIX_BTMAPS - 1)) & 134 ? __end_of_permanent_fixed_addresses + TOTAL_FIX_BTMAPS - 135 (__end_of_permanent_fixed_addresses & (TOTAL_FIX_BTMAPS - 1)) 136 : __end_of_permanent_fixed_addresses, 150 #define FIXADDR_SIZE (__end_of_permanent_fixed_addresses << PAGE_SHIFT)
|
/linux-6.1.9/arch/arm/include/asm/ |
D | fixmap.h | 14 __end_of_permanent_fixed_addresses, enumerator 16 FIX_KMAP_BEGIN = __end_of_permanent_fixed_addresses, 34 FIX_BTMAP_END = __end_of_permanent_fixed_addresses,
|
/linux-6.1.9/arch/arm64/include/asm/ |
D | fixmap.h | 73 __end_of_permanent_fixed_addresses, enumerator 83 FIX_BTMAP_END = __end_of_permanent_fixed_addresses, 98 #define FIXADDR_SIZE (__end_of_permanent_fixed_addresses << PAGE_SHIFT)
|
/linux-6.1.9/arch/riscv/include/asm/ |
D | fixmap.h | 33 __end_of_permanent_fixed_addresses, enumerator 42 FIX_BTMAP_END = __end_of_permanent_fixed_addresses,
|
/linux-6.1.9/arch/powerpc/include/asm/ |
D | fixmap.h | 82 __end_of_permanent_fixed_addresses, enumerator 88 FIX_BTMAP_END = __end_of_permanent_fixed_addresses,
|
/linux-6.1.9/arch/x86/mm/ |
D | pgtable.c | 654 BUILD_BUG_ON(__end_of_permanent_fixed_addresses > in __native_set_fixmap()
|
/linux-6.1.9/arch/arm/mm/ |
D | mmu.c | 1731 unsigned long va = fix_to_virt(__end_of_permanent_fixed_addresses - 1); in early_fixmap_shutdown() 1737 for (i = 0; i < __end_of_permanent_fixed_addresses; i++) { in early_fixmap_shutdown()
|