Searched refs:get_locked_pte (Results 1 – 8 of 8) 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/s390/mm/ |
| H A D | gmap_helpers.c | 62 ptep = get_locked_pte(mm, vmaddr, &ptl); in gmap_helper_zap_one_page()
|
| H A D | pgtable.c | 1026 ptep = get_locked_pte(mm, hva, &ptl); in pgste_perform_essa() 1126 ptep = get_locked_pte(mm, hva, &ptl); in set_pgste_bits() 1157 ptep = get_locked_pte(mm, hva, &ptl); in get_pgste()
|
| /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 | 2527 ptep = get_locked_pte(text_poke_mm, text_poke_mm_addr, &ptl); in __text_poke()
|
| /linux/arch/x86/mm/ |
| H A D | init.c | 851 ptep = get_locked_pte(text_poke_mm, text_poke_mm_addr, &ptl); in poking_init()
|
| /linux/include/linux/ |
| H A D | mm.h | 2811 static inline pte_t *get_locked_pte(struct mm_struct *mm, unsigned long addr, in get_locked_pte() function
|
| /linux/mm/ |
| H A D | memory.c | 2328 pte = get_locked_pte(vma->vm_mm, addr, &ptl); in insert_page() 2576 pte = get_locked_pte(mm, addr, &ptl); in insert_pfn()
|