Home
last modified time | relevance | path

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

/linux/arch/parisc/include/asm/
H A Dpgtable.h278 #define pte_user(x) (pte_val(x) & _PAGE_USER) macro
/linux/arch/riscv/include/asm/
H A Dpgtable.h388 static inline int pte_user(pte_t pte) in pte_user() function
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h521 static inline bool pte_user(pte_t pte) in pte_user() function
/linux/arch/arm64/include/asm/
H A Dpgtable.h190 #define pte_user(pte) (!!(pte_val(pte) & PTE_USER)) macro
/linux/arch/x86/kvm/mmu/
H A Dmmu.c5557 bool check_pkey, check_write, ff, uf, wf, pte_user; in update_pkru_bitmask() local