Home
last modified time | relevance | path

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

/linux-2.6.39/include/asm-generic/
Dpgtable.h383 #define arch_start_context_switch(prev) do {} while (0) macro
/linux-2.6.39/arch/x86/include/asm/
Dparavirt.h713 static inline void arch_start_context_switch(struct task_struct *prev) in arch_start_context_switch() function
/linux-2.6.39/kernel/
Dsched.c2968 arch_start_context_switch(prev); in context_switch()