Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/include/asm/
Dfixmap.h117 FIX_TEXT_POKE1, /* reserve 2 pages for text_poke() */ enumerator
/linux-2.6.39/arch/x86/kernel/
Dalternative.c571 set_fixmap(FIX_TEXT_POKE1, page_to_phys(pages[1])); in text_poke()
576 clear_fixmap(FIX_TEXT_POKE1); in text_poke()
/linux-2.6.39/arch/x86/xen/
Dmmu.c1944 case FIX_TEXT_POKE1: in xen_set_fixmap()