Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Dcompat.h268 #define PRSTATUS_SIZE(S) (test_thread_flag(TIF_IA32) ? 144 : 296) macro
/linux-4.4.14/fs/
Dbinfmt_elf.c1623 #ifndef PRSTATUS_SIZE
1624 #define PRSTATUS_SIZE(S) sizeof(S) macro
1653 PRSTATUS_SIZE(t->prstatus), &t->prstatus); in fill_thread_core_info()