Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/include/asm/
Dpage_types.h25 #define PHYSICAL_PAGE_MASK (((signed long)PAGE_MASK) & __PHYSICAL_MASK)
26 #define PHYSICAL_PMD_PAGE_MASK (((signed long)PMD_PAGE_MASK) & __PHYSICAL_MASK)
27 #define PHYSICAL_PUD_PAGE_MASK (((signed long)PUD_PAGE_MASK) & __PHYSICAL_MASK)
57 #define __PHYSICAL_MASK physical_mask macro
59 #define __PHYSICAL_MASK ((phys_addr_t)((1ULL << __PHYSICAL_MASK_SHIFT) - 1)) macro
/linux-6.1.9/arch/x86/include/asm/xen/
Dpage.h32 #define XEN_PHYSICAL_MASK __PHYSICAL_MASK
/linux-6.1.9/arch/x86/mm/pat/
Dmemtype.c569 return address & __PHYSICAL_MASK; in sanitize_phys()