Searched refs:test_thread_flag (Results 1 - 25 of 97) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-um/
H A Dvm-flags-x86_64.h22 (test_thread_flag(TIF_IA32) ? vm_data_default_flags32 : \
26 (test_thread_flag(TIF_IA32) ? vm_stack_flags32 : vm_stack_flags)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dseccomp.h17 if (unlikely(test_thread_flag(TIF_SECCOMP)))
H A Dpreempt.h43 if (unlikely(test_thread_flag(TIF_NEED_RESCHED))) \
H A Dthread_info.h63 #define test_thread_flag(flag) \ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dseccomp.c40 if (test_thread_flag(TIF_32BIT))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Da.out.h26 #define STACK_TOP (test_thread_flag(TIF_32BIT) ? \
H A Dpage_64.h152 (test_thread_flag(TIF_32BIT) ? \
168 (test_thread_flag(TIF_32BIT) ? \
H A Dprocessor.h110 #define TASK_SIZE (test_thread_flag(TIF_32BIT) ? \
119 #define TASK_UNMAPPED_BASE ((test_thread_flag(TIF_32BIT)) ? \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/mm/
H A Dmmap.c54 if (!test_thread_flag(TIF_32BIT))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/mm/
H A Dmmap.c57 if (!test_thread_flag(TIF_31BIT))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/
H A Dsignal.c107 if (test_thread_flag(TIF_RESTORE_SIGMASK))
120 if (test_thread_flag(TIF_RESTORE_SIGMASK))
156 if (!handled_sig && test_thread_flag(TIF_RESTORE_SIGMASK)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/oprofile/
H A Dbacktrace.c108 if (!test_thread_flag(TIF_32BIT)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Da.out.h101 #define STACK_TOP (test_thread_flag(TIF_32BIT) ? \
H A Dsystem.h127 do { if (test_thread_flag(TIF_PERFCTR)) { \
176 if (test_thread_flag(TIF_PERFCTR)) { \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Dkernel_lock.c120 if (test_thread_flag(TIF_NEED_RESCHED))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dsys_sparc.c133 if (test_thread_flag(TIF_32BIT))
212 BUG_ON(!test_thread_flag(TIF_32BIT));
365 if (test_thread_flag(TIF_32BIT))
376 if (!test_thread_flag(TIF_32BIT) ||
403 if (test_thread_flag(TIF_32BIT) && brk >= STACK_TOP32)
554 if (test_thread_flag(TIF_32BIT)) {
621 if (test_thread_flag(TIF_32BIT))
686 if (test_thread_flag(TIF_32BIT)) {
735 if (test_thread_flag(TIF_32BIT)) {
755 if (test_thread_flag(TIF_32BI
[all...]
H A Dptrace.c60 if (test_thread_flag(TIF_32BIT)) {
180 if (test_thread_flag(TIF_32BIT)) {
235 if (!(test_thread_flag(TIF_32BIT)) &&
264 if (test_thread_flag(TIF_32BIT)) {
289 if (test_thread_flag(TIF_32BIT)) {
618 if (test_thread_flag(TIF_32BIT))
665 if (!test_thread_flag(TIF_SYSCALL_TRACE))
683 audit_syscall_entry((test_thread_flag(TIF_32BIT) ?
H A Dunaligned.c130 } else if (test_thread_flag(TIF_32BIT)) {
150 } else if (test_thread_flag(TIF_32BIT)) {
229 if (test_thread_flag(TIF_32BIT)) {
417 if (test_thread_flag(TIF_32BIT)) {
575 } else if (test_thread_flag(TIF_32BIT)) {
600 if (test_thread_flag(TIF_32BIT))
656 if (test_thread_flag(TIF_32BIT))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dptrace.c63 if (test_thread_flag(TIF_31BIT))
385 if (!test_thread_flag(TIF_31BIT) ||
459 if (!test_thread_flag(TIF_31BIT) ||
636 addr == PT32_IEEE_IP && test_thread_flag(TIF_31BIT))
639 addr == PT32_IEEE_IP && test_thread_flag(TIF_31BIT))
701 if (test_thread_flag(TIF_31BIT))
741 if (!test_thread_flag(TIF_SYSCALL_TRACE))
766 audit_syscall_entry(test_thread_flag(TIF_31BIT)?AUDIT_ARCH_S390:AUDIT_ARCH_S390X,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dsys_x86_64.c70 if (!test_thread_flag(TIF_IA32) && (flags & MAP_32BIT)) {
110 if (((flags & MAP_32BIT) || test_thread_flag(TIF_IA32))
H A Dsignal.c300 if (test_thread_flag(TIF_SINGLESTEP))
365 if (test_thread_flag(TIF_IA32)) {
407 if (test_thread_flag(TIF_RESTORE_SIGMASK))
445 regs->rax = test_thread_flag(TIF_IA32) ?
455 if (test_thread_flag(TIF_RESTORE_SIGMASK)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dfpu.h71 return test_thread_flag(TIF_USEDFPU);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dfpu.h71 return test_thread_flag(TIF_USEDFPU);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/
H A Dptrace.c270 if (!test_thread_flag(TIF_SYSCALL_TRACE) &&
271 !test_thread_flag(TIF_SINGLESTEP))
278 !test_thread_flag(TIF_SINGLESTEP) ? 0x80 : 0));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/avr32/kernel/
H A Dptrace.c263 if (!test_thread_flag(TIF_SYSCALL_TRACE))
348 if (test_thread_flag(TIF_BREAKPOINT)) {
355 if (test_thread_flag(TIF_SINGLE_STEP)) {

Completed in 187 milliseconds

1234