HomeSort by: relevance | last modified time | path
    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 in function:__interception::OverrideFunctionWithRedirectJump
731 uptr trampoline = AllocateMemoryForTrampoline(old_func, trampoline_length); local in function:__interception::OverrideFunctionWithHotPatch
781 uptr trampoline = AllocateMemoryForTrampoline(old_func, trampoline_length); local in function:__interception::OverrideFunctionWithTrampoline
    [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 in function:eb_parse
    [all...]

Completed in 14 milliseconds