Home
last modified time | relevance | path

Searched refs:__end_of_permanent_fixed_addresses (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/arch/x86/include/asm/
Dfixmap.h115 __end_of_permanent_fixed_addresses, enumerator
128 (__end_of_permanent_fixed_addresses ^
129 (__end_of_permanent_fixed_addresses + TOTAL_FIX_BTMAPS - 1)) &
131 ? __end_of_permanent_fixed_addresses + TOTAL_FIX_BTMAPS -
132 (__end_of_permanent_fixed_addresses & (TOTAL_FIX_BTMAPS - 1))
133 : __end_of_permanent_fixed_addresses,
147 #define FIXADDR_SIZE (__end_of_permanent_fixed_addresses << PAGE_SHIFT)
/Linux-v5.10/arch/arm/include/asm/
Dfixmap.h14 __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-v5.10/arch/arm64/include/asm/
Dfixmap.h69 __end_of_permanent_fixed_addresses, enumerator
79 FIX_BTMAP_END = __end_of_permanent_fixed_addresses,
94 #define FIXADDR_SIZE (__end_of_permanent_fixed_addresses << PAGE_SHIFT)
/Linux-v5.10/arch/riscv/include/asm/
Dfixmap.h31 __end_of_permanent_fixed_addresses, enumerator
40 FIX_BTMAP_END = __end_of_permanent_fixed_addresses,
/Linux-v5.10/arch/powerpc/include/asm/
Dfixmap.h75 __end_of_permanent_fixed_addresses, enumerator
81 FIX_BTMAP_END = __end_of_permanent_fixed_addresses,
/Linux-v5.10/arch/x86/mm/
Dpgtable.c641 BUILD_BUG_ON(__end_of_permanent_fixed_addresses > in __native_set_fixmap()
/Linux-v5.10/arch/arm/mm/
Dmmu.c1590 unsigned long va = fix_to_virt(__end_of_permanent_fixed_addresses - 1); in early_fixmap_shutdown()
1596 for (i = 0; i < __end_of_permanent_fixed_addresses; i++) { in early_fixmap_shutdown()