Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/include/asm/
Dfixmap.h118 FIX_TEXT_POKE1, /* reserve 2 pages for text_poke() */ enumerator
/linux-3.4.99/arch/x86/kernel/
Dalternative.c633 set_fixmap(FIX_TEXT_POKE1, page_to_phys(pages[1])); in text_poke()
638 clear_fixmap(FIX_TEXT_POKE1); in text_poke()
/linux-3.4.99/arch/x86/xen/
Dmmu.c1910 case FIX_TEXT_POKE1: in xen_set_fixmap()