Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
A Dfixmap.h118 __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/arch/arm/include/asm/
A 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/arch/arm64/include/asm/
A 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/arch/riscv/include/asm/
A Dfixmap.h31 __end_of_permanent_fixed_addresses, enumerator
40 FIX_BTMAP_END = __end_of_permanent_fixed_addresses,
/linux/arch/powerpc/include/asm/
A Dfixmap.h82 __end_of_permanent_fixed_addresses, enumerator
88 FIX_BTMAP_END = __end_of_permanent_fixed_addresses,
/linux/arch/x86/mm/
A Dpgtable.c641 BUILD_BUG_ON(__end_of_permanent_fixed_addresses > in __native_set_fixmap()
/linux/arch/arm/mm/
A Dmmu.c1692 unsigned long va = fix_to_virt(__end_of_permanent_fixed_addresses - 1); in early_fixmap_shutdown()
1698 for (i = 0; i < __end_of_permanent_fixed_addresses; i++) { in early_fixmap_shutdown()

Completed in 12 milliseconds