Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Delf.h86 set_thread_flag(TIF_ELF2ABI); \
88 clear_thread_flag(TIF_ELF2ABI); \
H A Dthread_info.h116 #define TIF_ELF2ABI 18 /* function descriptors must die! */ macro
178 #define is_elf2_task() (test_thread_flag(TIF_ELF2ABI))
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Delf.h86 set_thread_flag(TIF_ELF2ABI); \
88 clear_thread_flag(TIF_ELF2ABI); \
H A Dthread_info.h116 #define TIF_ELF2ABI 18 /* function descriptors must die! */ macro
187 #define is_elf2_task() (test_thread_flag(TIF_ELF2ABI))

Completed in 2 milliseconds