Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dfixmap.h119 FIX_TEXT_POKE0, /* first page is last, because allocation is backward */ enumerator
/arch/x86/kernel/
Dalternative.c631 set_fixmap(FIX_TEXT_POKE0, page_to_phys(pages[0])); in text_poke()
634 vaddr = (char *)fix_to_virt(FIX_TEXT_POKE0); in text_poke()
636 clear_fixmap(FIX_TEXT_POKE0); in text_poke()
/arch/x86/xen/
Dmmu.c1909 case FIX_TEXT_POKE0: in xen_set_fixmap()