Searched refs:PRED_NON_SYSCALL (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dentry.h10 #define PRED_NON_SYSCALL 5 /* complement of PRED_SYSCALL */ macro
20 # define pNonSys PASTE(p,PRED_NON_SYSCALL)
H A Dmca.c1089 * It checks if the PRED_NON_SYSCALL predicate is set, if the predicate
1091 * that this is documented, of course. Set PRED_NON_SYSCALL in the
1110 old_sw->pr = old_regs->pr | (1UL << PRED_NON_SYSCALL);
H A Dptrace.c780 pr |= (1UL << PRED_NON_SYSCALL);
H A Dunwind.c1912 if ((pr & (1UL << PRED_NON_SYSCALL)) != 0)

Completed in 52 milliseconds