Searched refs:__end_of_permanent_fixed_addresses (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/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.6.21/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.6.21/arch/arm64/include/asm/ |
D | fixmap.h | 70 __end_of_permanent_fixed_addresses, enumerator 80 FIX_BTMAP_END = __end_of_permanent_fixed_addresses, 95 #define FIXADDR_SIZE (__end_of_permanent_fixed_addresses << PAGE_SHIFT)
|
/linux-6.6.21/arch/riscv/include/asm/ |
D | fixmap.h | 41 __end_of_permanent_fixed_addresses, enumerator 50 FIX_BTMAP_END = __end_of_permanent_fixed_addresses,
|
/linux-6.6.21/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.6.21/arch/x86/mm/ |
D | pgtable.c | 667 BUILD_BUG_ON(__end_of_permanent_fixed_addresses > in __native_set_fixmap()
|
/linux-6.6.21/arch/arm/mm/ |
D | mmu.c | 1732 unsigned long va = fix_to_virt(__end_of_permanent_fixed_addresses - 1); in early_fixmap_shutdown() 1738 for (i = 0; i < __end_of_permanent_fixed_addresses; i++) { in early_fixmap_shutdown()
|