Home
last modified time | relevance | path

Searched refs:pte_k (Results 1 – 14 of 14) sorted by relevance

/linux-4.1.27/arch/score/mm/
Dfault.c211 pte_t *pte_k; in do_page_fault() local
231 pte_k = pte_offset_kernel(pmd_k, address); in do_page_fault()
232 if (!pte_present(*pte_k)) in do_page_fault()
/linux-4.1.27/arch/nios2/mm/
Dfault.c250 pte_t *pte_k; in do_page_fault() local
269 pte_k = pte_offset_kernel(pmd_k, address); in do_page_fault()
270 if (!pte_present(*pte_k)) in do_page_fault()
/linux-4.1.27/arch/openrisc/mm/
Dfault.c313 pte_t *pte_k; in do_page_fault() local
356 pte_k = pte_offset_kernel(pmd_k, address); in do_page_fault()
357 if (!pte_present(*pte_k)) in do_page_fault()
/linux-4.1.27/arch/cris/mm/
Dfault.c327 pte_t *pte_k; in do_page_fault() local
363 pte_k = pte_offset_kernel(pmd_k, address); in do_page_fault()
364 if (!pte_present(*pte_k)) in do_page_fault()
/linux-4.1.27/arch/xtensa/mm/
Dfault.c204 pte_t *pte_k; in do_page_fault() local
223 pte_k = pte_offset_kernel(pmd_k, address); in do_page_fault()
225 if (!pte_present(*pte_k)) in do_page_fault()
/linux-4.1.27/arch/metag/mm/
Dfault.c72 pte_t *pte_k; in do_page_fault() local
97 pte_k = pte_offset_kernel(pmd_k, address); in do_page_fault()
98 if (!pte_present(*pte_k)) in do_page_fault()
/linux-4.1.27/arch/frv/mm/
Dfault.c302 pte_t *pte_k; in do_page_fault() local
324 pte_k = pte_offset_kernel(pmd_k, ear0); in do_page_fault()
325 if (!pte_present(*pte_k)) in do_page_fault()
/linux-4.1.27/arch/m32r/mm/
Dfault.c310 pte_t *pte_k; in do_page_fault() local
330 pte_k = pte_offset_kernel(pmd_k, address); in do_page_fault()
331 if (!pte_present(*pte_k)) in do_page_fault()
336 update_mmu_cache(NULL, addr, pte_k); in do_page_fault()
/linux-4.1.27/arch/mips/mm/
Dfault.c306 pte_t *pte_k; in __do_page_fault() local
326 pte_k = pte_offset_kernel(pmd_k, address); in __do_page_fault()
327 if (!pte_present(*pte_k)) in __do_page_fault()
/linux-4.1.27/arch/sh/kernel/
Dio_trapped.c144 pte_t *pte_k; in lookup_tiop() local
159 pte_k = pte_offset_kernel(pmd_k, address); in lookup_tiop()
160 entry = *pte_k; in lookup_tiop()
/linux-4.1.27/arch/mn10300/mm/
Dfault.c389 pte_t *pte_k; in do_page_fault() local
409 pte_k = pte_offset_kernel(pmd_k, address); in do_page_fault()
410 if (!pte_present(*pte_k)) in do_page_fault()
/linux-4.1.27/arch/sh/mm/
Dfault.c180 pte_t *pte_k; in vmalloc_fault() local
198 pte_k = pte_offset_kernel(pmd_k, address); in vmalloc_fault()
199 if (!pte_present(*pte_k)) in vmalloc_fault()
/linux-4.1.27/arch/tile/mm/
Dfault.c140 pte_t *pte_k; in vmalloc_fault() local
153 pte_k = pte_offset_kernel(pmd_k, address); in vmalloc_fault()
154 if (!pte_present(*pte_k)) in vmalloc_fault()
/linux-4.1.27/arch/x86/mm/
Dfault.c268 pte_t *pte_k; in vmalloc_fault() local
291 pte_k = pte_offset_kernel(pmd_k, address); in vmalloc_fault()
292 if (!pte_present(*pte_k)) in vmalloc_fault()