Home
last modified time | relevance | path

Searched refs:FIXADDR_END (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/arch/xtensa/include/asm/
H A Dfixmap.h29 #define FIXADDR_END (XCHAL_KSEG_CACHED_VADDR - PAGE_SIZE) macro
32 #define FIXADDR_START ((FIXADDR_END - FIXADDR_SIZE) & PMD_MASK)
/linux-6.15/arch/arm/include/asm/
H A Dfixmap.h6 #define FIXADDR_END 0xfff00000UL macro
7 #define FIXADDR_TOP (FIXADDR_END - PAGE_SIZE)
/linux-6.15/arch/xtensa/mm/
H A Dinit.c98 FIXADDR_START, FIXADDR_END, in print_vm_layout()
99 (FIXADDR_END - FIXADDR_START) >> 10, in print_vm_layout()