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

/linux-master/arch/x86/include/asm/
H A Dpage_types.h19 #define PHYSICAL_PAGE_MASK (((signed long)PAGE_MASK) & __PHYSICAL_MASK)
20 #define PHYSICAL_PMD_PAGE_MASK (((signed long)PMD_MASK) & __PHYSICAL_MASK)
21 #define PHYSICAL_PUD_PAGE_MASK (((signed long)PUD_MASK) & __PHYSICAL_MASK)
51 #define __PHYSICAL_MASK physical_mask macro
53 #define __PHYSICAL_MASK ((phys_addr_t)((1ULL << __PHYSICAL_MASK_SHIFT) - 1)) macro
/linux-master/arch/x86/include/asm/xen/
H A Dpage.h32 #define XEN_PHYSICAL_MASK __PHYSICAL_MASK
/linux-master/arch/x86/mm/pat/
H A Dmemtype.c518 return address & __PHYSICAL_MASK;

Completed in 106 milliseconds