OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:trampoline
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/interception/
interception_win.cc
22
// arbitrary branching on the whole memory space, the notion of
trampoline
23
// region is used. A
trampoline
region is a memory space withing 2G boundary
51
// On an 64-bit architecture, a
trampoline
is inserted.
56
// [
trampoline
]
80
// [
trampoline
]
90
// [
trampoline
]
96
// 4)
Trampoline
98
// The
Trampoline
hooking technique is the most aggressive one. It is
109
// [
trampoline
]
120
// [
trampoline
]
694
uptr
trampoline
= AllocateMemoryForTrampoline(old_func, kDirectBranchLength);
local
731
uptr
trampoline
= AllocateMemoryForTrampoline(old_func,
trampoline
_length);
local
781
uptr
trampoline
= AllocateMemoryForTrampoline(old_func,
trampoline
_length);
local
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_execbuffer.c
241
struct i915_vma *
trampoline
; /**
trampoline
used for chaining */
member in struct:i915_execbuffer
2008
struct i915_vma *
trampoline
;
member in struct:eb_parse_work
2022
pw->
trampoline
);
2029
if (pw->
trampoline
)
2030
i915_active_release(&pw->
trampoline
->active);
2043
struct i915_vma *
trampoline
)
2060
if (
trampoline
) {
2061
err = i915_active_acquire(&
trampoline
->active);
2073
pw->
trampoline
= trampoline
2120
struct i915_vma *shadow, *
trampoline
;
local
[
all
...]
Completed in 48 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026