__end_of_permanent_fixed_addresses   16 arch/arm/include/asm/fixmap.h 	FIX_KMAP_BEGIN = __end_of_permanent_fixed_addresses,
__end_of_permanent_fixed_addresses   34 arch/arm/include/asm/fixmap.h 	FIX_BTMAP_END = __end_of_permanent_fixed_addresses,
__end_of_permanent_fixed_addresses 1613 arch/arm/mm/mmu.c 	unsigned long va = fix_to_virt(__end_of_permanent_fixed_addresses - 1);
__end_of_permanent_fixed_addresses 1619 arch/arm/mm/mmu.c 	for (i = 0; i < __end_of_permanent_fixed_addresses; i++) {
__end_of_permanent_fixed_addresses   80 arch/arm64/include/asm/fixmap.h 	FIX_BTMAP_END = __end_of_permanent_fixed_addresses,
__end_of_permanent_fixed_addresses   95 arch/arm64/include/asm/fixmap.h #define FIXADDR_SIZE	(__end_of_permanent_fixed_addresses << PAGE_SHIFT)
__end_of_permanent_fixed_addresses  128 arch/x86/include/asm/fixmap.h 	 (__end_of_permanent_fixed_addresses ^
__end_of_permanent_fixed_addresses  129 arch/x86/include/asm/fixmap.h 	  (__end_of_permanent_fixed_addresses + TOTAL_FIX_BTMAPS - 1)) &
__end_of_permanent_fixed_addresses  131 arch/x86/include/asm/fixmap.h 	 ? __end_of_permanent_fixed_addresses + TOTAL_FIX_BTMAPS -
__end_of_permanent_fixed_addresses  132 arch/x86/include/asm/fixmap.h 	   (__end_of_permanent_fixed_addresses & (TOTAL_FIX_BTMAPS - 1))
__end_of_permanent_fixed_addresses  133 arch/x86/include/asm/fixmap.h 	 : __end_of_permanent_fixed_addresses,
__end_of_permanent_fixed_addresses  147 arch/x86/include/asm/fixmap.h #define FIXADDR_SIZE		(__end_of_permanent_fixed_addresses << PAGE_SHIFT)
__end_of_permanent_fixed_addresses  634 arch/x86/mm/pgtable.c 	BUILD_BUG_ON(__end_of_permanent_fixed_addresses >