Searched refs:pte_present (Results 1 - 25 of 108) sorted by relevance

12345

/linux-master/arch/um/include/asm/
H A Dpgtable.h22 pte_present gives true */
103 #define pte_present(x) pte_get_bits(x, (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
117 * The following only work if pte_present() is true.
154 return(pte_present(pte) && (pte_get_bits(pte, _PAGE_NEWPROT)));
221 if(pte_present(pte))
242 if(pte_present(*pteptr)) *pteptr = pte_mknewprot(*pteptr);
267 if (pte_present(pte)) \
293 * are !pte_none() && !pte_present().
/linux-master/arch/s390/mm/
H A Dhugetlbpage.c49 if (pte_present(pte)) {
156 if (likely(pte_present(pte)))
159 } else if (likely(pte_present(pte)))
/linux-master/arch/powerpc/include/asm/nohash/
H A Dpgtable.h169 static inline int pte_present(pte_t pte) function
207 if (!pte_present(pte) || !pte_read(pte))
/linux-master/mm/
H A Dpage_vma_mapped.c67 } else if (!pte_present(ptent)) {
123 if (!pte_present(ptent))
H A Dmigrate_device.c125 if (!pte_present(pte)) {
232 if (pte_present(pte)) {
239 if (pte_present(pte)) {
260 if (pte_present(pte))
642 if (pte_present(orig_pte)) {
/linux-master/arch/um/kernel/skas/
H A Duaccess.c51 if ((pte == NULL) || !pte_present(*pte) ||
58 if (!pte_present(*pte))
/linux-master/arch/arm/include/asm/
H A Dpgtable-3level.h166 #define pte_same(pte_a,pte_b) ((pte_present(pte_a) ? pte_val(pte_a) & ~PTE_EXT_NG \
168 == (pte_present(pte_b) ? pte_val(pte_b) & ~PTE_EXT_NG \
H A Dpgtable.h181 #define pte_present(pte) (pte_isset((pte), L_PTE_PRESENT)) macro
183 #define pte_accessible(mm, pte) (mm_tlb_flush_pending(mm) ? pte_present(pte) : pte_valid(pte))
280 * are !pte_none() && !pte_present().
/linux-master/arch/mips/kvm/
H A Dmmu.c163 if (!pte_present(pte[i]))
288 if (!pte_present(pte[i])) \
467 if (!pte_present(old_pte) || !pte_young(old_pte))
471 return !pte_present(hva_pte) ||
525 if (!ptep || !pte_present(*ptep)) {
/linux-master/arch/powerpc/kvm/
H A Dbook3s_64_mmu_radix.c764 if (pte_present(*ptep)) {
814 if (ptep && pte_present(*ptep) && (!writing || pte_write(*ptep))) {
881 if (!pte_present(pte)) {
1045 if (ptep && pte_present(*ptep))
1064 if (ptep && pte_present(*ptep) && pte_young(*ptep)) {
1092 if (ptep && pte_present(*ptep) && pte_young(*ptep))
1120 if (pte_present(pte) && pte_dirty(pte)) {
1132 if (!pte_present(*ptep) || !pte_dirty(*ptep)) {
1196 if (ptep && pte_present(*ptep))
/linux-master/arch/sparc/mm/
H A Dhugetlbpage.c350 if (!pte_present(*ptep) && pte_present(entry))
394 if (pte_present(entry))
/linux-master/arch/riscv/mm/
H A Dhugetlbpage.c12 if (!pte_present(orig_pte) || !pte_napot(orig_pte))
79 WARN_ON_ONCE(pte_present(pteval) && !pte_huge(pteval));
246 if (!pte_present(pte)) {
/linux-master/arch/um/kernel/
H A Dtlb.c238 if (pte_present(*pte)) {
431 if (!pte_present(*pte) || pte_newpage(*pte)) {
437 if (pte_present(*pte))
501 if (pte_present(*pte)) {
H A Dtrap.c103 } while (!pte_present(*pte));
/linux-master/arch/nios2/mm/
H A Dfault.c258 if (!pte_present(*pte_k))
/linux-master/arch/openrisc/mm/
H A Dfault.c348 if (!pte_present(*pte_k))
/linux-master/arch/mips/include/asm/
H A Dpgtable.h116 #define pte_present(pte) ((pte).pte_low & _PAGE_PRESENT) macro
163 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
211 if (!pte_present(pte))
213 if (pte_present(ptep[i]) &&
287 * The following only work if pte_present() is true.
/linux-master/arch/arc/include/asm/
H A Dpgtable-levels.h174 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
/linux-master/mm/damon/
H A Dvaddr.c329 if (!pte_present(ptep_get(pte)))
377 if (!pte_present(entry))
485 if (!pte_present(ptent))
513 if (!pte_present(entry))
/linux-master/arch/powerpc/mm/
H A Dpgtable_32.c91 BUG_ON((pte_present(*pg) | pte_hashpte(*pg)) && pgprot_val(prot));
/linux-master/arch/xtensa/include/asm/
H A Dpgtable.h237 # define pte_present(pte) ((pte_val(pte) & _PAGE_CA_MASK) != _PAGE_CA_INVALID) macro
239 # define pte_present(pte) \ macro
346 * are !pte_none() && !pte_present().
/linux-master/arch/parisc/include/asm/
H A Dpgtable.h277 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
312 * The following only work if pte_present() is true.
388 if (pte_present(pte) && pte_user(pte))
411 * are !pte_none() && !pte_present().
/linux-master/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h348 * are !pte_none() && !pte_present().
399 static inline int pte_present(pte_t pte) function
430 if (!pte_present(pte) || !pte_read(pte))
/linux-master/fs/proc/
H A Dtask_mmu.c535 if (pte_present(ptent)) {
732 if (pte_present(ptent)) {
1106 if (pte_present(ptent)) {
1200 if (!pte_present(ptent))
1410 if (pte_present(pte)) {
1576 if (pte_present(pte)) {
1782 if (pte_present(pte)) {
1824 if (pte_present(ptent)) {
1909 if (pte_present(pte)) {
2580 if (!pte_present(pt
[all...]
/linux-master/arch/arm/lib/
H A Duaccess_with_memcpy.c80 if (unlikely(!pte_present(*pte) || !pte_young(*pte) ||

Completed in 271 milliseconds

12345