thunk 102 arch/s390/kernel/nospec-branch.c u8 *instr, *thunk, *br; thunk 115 arch/s390/kernel/nospec-branch.c thunk = instr + (*(int *)(instr + 2)) * 2; thunk 116 arch/s390/kernel/nospec-branch.c if (thunk[0] == 0xc6 && thunk[1] == 0x00) thunk 118 arch/s390/kernel/nospec-branch.c br = thunk + (*(int *)(thunk + 2)) * 2; thunk 119 arch/s390/kernel/nospec-branch.c else if (thunk[0] == 0xc0 && (thunk[1] & 0x0f) == 0x00 && thunk 120 arch/s390/kernel/nospec-branch.c thunk[6] == 0x44 && thunk[7] == 0x00 && thunk 121 arch/s390/kernel/nospec-branch.c (thunk[8] & 0x0f) == 0x00 && thunk[9] == 0x00 && thunk 122 arch/s390/kernel/nospec-branch.c (thunk[1] & 0xf0) == (thunk[8] & 0xf0)) thunk 124 arch/s390/kernel/nospec-branch.c br = thunk + (*(int *)(thunk + 2)) * 2; thunk 1932 drivers/mtd/chips/cfi_cmdset_0001.c unsigned long adr, int len, void *thunk) thunk 2071 drivers/mtd/chips/cfi_cmdset_0001.c int len, void *thunk) thunk 2089 drivers/mtd/chips/cfi_cmdset_0001.c int len, void *thunk) thunk 2092 drivers/mtd/chips/cfi_cmdset_0001.c adr, do_getlockstatus_oneblock(map, chip, adr, len, thunk)); thunk 2101 drivers/mtd/chips/cfi_cmdset_0001.c unsigned long adr, int len, void *thunk) thunk 2121 drivers/mtd/chips/cfi_cmdset_0001.c if (thunk == DO_XXLOCK_ONEBLOCK_LOCK) { thunk 2124 drivers/mtd/chips/cfi_cmdset_0001.c } else if (thunk == DO_XXLOCK_ONEBLOCK_UNLOCK) { thunk 2516 drivers/mtd/chips/cfi_cmdset_0002.c static int __xipram do_erase_oneblock(struct map_info *map, struct flchip *chip, unsigned long adr, int len, void *thunk) thunk 2636 drivers/mtd/chips/cfi_cmdset_0002.c unsigned long adr, int len, void *thunk) thunk 2671 drivers/mtd/chips/cfi_cmdset_0002.c unsigned long adr, int len, void *thunk) thunk 2723 drivers/mtd/chips/cfi_cmdset_0002.c unsigned long adr, int len, void *thunk) thunk 2747 drivers/mtd/chips/cfi_cmdset_0002.c if (thunk == DO_XXLOCK_ONEBLOCK_LOCK) { thunk 2751 drivers/mtd/chips/cfi_cmdset_0002.c } else if (thunk == DO_XXLOCK_ONEBLOCK_UNLOCK) { thunk 2759 drivers/mtd/chips/cfi_cmdset_0002.c } else if (thunk == DO_XXLOCK_ONEBLOCK_GETLOCK) { thunk 359 drivers/mtd/chips/cfi_util.c loff_t ofs, size_t len, void *thunk) thunk 419 drivers/mtd/chips/cfi_util.c ret = (*frob)(map, &cfi->chips[chipnum], adr, size, thunk); thunk 30 drivers/mtd/chips/fwh_lock.h unsigned long adr, int len, void *thunk) thunk 33 drivers/mtd/chips/fwh_lock.h struct fwh_xxlock_thunk *xxlt = (struct fwh_xxlock_thunk *)thunk; thunk 689 drivers/mtd/lpddr/lpddr_cmds.c static int do_xxlock(struct mtd_info *mtd, loff_t adr, uint32_t len, int thunk) thunk 704 drivers/mtd/lpddr/lpddr_cmds.c if (thunk == DO_XXLOCK_LOCK) { thunk 707 drivers/mtd/lpddr/lpddr_cmds.c } else if (thunk == DO_XXLOCK_UNLOCK) { thunk 380 include/linux/mtd/cfi.h unsigned long adr, int len, void *thunk); thunk 383 include/linux/mtd/cfi.h loff_t ofs, size_t len, void *thunk); thunk 319 scripts/gcc-plugins/gcc-common.h return node->analyzed && !node->thunk.thunk_p && !node->alias;