OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UC_STRICT_RESTORE_SS
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/kernel/uapi/asm-x86/asm/
ucontext.h
24
#define
UC_STRICT_RESTORE_SS
0x4
/external/kernel-headers/original/uapi/asm-x86/asm/
ucontext.h
19
* Kernels that set UC_SIGCONTEXT_SS will also set
UC_STRICT_RESTORE_SS
24
* if (saved SS is valid ||
UC_STRICT_RESTORE_SS
is set ||
41
* no longer valid.
UC_STRICT_RESTORE_SS
will be clear, so the kernel
51
#define
UC_STRICT_RESTORE_SS
0x4
/external/linux-kselftest/tools/testing/selftests/x86/
sigreturn.c
73
* Kernels that set UC_SIGCONTEXT_SS will also set
UC_STRICT_RESTORE_SS
78
* if (saved SS is valid ||
UC_STRICT_RESTORE_SS
is set ||
85
#define
UC_STRICT_RESTORE_SS
0x4
418
/*
UC_STRICT_RESTORE_SS
is set iff we came from 64-bit mode. */
419
if (!!(ctx->uc_flags &
UC_STRICT_RESTORE_SS
) != was_64bit) {
498
if (ctx->uc_flags &
UC_STRICT_RESTORE_SS
) {
517
/* Tests recovery if !
UC_STRICT_RESTORE_SS
*/
522
if (!(ctx->uc_flags &
UC_STRICT_RESTORE_SS
)) {
523
printf("[FAIL]\traise(2) didn't set
UC_STRICT_RESTORE_SS
\n");
528
ctx->uc_flags &= ~
UC_STRICT_RESTORE_SS
;
[
all
...]
Completed in 453 milliseconds