Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/include/asm/
H A Dmmu_context_64.h141 static inline void arch_start_context_switch(struct task_struct *prev) in arch_start_context_switch() function
/openbmc/linux/arch/x86/include/asm/
H A Dparavirt.h548 static inline void arch_start_context_switch(struct task_struct *prev) in arch_start_context_switch() function
/openbmc/linux/include/linux/
H A Dpgtable.h1179 #define arch_start_context_switch(prev) do {} while (0) macro
/openbmc/linux/kernel/sched/
H A Dcore.c5335 arch_start_context_switch(prev); in context_switch()