Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dcompat.h267 #define PR_REG_SIZE(S) (test_thread_flag(TIF_IA32) ? 68 : 216) macro
270 do { *(int *) (((void *) &((S)->pr_reg)) + PR_REG_SIZE(0)) = (V); } \
/linux-4.1.27/fs/
Dbinfmt_elf.c1609 #ifndef PR_REG_SIZE
1610 #define PR_REG_SIZE(S) sizeof(S) macro
1639 0, PR_REG_SIZE(t->prstatus.pr_reg), in fill_thread_core_info()