Home
last modified time | relevance | path

Searched refs:PAGE_MASK_PHYS (Results 1 – 4 of 4) sorted by relevance

/linux/arch/arc/include/asm/
H A Dpage.h13 #define PAGE_MASK_PHYS (0xff00000000ull | PAGE_MASK) macro
18 #define PAGE_MASK_PHYS PAGE_MASK macro
H A Dmmu-arcv2.h70 #define PTE_BITS_NON_RWX_IN_PD1 (PAGE_MASK_PHYS | _PAGE_CACHEABLE)
H A Dpgtable-bits-arcv2.h42 #define _PAGE_CHG_MASK (PAGE_MASK_PHYS | _PAGE_ACCESSED | _PAGE_DIRTY | \
/linux/arch/arc/mm/
H A Dtlb.c476 phys_addr_t paddr = pte_val(*ptep) & PAGE_MASK_PHYS; in update_mmu_cache_range()