• Home
  • Raw
  • Download

Lines Matching refs:arches

28426 	sigaction test: support arches w/out SA_RESTORER and swapped args.
28437 Both these arches have a rt_sigaction syscall that takes 5 args, not 4.
30037 fanotify_mark: fix number of args for 32bit arches.
30038 The fanotify_mark func takes a 64bit mask, so 32bit arches have to split
30250 by other arches.
31040 Normally for sys_fadvise64_64 we'd handle the same list of arches, but
31543 sys_lookup_dcookie is 3-arg on 64-bit arches, and isn't TF
31544 sys_recvmsg is 3-arg on all arches
31545 sys_nfsservctl is 3-arg on all arches
31546 sys_timerfd_create is 2-arg on all arches
31714 MAX_QUALS was 2048, even though most arches used less than 500 entries
31726 names in one-personality arches to their corresponding <foo>0 arrays,
31900 i.e. what sys_mmap ("new mmap") function does on other arches!
31915 I checked kernel sources for all arches nad fixed the tables.
32869 Make sure current_wordsize and PERSONALITY0_WORDSIZE are ints in all arches
33629 Moreover, some arches have underscored names and some have
33638 arches are using "_exit"?
35661 Make syscall result reading more consistent among different arches.
35663 (syscall_fixup): Don't fetch syscall results. Affected arches:
35666 for this function to get_syscall_result. Affected arches:
35805 in trace_syscall_entering. This loosens the logic for some arches,
35885 Define MAX_ARGS to 6 for all Linux arches.
35886 * defs.h: Define MAX_ARGS to 6 for all Linux arches.
36099 I'd expect: for all arches except HPPA it has 32 (!) elements.
36102 this fact: sys_sigreturn. On several arches, it saves sigset_t
36738 * linux/*/syscallent.h: For those arches which use sys_sigreturn,
36744 definitely doesn't have any parameters on these arches.
36745 (I hesitate to change 1 to 0 params for arches I don't know -