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

Lines Matching full:portable

27 #include <asm/unistd-portable.h>
219 * Maps a signal number from portable to native.
335 * If the signal is just outside the PORTABLE range
358 * Maps a signal number from native to portable.
461 * Mapping lower 32 Real Time signals to identical Portable signal numbers.
470 * Mapping upper 63 Native Real Time signals to the last Portable signal number.
477 ALOGE("%s: mips_signum:%d Can't be mapped to a unique portable signal;", __func__,
480 ALOGE("%s: Mapping highest 63 Real Time Signals to the largest RT Portable SigNo.",
490 LOG_FATAL("%s: mips_signum:%d is not portable;", __func__, mips_signum);
552 * Array of signal handlers as the portable users expects they
555 * portable signal number.
579 * If a portable/ARM application tries to set signals in the signal mask > 32
595 /* Map signinfo from native to portable format */
643 * so we let the portable cases fail later as the native case would.
681 * signal number from the MIPS convention to the PORTABLE/ARM convention.
708 * if a portable handler was provided so we can convert the signal number.
1049 * Called by portable/ARM code, which we map and do MIPS system calls.
1051 * The incoming system call used a Portable/ARM sigaction structure:
1102 /* We got a portable signum that we can't map; Ignore the request */
1119 * which is totally non-portable.
1216 * only the portable syscall.c code using this code by
1246 * Reads on this file descriptor must be mapped to be portable.
1248 * For the system call to be completely portable it has to propagate
1583 /* Map siginfo struct from native to portable format. */
1714 * Incomming ARM/Portable stack_t: Outgoing MIPS stack_t: