Home
last modified time | relevance | path

Searched refs:FIX_TEXT_POKE1 (Results 1 – 5 of 5) sorted by relevance

/arch/arm/kernel/
Dpatch.c80 addrh1 = patch_map(addr + 2, FIX_TEXT_POKE1, NULL); in __patch_text_real()
87 patch_unmap(FIX_TEXT_POKE1, NULL); in __patch_text_real()
/arch/arm/include/asm/
Dfixmap.h20 FIX_TEXT_POKE1, enumerator
/arch/x86/include/asm/
Dfixmap.h103 FIX_TEXT_POKE1, /* reserve 2 pages for text_poke() */ enumerator
/arch/x86/kernel/
Dalternative.c697 set_fixmap(FIX_TEXT_POKE1, page_to_phys(pages[1])); in text_poke()
702 clear_fixmap(FIX_TEXT_POKE1); in text_poke()
/arch/x86/xen/
Dmmu.c2340 case FIX_TEXT_POKE1: in xen_set_fixmap()