Searched defs:sp (Results 1 – 18 of 18) sorted by relevance
/include/asm-m32r/ |
D | flat.h | 15 #define flat_stack_align(sp) (*sp += (*sp & 3 ? (4 - (*sp & 3)): 0)) argument
|
D | processor.h | 90 unsigned long sp; /* user stack pointer */ member
|
/include/linux/ |
D | mempolicy.h | 283 static inline void mpol_shared_policy_init(struct shared_policy *sp, in mpol_shared_policy_init() 293 mpol_shared_policy_lookup(struct shared_policy *sp, unsigned long idx) in mpol_shared_policy_lookup()
|
D | sched.h | 1919 static inline int on_sig_stack(unsigned long sp) in on_sig_stack() 1924 static inline int sas_ss_flags(unsigned long sp) in sas_ss_flags()
|
D | skbuff.h | 276 struct sec_path *sp; member
|
/include/asm-frv/ |
D | processor.h | 62 unsigned long sp; /* [GR1 ] kernel stack pointer */ member
|
D | registers.h | 91 unsigned long sp; /* GR1: USP/KSP */ member
|
/include/asm-mn10300/ |
D | thread_info.h | 110 unsigned long sp; in current_stack_pointer() local
|
D | sigcontext.h | 44 unsigned long sp; member
|
D | processor.h | 91 unsigned long sp; /* kernel SP */ member
|
D | ptrace.h | 65 unsigned long sp; member
|
D | gdb-stub.h | 81 u32 sp, pc, mdr, epsw, lir, lar, mdrq; member
|
/include/scsi/ |
D | fc_encode.h | 157 struct fc_els_csp *sp; in fc_flogi_fill() local
|
D | libfc.h | 335 #define fc_seq_exch(sp) container_of(sp, struct fc_exch, seq) argument
|
/include/net/sctp/ |
D | sctp.h | 493 static inline int sctp_frag_point(const struct sctp_sock *sp, int pmtu) in sctp_frag_point()
|
D | structs.h | 332 static inline struct sock *sctp_opt2sk(const struct sctp_sock *sp) in sctp_opt2sk()
|
/include/net/ |
D | xfrm.h | 918 secpath_get(struct sec_path *sp) in secpath_get() 928 secpath_put(struct sec_path *sp) in secpath_put()
|
/include/video/ |
D | pm3fb.h | 585 #define PM3FBDestReadMode_StripePitch(sp) (((sp) & 0x7) << 2) argument 618 #define PM3FBSourceReadMode_StripePitch(sp) (((sp) & 0x7) << 2) argument
|