Home
last modified time | relevance | path

Searched defs:pte_user (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/32/
H A Dpte-8xx.h111 static inline bool pte_user(pte_t pte) in pte_user() function
116 #define pte_user pte_user macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/
H A Dpgtable.h89 static inline bool pte_user(pte_t pte) in pte_user() function
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h20 static inline bool pte_user(pte_t pte) in pte_user() function
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dpgtable.h313 #define pte_user(x) (pte_val(x) & _PAGE_USER) macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h594 static inline bool pte_user(pte_t pte) in pte_user() function
/OK3568_Linux_fs/kernel/arch/x86/kvm/mmu/
H A Dmmu.c4358 bool check_pkey, check_write, ff, uf, wf, pte_user; in update_pkru_bitmask() local