Home
last modified time | relevance | path

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

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