Searched refs:get_locked_pte (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/x86/mm/ |
| H A D | init.c | 850 ptep = get_locked_pte(text_poke_mm, text_poke_mm_addr, &ptl); in poking_init()
|
| /linux/arch/x86/kernel/ |
| H A D | alternative.c | 2455 ptep = get_locked_pte(text_poke_mm, text_poke_mm_addr, &ptl); in __text_poke()
|
| /linux/mm/ |
| H A D | memory.c | 2424 pte_t *get_locked_pte(struct mm_struct *mm, unsigned long addr, in get_locked_pte() function 2534 pte = get_locked_pte(vma->vm_mm, addr, &ptl); in insert_page() 2808 pte = get_locked_pte(mm, addr, &ptl); in insert_pfn()
|
| /linux/include/linux/ |
| H A D | mm.h | 3589 extern pte_t *get_locked_pte(struct mm_struct *mm, unsigned long addr,
|