Home
last modified time | relevance | path

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

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