Searched refs:pte_k (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/arch/arc/mm/ |
H A D | highmem.c | 53 pte_t *pte_k; in alloc_kmap_pgtable() local 55 pte_k = (pte_t *)memblock_alloc_low(PAGE_SIZE, PAGE_SIZE); in alloc_kmap_pgtable() 56 if (!pte_k) in alloc_kmap_pgtable() 60 pmd_populate_kernel(&init_mm, pmd_k, pte_k); in alloc_kmap_pgtable() 61 return pte_k; in alloc_kmap_pgtable()
|
/openbmc/linux/arch/nios2/mm/ |
H A D | fault.c | 234 pte_t *pte_k; in do_page_fault() local 257 pte_k = pte_offset_kernel(pmd_k, address); in do_page_fault() 258 if (!pte_present(*pte_k)) in do_page_fault()
|
/openbmc/linux/arch/openrisc/mm/ |
H A D | fault.c | 299 pte_t *pte_k; in do_page_fault() local 347 pte_k = pte_offset_kernel(pmd_k, address); in do_page_fault() 348 if (!pte_present(*pte_k)) in do_page_fault()
|
/openbmc/linux/arch/xtensa/mm/ |
H A D | fault.c | 39 pte_t *pte_k; in vmalloc_fault() local 68 pte_k = pte_offset_kernel(pmd_k, address); in vmalloc_fault() 70 if (!pte_present(*pte_k)) in vmalloc_fault()
|
/openbmc/linux/arch/csky/mm/ |
H A D | fault.c | 120 pte_t *pte_k; in vmalloc_fault() local 162 pte_k = pte_offset_kernel(pmd_k, addr); in vmalloc_fault() 163 if (!pte_present(*pte_k)) { in vmalloc_fault()
|
/openbmc/linux/arch/sh/kernel/ |
H A D | io_trapped.c | 140 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()
|
/openbmc/linux/arch/mips/mm/ |
H A D | fault.c | 289 pte_t *pte_k; in __do_page_fault() local 314 pte_k = pte_offset_kernel(pmd_k, address); in __do_page_fault() 315 if (!pte_present(*pte_k)) in __do_page_fault()
|
/openbmc/linux/arch/riscv/mm/ |
H A D | fault.c | 119 pte_t *pte_k; in vmalloc_fault() local 178 pte_k = pte_offset_kernel(pmd_k, addr); in vmalloc_fault() 179 if (!pte_present(ptep_get(pte_k))) { in vmalloc_fault()
|
/openbmc/linux/arch/sh/mm/ |
H A D | fault.c | 180 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()
|
/openbmc/linux/arch/x86/mm/ |
H A D | fault.c | 235 pte_t *pte_k; in vmalloc_fault() local 256 pte_k = pte_offset_kernel(pmd_k, address); in vmalloc_fault() 257 if (!pte_present(*pte_k)) in vmalloc_fault()
|