Searched refs:pte_present (Results 51 - 75 of 108) sorted by relevance

12345

/linux-master/arch/riscv/kernel/
H A Dhibernate.c188 if (pte_present(pte))
/linux-master/arch/openrisc/include/asm/
H A Dpgtable.h204 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
213 * The following only work if pte_present() is true.
398 * are !pte_none() && !pte_present().
/linux-master/arch/sparc/include/asm/
H A Dpgtable_32.h148 static inline int pte_present(pte_t pte) function
209 * The following only work if pte_present() is true.
328 * are !pte_none() && !pte_present().
H A Dpgtable_64.h656 static inline unsigned long pte_present(pte_t pte) function
962 if (tlb_type != hypervisor && pte_present(pte)) { \
1005 * are !pte_none() && !pte_present().
/linux-master/arch/alpha/include/asm/
H A Dpgtable.h232 extern inline int pte_present(pte_t pte) { return pte_val(pte) & _PAGE_VALID; } function
249 * The following only work if pte_present() is true.
314 * are !pte_none() && !pte_present().
/linux-master/arch/m68k/kernel/
H A Dsys_m68k.c493 if (!pte_present(*pte) || !pte_dirty(*pte)
/linux-master/arch/microblaze/include/asm/
H A Dpgtable.h32 * The following only work if pte_present() is true.
222 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
242 * The following only work if pte_present() is true.
394 * are !pte_none() && !pte_present().
/linux-master/arch/powerpc/mm/
H A Dpgtable.c52 if (pte_present(pte) && !pte_special(pte)) {
/linux-master/include/linux/
H A Dswapops.h126 return !pte_none(pte) && !pte_present(pte);
H A Dmm_inline.h566 if (unlikely(pte_present(pteval) && pte_uffd_wp(pteval)))
H A Dpgtable.h923 (pte_present(pte) && (!(write) || pte_write(pte)))
985 WARN_ON_ONCE(pte_present(*ptep) && !pte_same(*ptep, pte)); \
/linux-master/arch/sparc/mm/
H A Dfault_64.c122 if (pte_present(pte)) {
/linux-master/arch/parisc/kernel/
H A Dpci-dma.c183 if (pte_none(page) || pte_present(page))
/linux-master/arch/m68k/mm/
H A Dmotorola.c370 if (!pte_present(*pte_dir))
/linux-master/arch/sh/include/asm/
H A Dpgtable_32.h323 #define pte_present(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
336 * The following only work if pte_present() is true.
426 * are !pte_none() && !pte_present().
/linux-master/mm/kasan/
H A Dinit.c365 if (!pte_present(ptent))
/linux-master/arch/powerpc/include/asm/
H A Dkvm_book3s_64.h439 if (unlikely(!pte_present(old_pte)))
/linux-master/arch/riscv/mm/
H A Dpageattr.c438 return pte_present(ptep_get(pte));
/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv_nested.c965 if (ptep && pte_present(*ptep) && ((pte_val(*ptep) & mask) == hpa)) {
1010 if (ptep && pte_present(*ptep) && ((pte_val(*ptep) & mask) == hpa))
1078 if (ptep && pte_present(*ptep)) {
1629 if (!pte_present(pte) || (writing && !(pte_val(pte) & _PAGE_WRITE))) {
H A De500_mmu_host.c481 if (pte_present(pte)) {
/linux-master/mm/
H A Dmremap.c128 if (pte_present(pte))
206 if (pte_present(pte))
H A Dmadvise.c442 if (!pte_present(ptent))
653 if (!pte_present(ptent)) {
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h496 static inline int pte_present(pte_t pte) function
532 if (!pte_present(pte) || !pte_user(pte) || !pte_read(pte))
1080 * !pte_present() check in pte_access_permitted), to prevent
/linux-master/arch/powerpc/kernel/
H A Dmce_power.c49 if (!pte_present(pte) || pte_special(pte)) {
/linux-master/arch/s390/kernel/
H A Duv.c308 if (pte_present(*ptep) && !(pte_val(*ptep) & _PAGE_INVALID) && pte_write(*ptep)) {

Completed in 326 milliseconds

12345