__end_of_fixed_addresses   39 arch/arm/include/asm/fixmap.h static const enum fixed_addresses __end_of_fixed_addresses =
__end_of_fixed_addresses  412 arch/arm/mm/mmu.c 	BUILD_BUG_ON(FIXADDR_START + (__end_of_fixed_addresses * PAGE_SIZE) >
__end_of_fixed_addresses  414 arch/arm/mm/mmu.c 	BUG_ON(idx >= __end_of_fixed_addresses);
__end_of_fixed_addresses  870 arch/arm64/mm/mmu.c 	BUG_ON(idx <= FIX_HOLE || idx >= __end_of_fixed_addresses);
__end_of_fixed_addresses   22 arch/csky/include/asm/fixmap.h #define FIXADDR_SIZE	(__end_of_fixed_addresses << PAGE_SHIFT)
__end_of_fixed_addresses  176 arch/csky/mm/highmem.c 	vaddr = __fix_to_virt(__end_of_fixed_addresses - 1) & PMD_MASK;
__end_of_fixed_addresses   76 arch/hexagon/include/asm/mem-layout.h #define FIXADDR_SIZE    (__end_of_fixed_addresses << PAGE_SHIFT)
__end_of_fixed_addresses   61 arch/microblaze/include/asm/fixmap.h #define __FIXADDR_SIZE	(__end_of_fixed_addresses << PAGE_SHIFT)
__end_of_fixed_addresses   94 arch/microblaze/mm/init.c 	for (idx = 0; idx < __end_of_fixed_addresses; idx++)
__end_of_fixed_addresses  251 arch/microblaze/mm/pgtable.c 	if (idx >= __end_of_fixed_addresses)
__end_of_fixed_addresses   67 arch/mips/include/asm/fixmap.h #define FIXADDR_SIZE	(__end_of_fixed_addresses << PAGE_SHIFT)
__end_of_fixed_addresses   74 arch/mips/mm/pgtable-32.c 	vaddr = __fix_to_virt(__end_of_fixed_addresses - 1);
__end_of_fixed_addresses  124 arch/mips/mm/pgtable-64.c 	vaddr = __fix_to_virt(__end_of_fixed_addresses - 1) & PMD_MASK;
__end_of_fixed_addresses   23 arch/nds32/include/asm/fixmap.h #define FIXADDR_SIZE		((__end_of_fixed_addresses) << PAGE_SHIFT)
__end_of_fixed_addresses  112 arch/nds32/mm/init.c 	vaddr = __fix_to_virt(__end_of_fixed_addresses - 1);
__end_of_fixed_addresses  261 arch/nds32/mm/init.c 	BUG_ON(idx <= FIX_HOLE || idx >= __end_of_fixed_addresses);
__end_of_fixed_addresses   49 arch/openrisc/include/asm/fixmap.h #define FIXADDR_SIZE		(__end_of_fixed_addresses << PAGE_SHIFT)
__end_of_fixed_addresses   72 arch/openrisc/include/asm/fixmap.h 	if (idx >= __end_of_fixed_addresses)
__end_of_fixed_addresses   70 arch/powerpc/include/asm/fixmap.h #define __FIXADDR_SIZE	(__end_of_fixed_addresses << PAGE_SHIFT)
__end_of_fixed_addresses   81 arch/powerpc/include/asm/fixmap.h 		BUILD_BUG_ON(idx >= __end_of_fixed_addresses);
__end_of_fixed_addresses   82 arch/powerpc/include/asm/fixmap.h 	else if (WARN_ON(idx >= __end_of_fixed_addresses))
__end_of_fixed_addresses  242 arch/powerpc/mm/mem.c 	unsigned long v = __fix_to_virt(__end_of_fixed_addresses - 1);
__end_of_fixed_addresses  166 arch/riscv/mm/init.c 	BUG_ON(idx <= FIX_HOLE || idx >= __end_of_fixed_addresses);
__end_of_fixed_addresses   91 arch/sh/include/asm/fixmap.h #define FIXADDR_SIZE	(__end_of_fixed_addresses << PAGE_SHIFT)
__end_of_fixed_addresses  106 arch/sh/mm/init.c 	if (idx >= __end_of_fixed_addresses) {
__end_of_fixed_addresses  118 arch/sh/mm/init.c 	if (idx >= __end_of_fixed_addresses) {
__end_of_fixed_addresses  329 arch/sh/mm/init.c 	vaddr = __fix_to_virt(__end_of_fixed_addresses - 1) & PMD_MASK;
__end_of_fixed_addresses  966 arch/sparc/mm/srmmu.c 		__fix_to_virt(__end_of_fixed_addresses - 1), FIXADDR_TOP);
__end_of_fixed_addresses   52 arch/um/include/asm/fixmap.h #define FIXADDR_SIZE	(__end_of_fixed_addresses << PAGE_SHIFT)
__end_of_fixed_addresses  177 arch/um/kernel/mem.c 	vaddr = __fix_to_virt(__end_of_fixed_addresses - 1) & PMD_MASK;
__end_of_fixed_addresses  149 arch/x86/include/asm/fixmap.h #define FIXADDR_TOT_SIZE	(__end_of_fixed_addresses << PAGE_SHIFT)
__end_of_fixed_addresses  439 arch/x86/kernel/head64.c 	BUILD_BUG_ON(__fix_to_virt(__end_of_fixed_addresses) <= MODULES_END);
__end_of_fixed_addresses  548 arch/x86/mm/init_32.c 	vaddr = __fix_to_virt(__end_of_fixed_addresses - 1) & PMD_MASK;
__end_of_fixed_addresses  868 arch/x86/mm/ioremap.c 	if (idx >= __end_of_fixed_addresses) {
__end_of_fixed_addresses  638 arch/x86/mm/pgtable.c 	if (idx >= __end_of_fixed_addresses) {
__end_of_fixed_addresses   48 arch/xtensa/include/asm/fixmap.h #define FIXADDR_SIZE	(__end_of_fixed_addresses << PAGE_SHIFT)
__end_of_fixed_addresses   67 arch/xtensa/include/asm/fixmap.h 	BUILD_BUG_ON(idx >= __end_of_fixed_addresses);
__end_of_fixed_addresses   56 arch/xtensa/mm/mmu.c 	init_pmd(__fix_to_virt(0), __end_of_fixed_addresses);
__end_of_fixed_addresses   86 drivers/acpi/apei/ghes.c #define FIX_APEI_GHES_SDEI_NORMAL	__end_of_fixed_addresses
__end_of_fixed_addresses   87 drivers/acpi/apei/ghes.c #define FIX_APEI_GHES_SDEI_CRITICAL	__end_of_fixed_addresses
__end_of_fixed_addresses   32 include/asm-generic/fixmap.h 	BUILD_BUG_ON(idx >= __end_of_fixed_addresses);