Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm/include/asm/
Dpgtable-3level-hwdef.h75 #define PHYS_MASK_SHIFT (40) macro
76 #define PHYS_MASK ((1ULL << PHYS_MASK_SHIFT) - 1)
/linux-6.12.1/arch/arm64/include/asm/
Dpgtable-hwdef.h224 #define PHYS_MASK_SHIFT (CONFIG_ARM64_PA_BITS) macro
225 #define PHYS_MASK ((UL(1) << PHYS_MASK_SHIFT) - 1)
/linux-6.12.1/arch/arm64/mm/
Dinit.c206 memblock_remove(1ULL << PHYS_MASK_SHIFT, ULLONG_MAX); in arm64_memblock_init()