Searched refs:pte_none (Results 26 - 50 of 89) sorted by relevance

1234

/linux-master/arch/csky/include/asm/
H A Dpgtable.h36 #define pte_none(pte) (!(pte_val(pte) & ~_PAGE_GLOBAL)) macro
/linux-master/arch/um/include/asm/
H A Dpgtable.h111 static inline int pte_none(pte_t pte) function
293 * are !pte_none() && !pte_present().
/linux-master/arch/loongarch/mm/
H A Dinit.c218 if (!pte_none(*ptep)) {
H A Dkasan_init.c33 #define __pte_none(early, pte) (early ? pte_none(pte) : \
/linux-master/arch/m68k/mm/
H A Dmcfmmu.c125 if (!pte || pte_none(*pte) || !pte_present(*pte))
/linux-master/arch/powerpc/include/asm/nohash/
H A Dpgtable.h164 static inline int pte_none(pte_t pte) { return (pte_val(pte) & ~_PTE_NONE_MASK) == 0; } function
/linux-master/mm/
H A Dpage_vma_mapped.c305 } while (pte_none(ptep_get(pvmw->pte)));
H A Dmigrate_device.c117 if (pte_none(pte)) {
482 * For empty entries inside CPU page table (pte_none() or pmd_none() is true) we
648 } else if (!pte_none(orig_pte))
H A Duserfaultfd.c338 if (!pte_none(ptep_get(dst_pte)))
418 if (!pte_none(ptep_get(dst_pte)))
1151 if (!pte_none(orig_dst_pte)) {
1159 if (pte_none(orig_src_pte)) {
H A Dkhugepaged.c513 if (pte_none(pteval))
556 if (pte_none(pteval) || (pte_present(pteval) &&
699 if (pte_none(pteval) || is_zero_pfn(pte_pfn(pteval))) {
799 if (pte_none(pteval) || is_zero_pfn(pte_pfn(pteval))) {
1304 if (pte_none(pteval) || is_zero_pfn(pte_pfn(pteval))) {
1557 if (pte_none(ptent))
1608 if (pte_none(ptent))
H A Ddebug_vm_pgtable.c152 WARN_ON(!pte_none(pte));
166 WARN_ON(!pte_none(pte));
644 WARN_ON(!pte_none(pte));
/linux-master/arch/arm64/mm/
H A Dtrans_pgd.c46 is_kfence_address((void *)addr)) && !pte_none(pte)) {
H A Dmmu.c848 if (pte_none(pte))
986 WARN_ON(!pte_none(pte));
999 if (!pte_none(__ptep_get(&ptep[i])))
/linux-master/arch/nios2/include/asm/
H A Dpgtable.h102 static inline int pte_none(pte_t pte) function
245 * are !pte_none() && !pte_present().
256 * !pte_none() is always true.
/linux-master/arch/loongarch/include/asm/
H A Dpgtable.h266 * are !pte_none() && !pte_present().
311 #define pte_none(pte) (!(pte_val(pte) & ~_PAGE_GLOBAL)) macro
344 if (pte_none(*buddy))
/linux-master/arch/sh/mm/
H A Dinit.c86 if (!pte_none(*pte)) {
/linux-master/arch/openrisc/include/asm/
H A Dpgtable.h203 #define pte_none(x) (!pte_val(x)) macro
398 * are !pte_none() && !pte_present().
/linux-master/arch/sparc/include/asm/
H A Dpgtable_32.h153 static inline int pte_none(pte_t pte) function
328 * are !pte_none() && !pte_present().
/linux-master/arch/xtensa/include/asm/
H A Dpgtable.h93 * pte_none | MBZ | 01 | 11 | 00 |
235 # define pte_none(pte) (pte_val(pte) == (_PAGE_CA_INVALID | _PAGE_USER)) macro
346 * are !pte_none() && !pte_present().
/linux-master/arch/alpha/include/asm/
H A Dpgtable.h231 extern inline int pte_none(pte_t pte) { return !pte_val(pte); } function
314 * are !pte_none() && !pte_present().
/linux-master/arch/microblaze/include/asm/
H A Dpgtable.h221 #define pte_none(pte) ((pte_val(pte) & ~_PTE_NONE_MASK) == 0) macro
394 * are !pte_none() && !pte_present().
/linux-master/arch/arm/include/asm/
H A Dpgtable.h180 #define pte_none(pte) (!pte_val(pte)) macro
280 * are !pte_none() && !pte_present().
/linux-master/arch/powerpc/mm/book3s64/
H A Dradix_pgtable.c635 if (!pte_none(*pte))
956 if (pte_none(*pte)) {
1199 if (pte_none(*pte)) {
1259 if (!pte_none(*pte)) {
/linux-master/arch/x86/virt/svm/
H A Dsev.c478 if (!pte || pte_none(*pte))
/linux-master/arch/x86/mm/
H A Dinit_64.c483 if (!pte_none(*pte)) {
1012 if (!pte_none(*pte))
1603 if (pte_none(*pte))

Completed in 202 milliseconds

1234