Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dmmu_context_64.h143 static inline void arch_start_context_switch(struct task_struct *prev) in arch_start_context_switch() function
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dparavirt.h516 static inline void arch_start_context_switch(struct task_struct *prev) in arch_start_context_switch() function
/OK3568_Linux_fs/kernel/include/linux/
H A Dpgtable.h922 #define arch_start_context_switch(prev) do {} while (0) macro