Home
last modified time | relevance | path

Searched refs:_pte (Results 1 – 6 of 6) sorted by relevance

/arch/mips/include/asm/
Dpgtable-32.h167 #define pte_to_pgoff(_pte) ((_pte).pte_high >> __SWP_PTE_SKIP_BITS_NUM) argument
188 #define pte_to_pgoff(_pte) \ argument
189 ((((_pte).pte >> __FILE_PTE_TOTAL_BITS_NUM) & \
191 (((_pte).pte >> __FILE_PTE_LOW_BITS_NUM) & \
Dpgtable-64.h316 #define pte_to_pgoff(_pte) ((_pte).pte >> _PAGE_DIRTY_SHIFT) argument
/arch/blackfin/include/asm/
Dpgtable.h66 static inline pte_t pte_##fn(pte_t _pte) { _pte.pte op; return _pte; }
/arch/score/include/asm/
Dpgtable.h98 #define pte_to_pgoff(_pte) \ argument
99 (((_pte).pte & 0x1ff) | (((_pte).pte >> 11) << 9))
/arch/ia64/include/asm/
Dpgtable.h256 #define pte_pfn(_pte) ((pte_val(_pte) & _PFN_MASK) >> PAGE_SHIFT) argument
264 #define pte_modify(_pte, newprot) \ argument
265 (__pte((pte_val(_pte) & ~_PAGE_CHG_MASK) | (pgprot_val(newprot) & _PAGE_CHG_MASK)))
/arch/frv/include/asm/
Dpgtable.h474 #define __pte_to_swp_entry(_pte) ((swp_entry_t) { (_pte).pte }) argument