Searched defs:pte_user (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/32/ |
H A D | pte-8xx.h | 118 static inline bool pte_user(pte_t pte) in pte_user() function 123 #define pte_user pte_user macro
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/32/ |
H A D | pte-8xx.h | 118 static inline bool pte_user(pte_t pte) in pte_user() function 123 #define pte_user pte_user macro
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/ |
H A D | pgtable.h | 71 static inline bool pte_user(pte_t pte) in pte_user() function
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/ |
H A D | pgtable.h | 91 static inline bool pte_user(pte_t pte) in pte_user() function
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/32/ |
H A D | pgtable.h | 20 static inline bool pte_user(pte_t pte) in pte_user() function
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/32/ |
H A D | pgtable.h | 59 static inline bool pte_user(pte_t pte) in pte_user() function
|
/kernel/linux/linux-5.10/arch/parisc/include/asm/ |
H A D | pgtable.h | 313 #define pte_user(x) (pte_val(x) & _PAGE_USER) macro
|
/kernel/linux/linux-6.6/arch/parisc/include/asm/ |
H A D | pgtable.h | 278 #define pte_user(x) (pte_val(x) & _PAGE_USER) macro
|
/kernel/linux/linux-6.6/arch/riscv/include/asm/ |
H A D | pgtable.h | 370 static inline int pte_user(pte_t pte) in pte_user() function
|
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | pgtable.h | 107 #define pte_user(pte) (!!(pte_val(pte) & PTE_USER)) macro
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/ |
H A D | pgtable.h | 594 static inline bool pte_user(pte_t pte) in pte_user() function
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/ |
H A D | pgtable.h | 537 static inline bool pte_user(pte_t pte) in pte_user() function
|
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/ |
H A D | mmu.c | 4358 bool check_pkey, check_write, ff, uf, wf, pte_user; in update_pkru_bitmask() local
|
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/ |
H A D | mmu.c | 5055 bool check_pkey, check_write, ff, uf, wf, pte_user; in update_pkru_bitmask() local
|
Completed in 32 milliseconds