Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Dfixmap.h108 __end_of_permanent_fixed_addresses, enumerator
121 (__end_of_permanent_fixed_addresses ^
122 (__end_of_permanent_fixed_addresses + TOTAL_FIX_BTMAPS - 1)) &
124 ? __end_of_permanent_fixed_addresses + TOTAL_FIX_BTMAPS -
125 (__end_of_permanent_fixed_addresses & (TOTAL_FIX_BTMAPS - 1))
126 : __end_of_permanent_fixed_addresses,
140 #define FIXADDR_SIZE (__end_of_permanent_fixed_addresses << PAGE_SHIFT)
/linux-4.4.14/arch/tile/include/asm/
Dfixmap.h62 __end_of_permanent_fixed_addresses, enumerator
70 FIX_BTMAP_END = __end_of_permanent_fixed_addresses,
74 __end_of_fixed_addresses = __end_of_permanent_fixed_addresses
78 #define __FIXADDR_SIZE (__end_of_permanent_fixed_addresses << PAGE_SHIFT)
/linux-4.4.14/arch/arm64/include/asm/
Dfixmap.h53 __end_of_permanent_fixed_addresses, enumerator
63 FIX_BTMAP_END = __end_of_permanent_fixed_addresses,
68 #define FIXADDR_SIZE (__end_of_permanent_fixed_addresses << PAGE_SHIFT)
/linux-4.4.14/arch/arm/include/asm/
Dfixmap.h13 __end_of_permanent_fixed_addresses, enumerator
15 FIX_KMAP_BEGIN = __end_of_permanent_fixed_addresses,
/linux-4.4.14/arch/arm/mm/
Dmmu.c393 BUILD_BUG_ON((__fix_to_virt(__end_of_permanent_fixed_addresses) >> PMD_SHIFT) in early_fixmap_init()
1543 unsigned long va = fix_to_virt(__end_of_permanent_fixed_addresses - 1); in early_fixmap_shutdown()
1549 for (i = 0; i < __end_of_permanent_fixed_addresses; i++) { in early_fixmap_shutdown()