Searched refs:text_poke_mm (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/x86/kernel/ |
| H A D | alternative.c | 2515 __ro_after_init struct mm_struct *text_poke_mm; variable 2587 ptep = get_locked_pte(text_poke_mm, text_poke_mm_addr, &ptl); in __text_poke() 2597 set_pte_at(text_poke_mm, text_poke_mm_addr, ptep, pte); in __text_poke() 2601 set_pte_at(text_poke_mm, text_poke_mm_addr + PAGE_SIZE, ptep + 1, pte); in __text_poke() 2608 prev_mm = use_temporary_mm(text_poke_mm); in __text_poke() 2620 pte_clear(text_poke_mm, text_poke_mm_addr, ptep); in __text_poke() 2622 pte_clear(text_poke_mm, text_poke_mm_addr + PAGE_SIZE, ptep + 1); in __text_poke() 2635 flush_tlb_mm_range(text_poke_mm, text_poke_mm_addr, text_poke_mm_addr + in __text_poke()
|
| /linux/arch/x86/include/asm/ |
| H A D | text-patching.h | 131 extern __ro_after_init struct mm_struct *text_poke_mm;
|