Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dcompat.h185 #define PRSTATUS_SIZE(S, R) (R != sizeof(S.pr_reg) ? 144 : 296) macro
/Linux-v4.19/fs/
Dbinfmt_elf.c1714 #ifndef PRSTATUS_SIZE
1715 #define PRSTATUS_SIZE(S, R) sizeof(S) macro
1740 PRSTATUS_SIZE(t->prstatus, regset0_size), &t->prstatus); in fill_thread_core_info()