Home
last modified time | relevance | path

Searched defs:pte_user (Results 1 – 4 of 4) 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.h385 static inline int pte_user(pte_t pte) in pte_user() function
/linux/arch/arm64/include/asm/
H A Dpgtable.h157 #define pte_user(pte) (!!(pte_val(pte) & PTE_USER)) macro
/linux/arch/x86/kvm/mmu/
H A Dmmu.c5640 bool check_pkey, check_write, ff, uf, wf, pte_user; in update_pkru_bitmask() local