/linux-2.4.37.9/arch/sh64/mm/ |
D | tlbmiss.c | 117 if (pte_none(entry) || !pte_present(entry)) { in handle_vmalloc_fault() 171 if (pte_none(entry)) { in handle_tlbmiss()
|
D | ioremap.c | 45 if (!pte_none(*pte)) in remap_area_pte() 370 if (pte_none(*ptep) || !pte_present(*ptep)) in shmedia_unmapioaddr()
|
/linux-2.4.37.9/include/asm-mips/ |
D | pgtable-32.h | 31 static inline int pte_none(pte_t pte) { return !(pte_val(pte) & ~_PAGE_GLOBAL); } in pte_none() function 161 if (pte_none(*buddy)) in set_pte()
|
D | pgtable-64.h | 20 static inline int pte_none(pte_t pte) { return !(pte_val(pte) & ~_PAGE_GLOBAL); } in pte_none() function 157 if (pte_none(*buddy)) in set_pte()
|
/linux-2.4.37.9/arch/sparc/mm/ |
D | highmem.c | 39 if (!pte_none(*(kmap_pte + idx))) in kmap_atomic()
|
D | generic.c | 19 if (pte_none(page)) in forget_pte()
|
/linux-2.4.37.9/mm/ |
D | memory.c | 238 if (pte_none(pte)) in copy_page_range() 288 if (!pte_none(page)) { in forget_pte() 314 if (pte_none(pte)) in zap_pte_range() 764 if (!pte_none(*pte)) in zeromap_pte_range() 1215 if (!pte_none(*page_table)) { in do_anonymous_page() 1296 if (pte_none(*page_table)) { in do_no_page() 1352 if (pte_none(entry)) in handle_pte_fault()
|
D | vmalloc.c | 44 if (pte_none(page)) in free_area_pte() 121 if (!pte_none(*pte)) in alloc_area_pte()
|
D | mremap.c | 43 if (pte_none(*pte)) in get_one_pte() 65 if (!pte_none(*src)) { in copy_one_pte()
|
/linux-2.4.37.9/include/asm-i386/ |
D | pgtable-2level.h | 62 #define pte_none(x) (!(x).pte_low) macro
|
D | highmem.h | 100 if (!pte_none(*(kmap_pte-idx))) in kmap_atomic()
|
D | pgtable-3level.h | 93 #define pte_none(x) (!(x).pte_low && !(x).pte_high) macro
|
/linux-2.4.37.9/include/asm-ppc/ |
D | highmem.h | 93 if (!pte_none(*(kmap_pte+idx))) in kmap_atomic()
|
/linux-2.4.37.9/arch/mips/baget/ |
D | baget.c | 34 if (!pte_none(*pte)) in alloc_area_pte()
|
/linux-2.4.37.9/arch/alpha/mm/ |
D | remap.c | 18 if (!pte_none(*pte)) { in remap_area_pte()
|
/linux-2.4.37.9/arch/s390x/mm/ |
D | ioremap.c | 32 if (!pte_none(*pte)) { in remap_area_pte()
|
/linux-2.4.37.9/arch/mips/mm/ |
D | remap.c | 32 if (!pte_none(page)) { in forget_pte()
|
/linux-2.4.37.9/arch/s390/mm/ |
D | ioremap.c | 32 if (!pte_none(*pte)) { in remap_area_pte()
|
/linux-2.4.37.9/arch/arm/mm/ |
D | ioremap.c | 45 if (!pte_none(*pte)) in remap_area_pte()
|
/linux-2.4.37.9/arch/sh/mm/ |
D | ioremap.c | 31 if (!pte_none(*pte)) { in remap_area_pte()
|
/linux-2.4.37.9/arch/parisc/mm/ |
D | ioremap.c | 28 if (!pte_none(*pte)) { in remap_area_pte()
|
/linux-2.4.37.9/arch/x86_64/mm/ |
D | ioremap.c | 27 if (!pte_none(*pte)) { in remap_area_pte()
|
/linux-2.4.37.9/arch/cris/mm/ |
D | ioremap.c | 28 if (!pte_none(*pte)) { in remap_area_pte()
|
/linux-2.4.37.9/include/asm-mips64/ |
D | pgtable.h | 204 static inline int pte_none(pte_t pte) in pte_none() function 229 if (pte_none(*buddy)) in set_pte()
|
/linux-2.4.37.9/arch/sparc64/mm/ |
D | generic.c | 19 if (pte_none(page)) in forget_pte()
|