Searched refs:poking_addr (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/arch/x86/mm/ |
| H A D | init.c | 838 poking_addr = TASK_UNMAPPED_BASE; in poking_init() 840 poking_addr += (kaslr_get_random_long("Poking") & PAGE_MASK) % in poking_init() 843 if (((poking_addr + PAGE_SIZE) & ~PMD_MASK) == 0) in poking_init() 844 poking_addr += PAGE_SIZE; in poking_init() 851 ptep = get_locked_pte(poking_mm, poking_addr, &ptl); in poking_init()
|
| /linux-6.15/arch/x86/kernel/ |
| H A D | alternative.c | 2497 __ro_after_init unsigned long poking_addr; variable 2571 ptep = get_locked_pte(poking_mm, poking_addr, &ptl); in __text_poke() 2581 set_pte_at(poking_mm, poking_addr, ptep, pte); in __text_poke() 2585 set_pte_at(poking_mm, poking_addr + PAGE_SIZE, ptep + 1, pte); in __text_poke() 2595 func((u8 *)poking_addr + offset_in_page(addr), src, len); in __text_poke() 2604 pte_clear(poking_mm, poking_addr, ptep); in __text_poke() 2606 pte_clear(poking_mm, poking_addr + PAGE_SIZE, ptep + 1); in __text_poke() 2619 flush_tlb_mm_range(poking_mm, poking_addr, poking_addr + in __text_poke()
|
| /linux-6.15/arch/x86/include/asm/ |
| H A D | text-patching.h | 132 extern __ro_after_init unsigned long poking_addr;
|