Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dthread_info.h112 #define TIF_EMULATE_STACK_STORE 16 /* Is an instruction emulation macro
138 #define _TIF_EMULATE_STACK_STORE (1<<TIF_EMULATE_STACK_STORE)
/linux/arch/powerpc/lib/
H A Dsstep.c3192 WARN_ON(test_thread_flag(TIF_EMULATE_STACK_STORE)); in handle_stack_update()
3193 set_thread_flag(TIF_EMULATE_STACK_STORE); in handle_stack_update()