Searched refs:trampoline_base (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dtrampoline.c16 unsigned char *__trampinitdata trampoline_base; variable
27 trampoline_base = __va(mem);
38 memcpy(trampoline_base, trampoline_data, TRAMPOLINE_SIZE);
39 return virt_to_phys(trampoline_base);
H A Dsmpboot.c95 * We need this for trampoline_base protection from concurrent accesses when
853 if (*((volatile unsigned char *)trampoline_base)
880 *((volatile unsigned long *)trampoline_base) = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dtrampoline.h12 extern unsigned char *trampoline_base;

Completed in 110 milliseconds