/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libx86-1/libx86-1.1/ |
H A D | 0001-assume-zero-is-valid-address.patch | 7 thunk.c | 3 --- 10 diff --git a/thunk.c b/thunk.c 12 --- a/thunk.c 13 +++ b/thunk.c
|
H A D | libx86-mmap-offset.patch | 18 diff -ur libx86-1.1/thunk.c libx86-1.1.hack/thunk.c 19 --- libx86-1.1/thunk.c 2008-04-02 20:48:00.000000000 -0400 20 +++ libx86-1.1.hack/thunk.c 2009-10-26 16:05:39.000000000 -0400
|
H A D | 0001-Define-CARD32-as-uint-as-it-is-32-bit.patch | 10 thunk.c:147:3: error: incompatible function pointer types initializing 'x86emuu32 (*)(X86EMU_pioAdd…
|
/openbmc/linux/arch/s390/kernel/ |
H A D | nospec-branch.c | 103 u8 *instr, *thunk, *br; in __nospec_revert() local 117 thunk = instr + (*(int *)(instr + 2)) * 2; in __nospec_revert() 118 if (thunk[0] == 0xc6 && thunk[1] == 0x00) in __nospec_revert() 120 br = thunk + (*(int *)(thunk + 2)) * 2; in __nospec_revert()
|
/openbmc/linux/arch/s390/tools/ |
H A D | gcc-thunk-extern.sh | 6 cat << "END" | $@ -x c - -fno-PIE -march=z10 -mindirect-branch=thunk-extern -mfunction-return=thunk…
|
/openbmc/linux/arch/s390/ |
H A D | Makefile | 85 CC_FLAGS_EXPOLINE := -mindirect-branch=thunk-extern 86 CC_FLAGS_EXPOLINE += -mfunction-return=thunk-extern 88 CC_FLAGS_EXPOLINE := -mindirect-branch=thunk 89 CC_FLAGS_EXPOLINE += -mfunction-return=thunk
|
H A D | Kconfig | 538 depends on $(cc-option,-mindirect-branch=thunk) 544 Requires a compiler with -mindirect-branch=thunk support for full 553 depends on $(success,$(srctree)/arch/s390/tools/gcc-thunk-extern.sh $(CC)) 557 compiled with -mindirect-branch=thunk-extern and requires a newer
|
/openbmc/linux/drivers/mtd/chips/ |
H A D | fwh_lock.h | 30 unsigned long adr, int len, void *thunk) in fwh_xxlock_oneblock() argument 33 struct fwh_xxlock_thunk *xxlt = (struct fwh_xxlock_thunk *)thunk; in fwh_xxlock_oneblock()
|
H A D | cfi_util.c | 358 loff_t ofs, size_t len, void *thunk) in cfi_varsize_frob() argument 418 ret = (*frob)(map, &cfi->chips[chipnum], adr, size, thunk); in cfi_varsize_frob()
|
H A D | cfi_cmdset_0001.c | 1953 unsigned long adr, int len, void *thunk) in do_erase_oneblock() argument 2092 int len, void *thunk) in do_getlockstatus_oneblock() argument 2110 int len, void *thunk) in do_printlockstatus_oneblock() argument 2113 adr, do_getlockstatus_oneblock(map, chip, adr, len, thunk)); in do_printlockstatus_oneblock() 2122 unsigned long adr, int len, void *thunk) in do_xxlock_oneblock() argument 2142 if (thunk == DO_XXLOCK_ONEBLOCK_LOCK) { in do_xxlock_oneblock() 2145 } else if (thunk == DO_XXLOCK_ONEBLOCK_UNLOCK) { in do_xxlock_oneblock()
|
H A D | cfi_cmdset_0002.c | 2512 …_erase_oneblock(struct map_info *map, struct flchip *chip, unsigned long adr, int len, void *thunk) in do_erase_oneblock() argument 2633 unsigned long adr, int len, void *thunk) in do_atmel_lock() argument 2668 unsigned long adr, int len, void *thunk) in do_atmel_unlock() argument 2720 unsigned long adr, int len, void *thunk) in do_ppb_xxlock() argument 2744 if (thunk == DO_XXLOCK_ONEBLOCK_LOCK) { in do_ppb_xxlock() 2748 } else if (thunk == DO_XXLOCK_ONEBLOCK_UNLOCK) { in do_ppb_xxlock() 2756 } else if (thunk == DO_XXLOCK_ONEBLOCK_GETLOCK) { in do_ppb_xxlock()
|
/openbmc/linux/arch/x86/ |
H A D | Makefile | 16 RETPOLINE_CFLAGS := $(call cc-option,-mindirect-branch=thunk-extern -mindirect-branch-register) 17 RETPOLINE_VDSO_CFLAGS := $(call cc-option,-mindirect-branch=thunk-inline -mindirect-branch-register) 20 RETPOLINE_CFLAGS := -mretpoline-external-thunk 26 RETHUNK_CFLAGS := -mfunction-return=thunk-extern
|
H A D | Kconfig | 2406 def_bool $(cc-option,-mfunction-return=thunk-extern) 2482 branches. Requires a compiler with -mindirect-branch=thunk-extern 2493 Requires a compiler with -mfunction-return=thunk-extern
|
/openbmc/linux/include/linux/mtd/ |
H A D | cfi.h | 381 unsigned long adr, int len, void *thunk); 384 loff_t ofs, size_t len, void *thunk);
|
/openbmc/qemu/linux-user/ |
H A D | meson.build | 20 'thunk.c',
|
/openbmc/linux/tools/virtio/ |
H A D | Makefile | 17 …-include ../../include/linux/kconfig.h $(call cc-option,-mfunction-return=thunk) $(call cc-option,…
|
/openbmc/linux/drivers/mtd/lpddr/ |
H A D | lpddr_cmds.c | 713 static int do_xxlock(struct mtd_info *mtd, loff_t adr, uint32_t len, int thunk) in do_xxlock() argument 728 if (thunk == DO_XXLOCK_LOCK) { in do_xxlock() 731 } else if (thunk == DO_XXLOCK_UNLOCK) { in do_xxlock()
|
/openbmc/qemu/scripts/coverity-scan/ |
H A D | COMPONENTS.md | 124 ~ .*/qemu(/linux-user/.*|/bsd-user/.*|/user-exec\.c|/thunk\.c|/include/user/.*)
|
/openbmc/linux/rust/ |
H A D | Makefile | 280 -mindirect-branch=thunk-extern -mindirect-branch-register \ 281 -mfunction-return=thunk-extern -mrecord-mcount -mabi=lp64 \
|
/openbmc/linux/tools/objtool/Documentation/ |
H A D | objtool.txt | 27 - Retpoline call site annotation -- annotates all retpoline thunk call 28 sites, enabling the kernel to patch them inline, to prevent "thunk
|
/openbmc/linux/Documentation/admin-guide/hw-vuln/ |
H A D | spectre.rst | 489 -mindirect-branch=thunk-extern -mindirect-branch-register options. 491 to support -mretpoline-external-thunk option. The kernel config
|
/openbmc/linux/drivers/md/ |
H A D | dm-cache-metadata.c | 1285 struct thunk { struct
|
/openbmc/linux/ |
H A D | opengrok0.0.log | [all...] |
H A D | opengrok1.0.log | [all...] |
H A D | opengrok2.0.log | [all...] |