text_poke_area     42 arch/powerpc/lib/code-patching.c static DEFINE_PER_CPU(struct vm_struct *, text_poke_area);
text_poke_area     54 arch/powerpc/lib/code-patching.c 	this_cpu_write(text_poke_area, area);
text_poke_area     61 arch/powerpc/lib/code-patching.c 	free_vm_area(this_cpu_read(text_poke_area));
text_poke_area    152 arch/powerpc/lib/code-patching.c 	if (!this_cpu_read(text_poke_area))
text_poke_area    157 arch/powerpc/lib/code-patching.c 	text_poke_addr = (unsigned long)__this_cpu_read(text_poke_area)->addr;