Searched refs:sp (Results 1 – 3 of 3) sorted by relevance
33 mov r5, sp50 mov x16, sp66 PTR_S $sp, search_hint91 sw sp, 0(t0)107 sd sp, 0(t0)
43 unsigned char *sp; in api_search_sig() local56 sp = (unsigned char *)search_start; in api_search_sig()57 while ((sp + API_SIG_MAGLEN) < (unsigned char *)search_end) { in api_search_sig()58 if (!memcmp(sp, API_SIG_MAGIC, API_SIG_MAGLEN)) { in api_search_sig()59 *sig = (struct api_signature *)sp; in api_search_sig()63 sp += API_SIG_MAGLEN; in api_search_sig()
40 unsigned long setctxsp (vu_char *sp);
Completed in 10 milliseconds