Home
last modified time | relevance | path

Searched refs:pte_file (Results 1 – 2 of 2) sorted by relevance

/arch/h8300/include/asm/
Dpgtable.h22 static inline int pte_file(pte_t pte) { return 0; } in pte_file() function
/arch/nds32/include/asm/
Dpgtable.h265 #define pte_file(pte) (pte_val(pte) & _PAGE_FILE) macro