Home | History | Annotate | Download | only in arch-mips

Lines Matching full:portable

27 #include <asm/unistd-portable.h>
228 * Maps a signal number from portable to native.
348 * If the signal is just outside the PORTABLE range
371 * Maps a signal number from native to portable.
477 * Mapping lower 32 Real Time signals to identical Portable signal numbers.
486 * Mapping upper 63 Native Real Time signals to the last Portable signal number.
493 ALOGE("%s: mips_signum:%d Can't be mapped to a unique portable signal;", __func__,
496 ALOGE("%s: Mapping highest 63 Real Time Signals to the largest RT Portable SigNo.",
506 LOG_FATAL("%s: mips_signum:%d is not portable;", __func__, mips_signum);
568 * Array of signal handlers as the portable users expects they
571 * portable signal number.
595 * If a portable/ARM application tries to set signals in the signal mask > 32
611 /* Map signinfo from native to portable format */
659 * so we let the portable cases fail later as the native case would.
697 * signal number from the MIPS convention to the PORTABLE/ARM convention.
725 * if a portable handler was provided so we can convert the signal number.
1066 * Called by portable/ARM code, which we map and do MIPS system calls.
1068 * The incoming system call used a Portable/ARM sigaction structure:
1139 * which is totally non-portable.
1236 * only the portable syscall.c code using this code by
1266 * Reads on this file descriptor must be mapped to be portable.
1268 * For the system call to be completely portable it has to propagate
1605 /* Map siginfo struct from native to portable format. */
1755 * Incomming ARM/Portable stack_t: Outgoing MIPS stack_t: