Home
last modified time | relevance | path

Searched refs:pNonSys (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/ia64/kernel/
H A Dentry.h21 # define pNonSys PASTE(p,PRED_NON_SYSCALL) macro
H A Dminstate.h128 cmp.eq pNonSys,pSys=r0,r0 /* initialize pSys=0, pNonSys=1 */ \
H A Dentry.S718 (pNonSys) break 0 // bug check: we shouldn't be here if pNonSys is TRUE!
990 (pNonSys) br.cond.dpnt dont_preserve_current_frame
1204 (pNonSys) mov out2=0 // out2==0 => not a syscall
1232 cmp.eq pNonSys,pSys=r0,r0 // sigreturn isn't a normal syscall...
H A Divt.S1026 cmp.eq pSys,pNonSys=r0,r0 // set pSys=1, pNonSys=0