Home
last modified time | relevance | path

Searched refs:arch_end_context_switch (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/arch/x86/kernel/
Dprocess_32.c364 arch_end_context_switch(next_p); in __switch_to()
Dprocess_64.c436 arch_end_context_switch(next_p); in __switch_to()
/linux-2.6.39/arch/x86/include/asm/
Dpgtable.h82 #define arch_end_context_switch(prev) do {} while(0) macro
Dparavirt.h718 static inline void arch_end_context_switch(struct task_struct *next) in arch_end_context_switch() function