Searched refs:currpers (Results 1 – 24 of 24) sorted by relevance
45 unsigned int currpers; in arch_get_scno() local64 currpers = 1; in arch_get_scno()67 currpers = 0; in arch_get_scno()78 currpers = 2; in arch_get_scno()81 currpers = 2; in arch_get_scno()96 currpers = 1; in arch_get_scno()100 currpers = 2; in arch_get_scno()102 currpers = 0; in arch_get_scno()108 currpers = current_personality; in arch_get_scno()127 currpers = 0; in arch_get_scno()[all …]
39 return tcp->currpers == 1 ? i386_get_rt_sigframe_addr(tcp)
5 unsigned int currpers; in arch_get_scno() local8 currpers = 1; in arch_get_scno()14 currpers = 1; in arch_get_scno()16 currpers = 0; in arch_get_scno()18 update_personality(tcp, currpers); in arch_get_scno()
12 unsigned int currpers = (ppc_regs.msr & 0x8000000080000000) ? 0 : 1; in arch_get_scno() local13 update_personality(tcp, currpers); in arch_get_scno()
39 return tcp->currpers == 1
20 if (tcp->currpers == 1) in arch_set_error()29 if (tcp->currpers == 1) in arch_set_success()
3 return tcp->currpers == 1 ? *s390_frame_ptr : *s390x_frame_ptr;
17 if (tcp->currpers == 1) in get_syscall_args()
18 if (tcp->currpers == 1) in get_error()
16 if (tcp->currpers == 1) in arch_set_scno()
23 if (tcp->currpers == 1) in arch_sigreturn()
32 return tcp->currpers == 1 ? sparc_regs.u_regs[U_REG_FP] & 0xffffffffUL
5 if (tcp->currpers == 1) { in get_syscall_args()
288 if (tcp->currpers != DEFAULT_PERSONALITY) { in unwind_tcb_print()308 if (tcp->currpers != DEFAULT_PERSONALITY) { in unwind_tcb_capture()
284 if (personality == tcp->currpers) in update_personality()286 tcp->currpers = personality; in update_personality()739 update_personality(tcp, tcp->currpers); in syscall_exiting_decode()
42 if (tcp->currpers != DEFAULT_PERSONALITY) { in mmap_cache_invalidate()
624 set_personality(current_tcp->currpers); in set_current_tcp()770 tcp->currpers = current_personality; in alloctcb()
221 unsigned int currpers; /* Personality at the time of scno update */ member
8866 * linux/s390x/arch_rt_sigframe.c: Conditionalize on tcp->currpers.9070 syscall.c: always update tcp->currpers in update_personality.9074 current_personality is not changed, but tcp->currpers is different.9076 tcp->currpers if it differs from the target personality.34321 * linux/aarch64/get_error.c (get_error): Adjust tcp->currpers check.42793 * defs.h (struct tcb): Change 'currpers' type to unsigned.42844 (get_scno): Change 'currpers' type to unsigned.47740 (get_scno): Support currpers == 1 for X32.49732 * defs.h (struct tcb) [SUPPORTED_PERSONALITIES > 1]: Add currpers49735 tcp->currpers.[all …]
3925 * syscall.c (get_scno): Move static `currpers' inside #ifdef X86_64.
39 return tcp->currpers == 1 ? arm_get_rt_sigframe_addr(tcp)
10 if (tcp->currpers == 1) { in get_error()
9 if (tcp->currpers == 1) in get_syscall_args()
10 tcp->currpers == 0 ? in arch_sigreturn()