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

/linux-master/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 103 milliseconds