Home
last modified time | relevance | path

Searched refs:text_poke_mm_addr (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/kernel/
H A Dalternative.c2504 __ro_after_init unsigned long text_poke_mm_addr; variable
2575 ptep = get_locked_pte(text_poke_mm, text_poke_mm_addr, &ptl); in __text_poke()
2585 set_pte_at(text_poke_mm, text_poke_mm_addr, ptep, pte); in __text_poke()
2589 set_pte_at(text_poke_mm, text_poke_mm_addr + PAGE_SIZE, ptep + 1, pte); in __text_poke()
2599 func((u8 *)text_poke_mm_addr + offset_in_page(addr), src, len); in __text_poke()
2608 pte_clear(text_poke_mm, text_poke_mm_addr, ptep); in __text_poke()
2610 pte_clear(text_poke_mm, text_poke_mm_addr + PAGE_SIZE, ptep + 1); in __text_poke()
2623 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 Dtext-patching.h132 extern __ro_after_init unsigned long text_poke_mm_addr;