Home
last modified time | relevance | path

Searched refs:overlay (Results 1 – 25 of 63) sorted by relevance

123

/openbsd/src/sys/dev/pci/drm/i915/display/
Dintel_overlay.c233 alloc_request(struct intel_overlay *overlay, void (*fn)(struct intel_overlay *)) in alloc_request() argument
238 overlay->flip_complete = fn; in alloc_request()
240 rq = i915_request_create(overlay->context); in alloc_request()
244 err = i915_active_add_request(&overlay->last_flip, rq); in alloc_request()
254 static int intel_overlay_on(struct intel_overlay *overlay) in intel_overlay_on() argument
256 struct drm_i915_private *dev_priv = overlay->i915; in intel_overlay_on()
260 drm_WARN_ON(&dev_priv->drm, overlay->active); in intel_overlay_on()
262 rq = alloc_request(overlay, NULL); in intel_overlay_on()
272 overlay->active = true; in intel_overlay_on()
278 *cs++ = overlay->flip_addr | OFC_UPDATE; in intel_overlay_on()
[all …]
Dintel_overlay.h20 int intel_overlay_switch_off(struct intel_overlay *overlay);
37 static inline int intel_overlay_switch_off(struct intel_overlay *overlay) in intel_overlay_switch_off() argument
Dintel_display_core.h550 struct intel_overlay *overlay; member
/openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
Dgdb_history122 overlay
123 overlay on
124 overlay manual
125 overlay auto
126 overlay off
127 overlay list
128 overlay map
129 overlay unmap
130 overlay manual
131 overlay map
[all …]
/openbsd/src/usr.bin/file/magdir/
Dpdp16 0 leshort 0405 PDP-11 old overlay
26 0 leshort 0437 PDP-11 kernel overlay
Dxenix21 >0x1e leshort &0x10 overlay
55 >0x1e leshort &0x10 overlay
Dzilog12 0 long 0xe805 overlay object file (z8000 a.out)
/openbsd/src/gnu/usr.bin/perl/ext/B/t/
Db.t389 my $overlay = {};
396 if grep $_ eq $full, @{$overlay->{$meth}};
397 push @{$overlay->{$meth}}, "B::${class}::$meth";
402 local $B::overlay; # suppress 'used once' warning
403 local $B::overlay = { $$op => $overlay };
/openbsd/src/sys/dev/pci/drm/i915/
Di915_getparam.c41 value = !!i915->display.overlay; in i915_getparam_ioctl()
Di915_gpu_error.h221 struct intel_overlay_error_state *overlay; member
Di915_gpu_error.c950 if (error->overlay) in __err_print_to_sgl()
951 intel_overlay_print_error_state(&p, error->overlay); in __err_print_to_sgl()
1129 kfree(error->overlay); in __i915_gpu_coredump_free()
2212 error->overlay = intel_overlay_capture_error_state(i915); in __i915_gpu_coredump()
/openbsd/src/gnu/usr.bin/binutils/ld/scripttempl/
Dip2k.sc78 /* PRAM overlay code. */
/openbsd/src/gnu/usr.bin/binutils-2.17/ld/scripttempl/
Dip2k.sc78 /* PRAM overlay code. */
/openbsd/src/lib/libcurses/base/
Dlib_overlay.c112 overlay(const WINDOW *win1, WINDOW *win2) in overlay() function
/openbsd/src/sbin/isakmpd/
Disakmp_fld.fld36 # XXX I want a way to specify COOKIES as an overlay of ICOOKIE + RCOOKIE
/openbsd/src/gnu/llvm/llvm/cmake/platforms/
DWinMsvc.cmake79 # up a VFS overlay for the SDK headers and case-correcting symlinks for the
266 # Ensure all sub-configures use the top-level VFS overlay instead of generating their own.
/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DDiagnosticFrontendKinds.td260 "virtual filesystem overlay file '%0' not found">, DefaultFatal;
262 "invalid virtual filesystem overlay file '%0'">, DefaultFatal;
/openbsd/src/gnu/usr.bin/binutils/gdb/
DChangeLog-19971342 doing overlay debugging.
2075 account for overlay sections in insert_breakpoints(),
2078 * exec.c: change xfer_memory() to handle overlay sections.
2079 * findvar.c: change read_var_value() to handle overlay sections.
2081 * infcmd.c: jump_command() warns against jumping into an overlay
2084 overlay state information; Also use INIT_SAL() to init sals.
2092 this constitutes gdb's internal overlay mapping table. Add macro
2095 * printcmd.c: modify print_address_symbolic() with overlay smarts;
2096 modify address_info() with overlay smarts; add function sym_info()
2101 instead of VMA address, for overlay sections.
[all …]
/openbsd/src/distrib/special/more/
Dcurses.h235 int overlay(WINDOW *, WINDOW *);
/openbsd/src/gnu/llvm/clang/lib/Headers/openmp_wrappers/
Dcmath19 // Make sure we include our math.h overlay, it probably happend already but we
/openbsd/src/gnu/usr.bin/binutils/gdb/doc/
Dgdb.texinfo7285 @cindex load address, overlay's
7287 @cindex overlay area
7300 largest overlay as well.
7302 Now, to call a function located in an overlay, you must first copy that
7303 overlay's machine code from the large memory into the space set aside
7317 +-----------+ +-----------+ +-----------+<-- overlay 1
7318 | program | | main | .----| overlay 1 | load address
7321 +-----------+ | | | +-----------+<-- overlay 2
7323 +-----------+ | | | .-| overlay 2 |
7327 | overlay | <-' | | |
[all …]
/openbsd/src/gnu/llvm/lld/docs/ELF/
Dlinker_script.rst53 or an overlay description.
/openbsd/src/gnu/llvm/llvm/docs/
DDocker.rst44 read-only and then add a writable overlay on top of it to keep track of all
/openbsd/src/gnu/usr.bin/perl/lib/unicore/
DIndex.txt1037 combining counterclockwise ring overlay 20DA
1270 counterclockwise ring overlay, combining 20DA
1727 double slash overlay, long 20EB
3274 long double slash overlay 20EB
3276 long slash overlay 0338
3934 overlay, combining counterclockwise ring 20DA
3947 overlay, long double slash 20EB
3948 overlay, long slash 0338
3949 overlay, short slash 0337
4593 ring overlay, combining counterclockwise 20DA
[all …]
/openbsd/src/gnu/usr.bin/perl/lib/B/
DDeparse.pm312 $B::overlay->{$$op} = {
569 local $B::overlay = {};
907 local $B::overlay = {};
1343 local $B::overlay = {};
1429 local $B::overlay = {};

123