Searched refs:mskip (Results 1 – 4 of 4) sorted by relevance
422 const char *vskip, *mskip; in scsi_dev_info_list_find() local448 mskip = model; in scsi_dev_info_list_find()449 while (mmax > 0 && *mskip == ' ') { in scsi_dev_info_list_find()451 mskip++; in scsi_dev_info_list_find()453 while (mmax > 0 && mskip[mmax - 1] == ' ') in scsi_dev_info_list_find()472 if (mmax < mlen || memcmp(devinfo->model, mskip, mlen)) in scsi_dev_info_list_find()
3232 static unsigned long mskip = 0x1000; variable3244 scanhex(&mskip); in memzcan()3248 for (a = mdest; a < mlim; a += mskip) { in memzcan()3253 printf("%.8lx\n", a - mskip); in memzcan()3255 if (a + mskip < a) in memzcan()3259 printf("%.8lx\n", a - mskip); in memzcan()
150 KBUILD_CFLAGS += $(call cc-option,-mskip-rax-setup)
279 -mskip-rax-setup -mgeneral-regs-only -msign-return-address=% \