HomeSort by: relevance | last modified time | path
    Searched refs:getsp (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/x68k/x68k/
kgdb_glue.c 68 #define getsp(v) __asm("movl %%sp, %0" : "=r" (v)) macro
112 getsp(osp);
  /src/crypto/dist/ipsec-tools/src/racoon/
policy.c 69 getsp(struct policyindex *spidx) function
354 sp = getsp(&spidx);
363 sp = getsp(&spidx);
376 sp = getsp(&spidx);
policy.h 146 extern struct secpolicy *getsp(struct policyindex *);
pfkey.c 1875 sp_in = getsp(&spidx);
2313 sp = getsp(&spidx);
2449 sp = getsp(&spidx);
2579 sp = getsp(&spidx);
2654 sp = getsp(&spidx);
2747 sp = getsp(&spidx);
3419 sp = getsp(&spidx);
isakmp.c 3514 p = getsp(&spidx);

Completed in 28 milliseconds