Home
last modified time | relevance | path

Searched refs:thunk (Results 1 – 25 of 38) sorted by relevance

12

/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dnospec-branch.c102 u8 *instr, *thunk, *br; in __nospec_revert() local
115 thunk = instr + (*(int *)(instr + 2)) * 2; in __nospec_revert()
116 if (thunk[0] == 0xc6 && thunk[1] == 0x00) in __nospec_revert()
118 br = thunk + (*(int *)(thunk + 2)) * 2; in __nospec_revert()
119 else if (thunk[0] == 0xc0 && (thunk[1] & 0x0f) == 0x00 && in __nospec_revert()
120 thunk[6] == 0x44 && thunk[7] == 0x00 && in __nospec_revert()
121 (thunk[8] & 0x0f) == 0x00 && thunk[9] == 0x00 && in __nospec_revert()
122 (thunk[1] & 0xf0) == (thunk[8] & 0xf0)) in __nospec_revert()
124 br = thunk + (*(int *)(thunk + 2)) * 2; in __nospec_revert()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/libx86-1/libx86-1.1/
H A D0001-assume-zero-is-valid-address.patch7 thunk.c | 3 ---
10 diff --git a/thunk.c b/thunk.c
12 --- a/thunk.c
13 +++ b/thunk.c
H A Dlibx86-mmap-offset.patch16 diff -ur libx86-1.1/thunk.c libx86-1.1.hack/thunk.c
17 --- libx86-1.1/thunk.c 2008-04-02 20:48:00.000000000 -0400
18 +++ libx86-1.1.hack/thunk.c 2009-10-26 16:05:39.000000000 -0400
/OK3568_Linux_fs/kernel/drivers/mtd/chips/
H A Dfwh_lock.h30 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 Dcfi_util.c359 loff_t ofs, size_t len, void *thunk) in cfi_varsize_frob() argument
419 ret = (*frob)(map, &cfi->chips[chipnum], adr, size, thunk); in cfi_varsize_frob()
H A Dcfi_cmdset_0001.c1935 unsigned long adr, int len, void *thunk) in do_erase_oneblock() argument
2074 int len, void *thunk) in do_getlockstatus_oneblock() argument
2092 int len, void *thunk) in do_printlockstatus_oneblock() argument
2095 adr, do_getlockstatus_oneblock(map, chip, adr, len, thunk)); in do_printlockstatus_oneblock()
2104 unsigned long adr, int len, void *thunk) in do_xxlock_oneblock() argument
2124 if (thunk == DO_XXLOCK_ONEBLOCK_LOCK) { in do_xxlock_oneblock()
2127 } else if (thunk == DO_XXLOCK_ONEBLOCK_UNLOCK) { in do_xxlock_oneblock()
H A Dcfi_cmdset_0002.c2508 …_erase_oneblock(struct map_info *map, struct flchip *chip, unsigned long adr, int len, void *thunk) in do_erase_oneblock() argument
2629 unsigned long adr, int len, void *thunk) in do_atmel_lock() argument
2664 unsigned long adr, int len, void *thunk) in do_atmel_unlock() argument
2716 unsigned long adr, int len, void *thunk) in do_ppb_xxlock() argument
2740 if (thunk == DO_XXLOCK_ONEBLOCK_LOCK) { in do_ppb_xxlock()
2744 } else if (thunk == DO_XXLOCK_ONEBLOCK_UNLOCK) { in do_ppb_xxlock()
2752 } else if (thunk == DO_XXLOCK_ONEBLOCK_GETLOCK) { in do_ppb_xxlock()
/OK3568_Linux_fs/kernel/arch/s390/
H A DMakefile106 ifeq ($(call cc-option-yn,$(CC_FLAGS_MARCH) -mindirect-branch=thunk),y)
107 CC_FLAGS_EXPOLINE := -mindirect-branch=thunk
108 CC_FLAGS_EXPOLINE += -mfunction-return=thunk
/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Dcfi.h381 unsigned long adr, int len, void *thunk);
384 loff_t ofs, size_t len, void *thunk);
/OK3568_Linux_fs/external/xserver/hw/xwin/glx/
H A Dgen_gl_wrappers.py41 thunk=False variable
82 thunk=True variable
452 if thunk:
H A DMakefile.am61 …THON3) $(srcdir)/gen_gl_wrappers.py -registry $(KHRONOS_SPEC_DIR)/gl.xml -thunk $(GENGLWRAPPERSOPT…
H A Dmeson.build32 command: [gen_gl_wrappers_cmd, '-registry', '@INPUT@', '-thunk', '-outfile', '@OUTPUT@'],
H A DMakefile.in991 …THON3) $(srcdir)/gen_gl_wrappers.py -registry $(KHRONOS_SPEC_DIR)/gl.xml -thunk $(GENGLWRAPPERSOPT…
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dcif-code.def98 /* Caller is variadic thunk. */
100 N_("variadic thunk call"))
H A Dcgraph.h931 inlined_to (NULL), rtl (NULL), clone (), thunk (), in cgraph_node()
1475 cgraph_thunk_info thunk; member
3105 return definition && !thunk.thunk_p && !alias; in has_gimple_body_p()
3113 return (!thunk.thunk_p in former_thunk_p()
3114 && (thunk.fixed_offset in former_thunk_p()
3115 || thunk.virtual_offset_p in former_thunk_p()
3116 || thunk.indirect_offset)); in former_thunk_p()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dcif-code.def98 /* Caller is variadic thunk. */
100 N_("variadic thunk call"))
H A Dcgraph.h931 inlined_to (NULL), rtl (NULL), clone (), thunk (), in cgraph_node()
1475 cgraph_thunk_info thunk; member
3105 return definition && !thunk.thunk_p && !alias; in has_gimple_body_p()
3113 return (!thunk.thunk_p in former_thunk_p()
3114 && (thunk.fixed_offset in former_thunk_p()
3115 || thunk.virtual_offset_p in former_thunk_p()
3116 || thunk.indirect_offset)); in former_thunk_p()
/OK3568_Linux_fs/kernel/drivers/mtd/lpddr/
H A Dlpddr_cmds.c716 static int do_xxlock(struct mtd_info *mtd, loff_t adr, uint32_t len, int thunk) in do_xxlock() argument
731 if (thunk == DO_XXLOCK_LOCK) { in do_xxlock()
734 } else if (thunk == DO_XXLOCK_UNLOCK) { in do_xxlock()
/OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-fbturbo/
H A D0002-Use-own-thunk-functions-instead-of-fbdevHW-Weak.patch4 Subject: [PATCH] Use own thunk functions instead of fbdevHW*Weak
/OK3568_Linux_fs/buildroot/toolchain/
H A DConfig.in111 # GCC uses thunk functions to adjust the 'this' pointer when calling
113 # Generation of thunk functions requires support from the compiler
115 # in the C++ front end is used to generate thunk functions, but it
/OK3568_Linux_fs/kernel/
H A DMakefile703 RETPOLINE_CFLAGS := $(call cc-option,-mindirect-branch=thunk-extern -mindirect-branch-register)
705 RETPOLINE_VDSO_CFLAGS := $(call cc-option,-mindirect-branch=thunk-inline -mindirect-branch-register)
708 RETPOLINE_CFLAGS := -mretpoline-external-thunk
713 RETHUNK_CFLAGS := -mfunction-return=thunk-extern
H A DMakefile-bak704 RETPOLINE_CFLAGS := $(call cc-option,-mindirect-branch=thunk-extern -mindirect-branch-register)
706 RETPOLINE_VDSO_CFLAGS := $(call cc-option,-mindirect-branch=thunk-inline -mindirect-branch-register)
709 RETPOLINE_CFLAGS := -mretpoline-external-thunk
714 RETHUNK_CFLAGS := -mfunction-return=thunk-extern
/OK3568_Linux_fs/buildroot/package/openvmtools/
H A D0003-Rename-poll-h-into-vm_poll-h-to-fix-build-failure-on-musl.patch321 -#define POLL_FLAG_THUNK_TO_WND 0x200 // thunk callback to window message loop
670 +#define POLL_FLAG_THUNK_TO_WND 0x200 // thunk callback to window message loop
/OK3568_Linux_fs/kernel/scripts/gcc-plugins/
H A Dgcc-common.h319 return node->analyzed && !node->thunk.thunk_p && !node->alias; in cgraph_function_with_gimple_body_p()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/hw-vuln/
H A Dspectre.rst473 -mindirect-branch=thunk-extern -mindirect-branch-register options.
475 to support -mretpoline-external-thunk option. The kernel config

12