Home
last modified time | relevance | path

Searched refs:tsb_context_switch_ctx (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/sparc/include/asm/
H A Dmmu_context_64.h37 static inline void tsb_context_switch_ctx(struct mm_struct *mm, in tsb_context_switch_ctx() function
53 #define tsb_context_switch(X) tsb_context_switch_ctx(X, 0)
124 tsb_context_switch_ctx(mm, CTX_HWBITS(mm->context)); in switch_mm()
/openbmc/linux/arch/sparc/power/
H A Dhibernate.c39 tsb_context_switch_ctx(mm, CTX_HWBITS(mm->context)); in restore_processor_state()