Home
last modified time | relevance | path

Searched refs:TIF_EMULATE_STACK_STORE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/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)
/kernel/linux/linux-6.6/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)
/kernel/linux/linux-5.10/arch/powerpc/lib/
H A Dsstep.c3008 WARN_ON(test_thread_flag(TIF_EMULATE_STACK_STORE)); in handle_stack_update()
3009 set_thread_flag(TIF_EMULATE_STACK_STORE); in handle_stack_update()
/kernel/linux/linux-6.6/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()

Completed in 9 milliseconds