Searched refs:pte_present (Results 76 - 100 of 109) sorted by relevance

12345

/linux-master/arch/s390/kernel/
H A Duv.c309 if (pte_present(*ptep) && !(pte_val(*ptep) & _PAGE_INVALID) && pte_write(*ptep)) {
/linux-master/arch/powerpc/kvm/
H A De500_mmu_host.c481 if (pte_present(pte)) {
H A Dbook3s_hv_rm_mmu.c267 if (pte_present(pte) && !pte_protnone(pte)) {
907 if (!pte_present(pte))
/linux-master/kernel/bpf/
H A Darena.c150 if (!pte_present(pte)) /* sanity check */
/linux-master/mm/
H A Dkhugepaged.c556 if (pte_none(pteval) || (pte_present(pteval) &&
569 if (!pte_present(pteval)) {
1551 if (!pte_present(ptent)) {
1606 if (!pte_present(ptent)) {
H A Dmprotect.c110 if (pte_present(oldpte)) {
H A Dmadvise.c456 if (!pte_present(ptent))
679 if (!pte_present(ptent)) {
H A Dmemory.c1128 if (unlikely(!pte_present(ptent))) {
1143 VM_WARN_ON_ONCE(!pte_present(ptent));
1610 if (pte_present(ptent)) {
5119 if (!pte_present(ptent) || !pte_protnone(ptent))
5382 if (!pte_present(vmf->orig_pte))
6004 if (!pte_present(ptep_get(ptep)))
H A Dmemory-failure.c425 if (pte_present(ptent) && pte_devmap(ptent))
757 if (pte_present(pte)) {
H A Dinternal.h169 VM_WARN_ON_FOLIO(!pte_present(pte), folio);
H A Dhugetlb.c5327 if (huge_pte_none(pte) || pte_present(pte))
5340 if (huge_pte_none(pte) || pte_present(pte))
5699 if (unlikely(!pte_present(pte))) {
6512 if (!pte_present(vmf.orig_pte)) {
7446 BUG_ON(pte_present(pteval) && !pte_huge(pteval));
H A Dmempolicy.c562 if (!pte_present(ptent)) {
628 if (!pte_present(entry)) {
H A Ddebug_vm_pgtable.c694 WARN_ON(!pte_present(pte));
H A Duserfaultfd.c1205 if (pte_present(orig_src_pte)) {
/linux-master/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_mman.c1688 if (!pte_present(ptent) || pte_none(ptent)) {
1701 if (pte_present(ptent) && !pte_none(ptent)) {
/linux-master/arch/sparc/kernel/
H A Dsignal32.c334 if (!pte_present(pte))
/linux-master/drivers/misc/sgi-gru/
H A Dgrufault.c236 if (unlikely(!pte_present(pte) ||
/linux-master/arch/s390/mm/
H A Dgmap.c1163 if (pte_present(pte) && (pte_val(pte) & _PAGE_READ)) {
2823 if (pte_present(pte)) {
/linux-master/arch/mips/mm/
H A Dc-r4k.c565 if (!(pte_present(*ptep)))
/linux-master/arch/x86/mm/
H A Dinit_64.c1073 if (!pte_present(*pte))
/linux-master/arch/powerpc/mm/book3s64/
H A Dradix_pgtable.c735 if (!pte_present(*pte))
H A Dhash_utils.c1543 if (ptep == NULL || !pte_present(*ptep)) {
/linux-master/arch/arm64/mm/
H A Dmmu.c864 WARN_ON(!pte_present(pte));
/linux-master/arch/x86/include/asm/
H A Dpgtable.h124 * The following only work if pte_present() is true.
951 static inline int pte_present(pte_t a) function
/linux-master/arch/x86/xen/
H A Dmmu_pv.c1879 if (!pte_present(pte))

Completed in 421 milliseconds

12345