Searched refs:get_locked_pte (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/powerpc/lib/ |
| H A D | code-patching.c | 177 pte = get_locked_pte(mm, addr, &ptl); in text_area_cpu_up_mm() 296 pte = get_locked_pte(patching_mm, text_poke_addr, &ptl); in __do_patch_mem_mm() 482 pte = get_locked_pte(patching_mm, text_poke_addr, &ptl); in __do_patch_instructions_mm()
|
| /linux/arch/x86/kernel/ |
| H A D | ldt.c | 326 ptep = get_locked_pte(mm, va, &ptl); in map_ldt_struct() 369 ptep = get_locked_pte(mm, va, &ptl); in unmap_ldt_struct()
|
| H A D | alternative.c | 2587 ptep = get_locked_pte(text_poke_mm, text_poke_mm_addr, &ptl); in __text_poke()
|
| /linux/mm/ |
| H A D | memory.c | 2277 pte_t *get_locked_pte(struct mm_struct *mm, unsigned long addr, in get_locked_pte() function 2387 pte = get_locked_pte(vma->vm_mm, addr, &ptl); in insert_page() 2661 pte = get_locked_pte(mm, addr, &ptl); in insert_pfn()
|
| /linux/include/linux/ |
| H A D | mm.h | 3446 extern pte_t *get_locked_pte(struct mm_struct *mm, unsigned long addr,
|