Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/include/asm/
H A Dpgtable-3level-hwdef.h74 #define PHYS_MASK_SHIFT (40) macro
75 #define PHYS_MASK ((1ULL << PHYS_MASK_SHIFT) - 1)
/openbmc/linux/arch/arm64/include/asm/
H A Dpgtable-hwdef.h189 #define PHYS_MASK_SHIFT (CONFIG_ARM64_PA_BITS) macro
190 #define PHYS_MASK ((UL(1) << PHYS_MASK_SHIFT) - 1)
H A Dassembler.h641 and \phys, \phys, GENMASK_ULL(PHYS_MASK_SHIFT - 1, PAGE_SHIFT)
/openbmc/linux/arch/arm64/mm/
H A Dinit.c331 memblock_remove(1ULL << PHYS_MASK_SHIFT, ULLONG_MAX); in arm64_memblock_init()
/openbmc/linux/arch/arm64/kernel/
H A Dhead.S375 #define IDMAP_PGD_ORDER (PHYS_MASK_SHIFT - PGDIR_SHIFT)